With the version in Debian 7's repositories (ImageMagick v6.7.7-10 2014-03-08 Q16) I now get the following error:
It produces the cropped images, but removes pixels with a certain color from the output.convert.im6: invalid colormap index `motion_qty.png' @ error/image.c/SyncImage/4270.
The command used is:
Code: Select all
$ convert motion_qty.png -crop 30000 motion_qty-%02d.png
I've uploaded a sample PNG that causes this error.
"identify" says it's:
PNG 3018x400 3018x400+0+0 8-bit PseudoClass 7c 5.71KB 0.000u 0:00.010
Any help appreciated.
Thank you very much in advance!