Want to loop this script for all files in a folder
Posted: 2016-04-01T05:04:36-07:00
Script: convert image.jpg -fuzz 5% -fill #f1f0ee -opaque white -resize 720x1125 -background #f1f0ee -gravity center -extent 720x1125 output.jpg
Platform: Windows
Imagemagick Version: 6.9.3
How do I loop this script to run on all images in a folder? I want the input and output images to be in separate folders.
Platform: Windows
Imagemagick Version: 6.9.3
How do I loop this script to run on all images in a folder? I want the input and output images to be in separate folders.