From: Karl H. K. <kh...@kh...> - 2000-05-04 00:40:37
|
On Wed, May 03, 2000 at 07:55:50PM -0400, Robert L Krawitz wrote: > Date: Wed, 3 May 2000 09:54:15 -0000 > From: Karl Heinz Kremer <kh...@kh...> >=20 > So, does this sound interesting? I have not announced this to anybody = else, > I would like to get some feedback from the people on this list first. = It > is related to printing, and in the future I would like to see color > profiles supported in the print plugin. >=20 > Yes, this sounds extremely interesting. What kind of facilities would > the plugin (and Ghostscript driver) need to take advantage of this? > Of course, Ghostscript needs much the same treatment... Everything is already there. The LCMS library can work on either an array of bytes of RGB values or on three values from a table (for indexed images), it will write it's output into a new array (or return just the values for the color index). All I have to do is open two profiles, connect them to a transformation. This transformation then gets a pointer to the input data, a=20 pointer to the output data and that's it.=20 =2E.. and of course you need a way to specify the path to the profiles.=20 Other than that a fast CPU would help :-) Actually it's not that bad: The LCMS library is optimized for speed.=20 Karl Heinz --=20 Karl Heinz Kremer kh...@kh... http://www.khk.net |