Search found 1 match

by Aston Martin
2013-01-10T00:54:06-07:00
Forum: Developers
Topic: how to use clone while resizing multiple images
Replies: 1
Views: 3434

how to use clone while resizing multiple images

I have multiple images in a folder and what i am doing is resizing all the images with below command

convert inputFolder/*.gif -resize 450x324 -quality 100 outputFolder/ImageName_%0d.gif;


this gives me correct result but now i also want to create different size images with same convert command ...