[PD] Make a grid for choosing videos. How

Claude Heiland-Allen claudiusmaximus at goto10.org
Mon Sep 4 16:29:05 CEST 2006


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

Note that this preserves aspect ratio, which may or may not be what you 
want (I haven't worked out how to stretch an image to a precise size 
with convert yet, if someone knows then please tell me!).


Claude
-- 
http://claudiusmaximus.goto10.org




More information about the Pd-list mailing list