On Fri, 28 Mar 2003, Jon wrote: > Can anyone recommend something that will resize all the images in a > directory in one go?
ImageMagick. It also converts formats, rotates images, scales, skews, makes you dinner, and tucks you in at night. An example of how to make a thumbnail: convert -sample 30x30 input.jpg output.jpg Cheers, Mikal -- Michael Still ([EMAIL PROTECTED]) | Stage 1: Steal underpants http://www.stillhq.com | Stage 2: ???? UTC + 11 | Stage 3: Profit -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
