converting multiple files in single command
Posted: 2009-07-04T10:58:56-07:00
Hi,
I have to convert multiple files in a single command (convert.exe)
e.g.
I have two jpeg file
1.jpeg
2.jpeg
I have to convert 1.jpeg to 1_new.jpeg with options
and 2.jpeg into 2_new.jpeg with format options.
How I can use convert command to perform above operation.
Is it possible with "convert" command to perform this operation?
I have tried like
convert 1.jpeg -resize 100X200 1_new.jpeg 2.jpeg -resize 200X300 2_new.jpeg.
But this does not work.
Please help me out..
Thanks.
I have to convert multiple files in a single command (convert.exe)
e.g.
I have two jpeg file
1.jpeg
2.jpeg
I have to convert 1.jpeg to 1_new.jpeg with options
and 2.jpeg into 2_new.jpeg with format options.
How I can use convert command to perform above operation.
Is it possible with "convert" command to perform this operation?
I have tried like
convert 1.jpeg -resize 100X200 1_new.jpeg 2.jpeg -resize 200X300 2_new.jpeg.
But this does not work.
Please help me out..
Thanks.