how to convert an image that have an embed icc profile to sRGB?
how to convert an image that have an embed icc profile to sRGB?
With imagemagick api (MagickWand API) how to convert an image that have an embed icc profile to sRGB ?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: how to convert an image that have an embed icc profile to sRGB?
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
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?
I will take a look thanks !