suggestion for cmyk conversion

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: helmut, XnTriq, xnview

Post Reply
juergen (guest)

suggestion for cmyk conversion

Post by juergen (guest) »

i'm currently testing nconvert (linux) for on-demand web thumbnail creation. most image formats render very well (and fast), only CMYK colors are bad.

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
that leads to a better CMYK->RGB conversion (based on ghostscript's standard CMYK and RGB color spaces). far from being accurate but IMO sufficient for thumbnails.
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
User avatar
xnview
Author of XnView
Posts: 46390
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: suggestion for cmyk conversion

Post by xnview »

juergen (guest) wrote:i'm currently testing nconvert (linux) for on-demand web thumbnail creation. most image formats render very well (and fast), only CMYK colors are bad.

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
that leads to a better CMYK->RGB conversion (based on ghostscript's standard CMYK and RGB color spaces). far from being accurate but IMO sufficient for thumbnails.
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)
Ok, i'll add an option for that
Pierre.
Post Reply