Page 1 of 1

-compose CopyBlack

Posted: 2019-08-01T08:17:32-07:00
by snibgo
"-compose CopyBlack" inverts the black level. Test case:

Code: Select all

magick rose: -colorspace CMYK ( +clone ) -compose CopyBlack -composite -colorspace sRGB copyblk.png
Image

Tested with IM v7.0.7-28 on Windows 8.1.

It seems to be a bug in composite.c. See thread https://www.imagemagick.org/discourse-s ... =1&t=10322

Re: -compose CopyBlack

Posted: 2019-08-02T16:35:57-07:00
by magick
Thanks for the problem report. We can reproduce it and will have a patch to fix it in GIT master branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be available in the beta releases of ImageMagick @ https://www.imagemagick.org/download/beta/ by sometime tomorrow.