AWARE SYSTEMS
TIFF and LibTiff Mail List Archive

Thread

1997.05.20 10:40 "unknown field with tag 34377 (0x8649)", by Christoph Kukulies
1997.05.20 14:23 "Re: unknown field with tag 34377 (0x8649)", by Tom Lane
1997.05.20 18:59 "Re: unknown field with tag 34377 (0x8649)", by Helge Blischke
1997.05.21 10:09 "Re: unknown field with tag 34377 (0x8649)", by John Cupitt
1997.05.21 08:23 "Re: unknown field with tag 34377 (0x8649)", by Adrian Baldwin

1997.05.21 10:09 "Re: unknown field with tag 34377 (0x8649)", by John Cupitt

the simplest method is: R = 255 - C; G = 255 - M; B = 255 - Y; ignore K. Of course, the resulting RGB colors might not be axact; there are

It depends on the pcr setting used by the separator, but this will probably give rather washed-out dark areas. Try subtracting K from each of RGB as well, ie. R = (255 - C) - K;... etc, for a slightly better result. And clip against zero.

John

--
John Cupitt, john@giorgio.hart.bbk.ac.uk, +44 (0)171 930 2108
VASARI Lab, The National Gallery, Trafalgar Square, London, WC2N 5DN