IM convert CMYK -> RGB - LCMS issues
Posted: 2009-11-23T07:42:24-07:00
After a recent webserver upgrade to 64bit, and the latest IM install (successful dependency installl for lcms) my convert commands were no longer operating. I decided to move the image conversion scripts off the webserver to be able to go back to older versions that hopefully wouldnt cause problems.
I have a working setup on Centos 4.8 with a 6.0.x release of IM. LCMS is installed, but it is not being recognized by IM. When the script runs, it says "LCMS color profile unavailable" but still converts the image. I thought it was okay, but apparently after running for a few days the same symptoms are back again. Some images are converting over with a green tint. Most images are converting fine. From what I recall, a few years ago this is why I had to do the -profile arguments.
convert -density 150 $incomingimage -profile /profiles/USWebCoatedSWOP.icc -profile /profiles/sRGB.icm $convertedimage
Can anyone shed any light on how to get IM to recognize that LCMS is installed?
Can anyone shed any light on why images are not ALL tinted wrong? I would love to be able to tell the graphics department why these images are different than the other images that work fine.
I have a working setup on Centos 4.8 with a 6.0.x release of IM. LCMS is installed, but it is not being recognized by IM. When the script runs, it says "LCMS color profile unavailable" but still converts the image. I thought it was okay, but apparently after running for a few days the same symptoms are back again. Some images are converting over with a green tint. Most images are converting fine. From what I recall, a few years ago this is why I had to do the -profile arguments.
convert -density 150 $incomingimage -profile /profiles/USWebCoatedSWOP.icc -profile /profiles/sRGB.icm $convertedimage
Can anyone shed any light on how to get IM to recognize that LCMS is installed?
Can anyone shed any light on why images are not ALL tinted wrong? I would love to be able to tell the graphics department why these images are different than the other images that work fine.