Code: Select all
mogrify -crop 1080x300+0+0 *.png
Code: Select all
mogrify -crop 1080x1920+0+181 *.png
I think this default behavior is counter-intuitive, and should be either changed or at least better documented. The initial crop and subsequent operations could have been performed by different users or processes and so geometry should by default be relative the the input image, not to some ancient "original" version.