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