fmw42 wrote: 2018-10-11T14:48:01-07:00
Please, always provide your IM version and platform when asking questions, since syntax may differ.
If you are on a Unix like system, then see my script, multicrop2, at my link below.
Is that what you are trying to do?
If not, post your input image to some free hosting service such as dropbox.com that won't change the format (or zip it first) and put the URL here.
Hi thanks for the response. Version: ImageMagick 7.0.8-12 Q16 x86_64 2018-09-23
https://imagemagick.org
It looks like multicrop2 it will do the job. I am using a Mac OS X, High Sierra, any issues there?
So the command can be as simple as this?
Code: Select all
./multicrop2 -b none image.png outimages.png
I don't need unrotate nor extend/trim atm and I am using the rgb(0,0,0,0.0) as the mask.