Peter,

        I'd say convert (part of imagemagick) is the easiest tool to use if
you are converting heaps of images.  It is command line, which means you can
write a script to do it:

put the original images in sub directory called orig:

e.g.

this will output a script to convert your images to 640x480 exactly,
ignoring original aspect ratio:

/bin/ls -1 orig/ | perl -lne 'print "convert -geometry 640x480! orig/$_
$_";'

If the script looks good, do the above but pipe it to your shell.

Woody

PS: Slug Heavies - my wallet got stolen, can I get a new card ?

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to