From: Robert L K. <rl...@al...> - 2000-05-04 00:52:29
|
Date: Wed, 3 May 2000 20:40:25 -0400 From: Karl Heinz Kremer <kh...@kh...> 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 Well, lessee...we already call an RGB->RGB function (or black, or indexed, but whatever), so I guess it shouldn't be too hard to do the same thing using LCMS... |