On Wed, 2003-12-03 at 17:21, Nick Rout wrote:
> how would you do it to convert all the flenames from input.jpg to
> input640x480.jpg?
for n in *; do convert -sample blabla $n ${n}640x460; done
See also
http://ldots.org/geek_tips/prev_contents_next_dtml?pagenum=19
--
Michael JasonSmith http://www.ldots.org/- ImageMagick question Robert Fisher
- Re: ImageMagick question Volker Kuhlmann
- Re: ImageMagick question Nick Rout
- Re: ImageMagick question Michael JasonSmith
- Re: ImageMagick question Rex Johnston
- Re: ImageMagick question Michael JasonSmith
- Re: ImageMagick question Robert Fisher
- RE: ImageMagick question Fisher, Robert (FXNZ CHC)
