i know that implementation of ICC/CIE colors and ICC profile handling is far from being a trivial task (even if libraries like lcms, ICM, ColorSync et al do the math) but i'm wondering if it could be possible to implement some sort of simplified, generalized CMYK->RGB model to achieve 'similarity' to colorimetric ICC conversion.
for pdf/ps/eps: ghostscript (which nconvert engages to render ps/pdf) has the neat option
Code: Select all
-dUseCIEColors
is there a way to pass this option to gs? (i've already tried to set -UseCIEColors als GS environment variable but no luck with nconversions)
thx
juergen