Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Our production machines are running version 6.8.5-5 and are working as intended. Our development machines are running builds 6.8.5-9 and 6.8.6-0 and there is now a problem with one of our scripts when using the -profile switch.
This is the script we are running given the .tif is an sRGB file:
# Convert from sRGB to CMYK and change color profile from srgb.icm to swop2.icc
convert $2_pdf.tif -intent perceptual -profile srgb.icm -profile swop2.icc -colorspace cmyk $2_pdf.tif
Version 6.8.5-5, as mentioned, works fine with no errors at the point. However starting with at least built 6.8.5-9, this is the output:
Can you post a URL to your image, your profiles, and the exact commands you are using. We need to reproduce the problem, we tried on our system with ImageMagick 6.8.6-4, the latest release, and the conversion completed without complaint. We tried with both TIFF and JPEG images.
This is the exact series of commands we are running from start to end (shell script with variables already substituted). It's a series of thumbnails we are creating. There is a version we create in CMYK for submission to a PDF contact sheet. Anyway...
Thanks. I'm currently testing ImageMagick on Mac OS 10.7 using Macports. Right now it only updates to 6.8.6-3.
Sorry for the mess I copy-pasted. I worked through our script and reduced down to the actual elements that leads to the creation of the CMYK tif from our sRGB scenic.jpg image. Can you go through these and confirm that the following error messages don't come about in 6.8.6-4?
It actually does repeat like this after the last line. Again this is happening on ImageMagick 6.8.6-3 on Mac OS 10.7.5 from macports. Thanks for any further insight.