[ale] Syntax for resizing photos
Christopher Fowler
cfowler at outpostsentinel.com
Sun Jan 9 17:46:29 EST 2005
mkdir smaller
for i in *.jpg
do
convert -resize 640x480 ${i} smaller/${i}
done
On Sun, 2005-01-09 at 17:32, Trey Sizemore wrote:
> Would someone help with the correct syntax for resizing some JPEG
> images? I have a folder with a number of large images that I would like
> to resize to 640x480 and place in a subfolder of this folder
> called /Smaller. I keep bunging it with convert and mogrify.
More information about the Ale
mailing list