-
Recent Posts
Archives
Categories
Author Archives: miska
Almost there! – student presentations yesterday, Pixelache exhibition next week!
Yesterday we had the final round of student project exhibitions – good stuff everyone! – the descriptions are here: http://computationalphoto.mlog.taik.fi/projects. With a bit more polishing the works will find their way to the pixelAche festival’s Camp pixelAche exhibition that takes place … Continue reading
Posted in Uncategorized
Comments Off on Almost there! – student presentations yesterday, Pixelache exhibition next week!
Processing: finding images in a directory listing
Finding which the images are, in a particular directory on a filesystem, can be a little tricky. So I’ve put together some code which helps with this.
Posted in Uncategorized
Comments Off on Processing: finding images in a directory listing
pixel access in pyGame
How to get and set the colour of pixels in pyGame? (you’ll find code snippets and examples further below) Images in pyGame are called “Surfaces”. Surfaces are essentially objects which have image data, and other functions. The image data can … Continue reading
Posted in Uncategorized
Comments Off on pixel access in pyGame
A quick webcam application using pyGame
Here’s a quick script to do a webcam using pyGame. It works rather well on a Nokia n900 (while there are some issues getting hold of the webcam image on Mac OSX …). Copy the text into a textfile and … Continue reading
Posted in Uncategorized
Comments Off on A quick webcam application using pyGame
How to work with Python and pyGame on the Nokia n900
To transfer things to, and to run things on the n900: – To transfer files back and forth to the n900, you can use the old school ssh/scp way, or use a scp browser such as Cyberduck (Mac) or WinScp … Continue reading
Posted in Uncategorized
Comments Off on How to work with Python and pyGame on the Nokia n900