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?".
We have couple of tiff and eps images with CMYK colorspace or embedded icc profile ISO39 U320 K90. We are using below command and its other variants (using -profile <profile.icc>) but none seems successful in generating correct png thumbnails which retains both colors as well as profile .
Hey snibgo, Thanks for the clarification on storing part of CMYK profile in png. But png thumbnail should not loose color, it should maintain the fidelity of colors and contrasts while converting from CMYK to RGB .
The result I get from sRGB.icc is slightly different, I guess because it doesn't have the XYZ black point scaled to zero.
I don't know which version is more accurate for your file.
How do you know "This generated png with dim colors and contrast"? What are you comparing it to? I suppose you are comparing it to cd.tif, using the same software to convert them both to the profile of your RGB monitor? What software?