Code: Select all
magick convert out00.png -crop 50%x100% +repage splitleftout%02d.png
Code: Select all
magick convert out00.png -crop 636x954 +repage splitleftout%02d.png
When I try:
Code: Select all
magick convert out05.png -crop 636x954+0+0 +repage splitleftout%02d.png
I get one image that is 312x848 starting at the top left of the original image.
I have looked at the documentation and googled until my eyes hurt. What am I missing/doing wrong?
Also, Im on a windows 10 system if that makes a difference.