Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
i'm wondering if it's possible to use the EXIF profile to convert a jpg image to CMYK. it doesn't work here so i'm wondering if it's just my imagemagick version?
Can you post a URL to one of your images so we can determine where the profile is embedded in your image and if ImageMagick detects it and extracts it properly.
Just checking. You do know that an EXIF profile is not a color profile. Recent versions of ImageMagick assume a sRGB color profile if EXIF indicates it otherwise there would be no color profile associated with the JPEG image unless the profile is explicitly included with the image.
magick wrote:Just checking. You do know that an EXIF profile is not a color profile. Recent versions of ImageMagick assume a sRGB color profile if EXIF indicates it otherwise there would be no color profile associated with the JPEG image unless the profile is explicitly included with the image.
actually i didn't know that. makes sense now, thx a lot.