Claude Heiland-Allen wrote:
derek holzer wrote:
Can anyone recommend a Linux/Unix/OSX script for a "favorite tool" that could dynamically generate thumbnails?
ImageMagick provides 'convert':
convert -resize 160x120 image.jpg image-thumb.png
Excellent. Thanks. Maybe I'll cook something up with this for my next workshop.
d.