AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
May 1997

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



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 20: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

Helge Blischke <H.Blischke@srz-berlin.de> wrote:
>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