http://www.imagemagick.org/discourse-se ... hp?t=30217
When I attempt to convert this file using the following command, the output file has heavily distorted colors, presumably because ImageMagick is attempting to use the CMYK profile, even though the image is RGB:
Code: Select all
convert fXBUFte.jpg -profile sRGB2014.icc out.jpg
Code: Select all
convert fXBUFte.jpg -strip -profile sRGB2014.icc out.jpg
Code: Select all
color profile operates on another colorspace `icc' @ error/profile.c/ProfileImage/1047
I'm using ImageMagick 7.0.8-25 Q16 x86_64 2019-02-01.