how to convert an image to sRGB color profile ?
Posted: 2019-05-04T07:45:22-07:00
Hello,
I have an .heic image (with come from an iOS device). How to convert it to sRGB ?
Before I was doing like this :
To convert to sRGB:
MagickProfileImage(Wand, 'icc', <sRGB2014.icc>);
then I immediately delete the sRGB profile to win space
MagickProfileImage(Wand, 'icc', nil);
but it's seam to not work
After doing this the colors are completely wrong ...
thanks by advance
stéphane
I have an .heic image (with come from an iOS device). How to convert it to sRGB ?
Before I was doing like this :
To convert to sRGB:
MagickProfileImage(Wand, 'icc', <sRGB2014.icc>);
then I immediately delete the sRGB profile to win space
MagickProfileImage(Wand, 'icc', nil);
but it's seam to not work
After doing this the colors are completely wrong ...
thanks by advance
stéphane