开发者

Magick++ Convert JPEG from CMYK to RGB Colorspace

开发者 https://www.devze.com 2023-02-10 00:00 出处:网络
I use the ImageMagick Magick++ API to work with images in my C++ program. It reads images out of PDF files. There are some Images that have a CMYK colorspace. How can I convert such images to RGB corr

I use the ImageMagick Magick++ API to work with images in my C++ program. It reads images out of PDF files. There are some Images that have a CMYK colorspace. How can I convert such images to RGB correctly?

Thanks 开发者_如何学运维for your help!


I solved it now. I used the image->channel(AllChannels) method. The colors are not exactly the same as before, but it use usable.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号