Re: graphics resizing with convert

2001-05-19 Thread Peter S Galbraith
Hans wrote: > Could someone please tell me the syntax for resizing a bunch of JPEG files > with convert? I tried various things like 'convert -geometry 50x50 *.jpg' > but it won't fly. Thanks, --Hans Convert does only one filename at a time. You'll have to do the loop with the shell, e.g. in tcs

Re: graphics resizing with convert

2001-05-19 Thread Karsten M. Self
on Sat, May 19, 2001 at 11:06:46PM +0200, Hans ([EMAIL PROTECTED]) wrote: > Could someone please tell me the syntax for resizing a bunch of JPEG files > with convert? I tried various things like 'convert -geometry 50x50 *.jpg' > but it won't fly. Thanks, --Hans Don't know convert, but mogrify (ima

graphics resizing with convert

2001-05-19 Thread Hans
Could someone please tell me the syntax for resizing a bunch of JPEG files with convert? I tried various things like 'convert -geometry 50x50 *.jpg' but it won't fly. Thanks, --Hans