gallery script

posted by Mc on 2005-06-09 22:24:24

I've made a little python script to auto-generate the galleries...

The galleries use thumbnails of 128x96 and fullsize images of 640x480 pixels. I used to batch this in Photoshop, but Photoshop is a drag when it comes to batched resizing when I want to preserve the aspect-ratio. Python and PIL to the rescue, though!

Code

Examples and thoughts

I write a lot of code and sometimes I have something to say about it, or some code snippet that might be useful to others.