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

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
loki5100
Posts: 35
Joined: 2018-02-24T14:51:41-07:00
Authentication code: 1152

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

Post by loki5100 »

With imagemagick api (MagickWand API) how to convert an image that have an embed icc profile to sRGB ?
User avatar
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?

Post 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
loki5100
Posts: 35
Joined: 2018-02-24T14:51:41-07:00
Authentication code: 1152

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

Post by loki5100 »

I will take a look thanks !
Post Reply