Re: flatten and resize
Posted: 2008-09-30T18:32:50-07:00
-size is for creating images, you need -resize
see
http://www.imagemagick.org/script/comma ... php#resize
http://www.imagemagick.org/Usage/resize/
convert \( image1 -resize ... \) \( image2 -resize ... \) -flatten output
see
http://www.imagemagick.org/script/comma ... php#resize
http://www.imagemagick.org/Usage/resize/
convert \( image1 -resize ... \) \( image2 -resize ... \) -flatten output