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/

Reply via email to