A quick Python/PIL hack with makes
thumbnail images for arbitrary images all at once. It shrinks the
image so that it fits inside a square of specified size, which I find
to be nicer than changing the aspect ratio or cropping. You don't
like that, you can change the code pretty easily. Works equally well
on Windows or Linux.
The code relies on the excellent Python Imaging Library,
so go fetch it if you need it.
webColors
Creates Pleasing Color Palettes
This was an experiment in generating images with PIL, the Python Imaging Library. The idea was to create a tilable background image of random, but similarly colored blocks, like so:
In the end, the GUI interface is useful for making color palettes for webpage design or what-have-you.
I don't have a web-demo of this code yet, but it would sure be cool to
do, and not all that hard. Hmmm...