Page 1 of 1

how to convert an image that have an embed icc profile to sRGB?

Posted: 2018-02-24T14:53:13-07:00
by loki5100
With imagemagick api (MagickWand API) how to convert an image that have an embed icc profile to sRGB ?

Re: how to convert an image that have an embed icc profile to sRGB?

Posted: 2018-02-24T15:56:45-07:00
by fmw42
I do not use an API, but have you looked at the documentation for MagickWand.

See

https://www.imagemagick.org/script/magick-wand.php
https://www.imagemagick.org/api/magick- ... ageProfile

Re: how to convert an image that have an embed icc profile to sRGB?

Posted: 2018-02-25T07:25:41-07:00
by loki5100
I will take a look thanks !