elvins@net1.ucsd.edu (T. Todd Elvins) (11/17/89)
I want to do a four color separation (cyan,magenta,yellow,black) of an RGB image. Does someone have an implementation of Lindbloom's algorithm (or some other algorithm) that they could send me ? Thanks T. Todd Elvins todd@sds.sdsc.edu Advanced Scientific Visualization Laboratory (619) 534-5128 San Diego Supercomputer Center
alien@vulcan.essex.ac.uk (Adrian F. Clark) (11/20/89)
In article <2069@network.ucsd.edu> todd@sds.sdsc.edu (T. Todd Elvins) writes: > >I want to do a four color separation (cyan,magenta,yellow,black) of an >RGB image. Does someone have an implementation of Lindbloom's >algorithm (or some other algorithm) that they could send me ? Me too! Please post it to the net. Adrian F. Clark JANET: alien@uk.ac.essex.ese ARPA: alien%uk.ac.essex.ese@nsfnet-relay.ac.uk BITNET: alien%uk.ac.essex.ese@ac.uk PHONE: (+44) 206-872432 (direct) Dept ESE, University of Essex, Wivenhoe Park, Colchester, Essex, C04 3SQ, UK.
johnm@spudge.UUCP (John Munsch) (11/22/89)
>RGB image. Does someone have an implementation of Lindbloom's >algorithm (or some other algorithm) that they could send me ? I would be content to just have a reference to where I might find algorithms for color seps. I'll get my hands on them somehow. John Munsch P.S. I take it that the referred to algorithms do something more than (1 - r), (1 - g), etc.