Noe that previously
Code: Select all
convert -resize '200x200>' -crop 100%x50% in.jpg out.jpg
To create just one file, use
Code: Select all
convert -resize '200x200>' -crop 100%x50%+0+0 in.jpg out.jpg
Code: Select all
convert -resize '200x200>' -crop 100%x50% in.jpg out.jpg
Code: Select all
convert -resize '200x200>' -crop 100%x50%+0+0 in.jpg out.jpg