home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Freeware 31 / FreelogHS31.iso / PDF / Ghostscript / gs860w32.exe / gs8.60 / Resource / ColorSpace / TrivialCMYK < prev   
Text File  |  2007-06-06  |  1KB  |  40 lines

  1. %    Copyright (C) 2003 Artifex Software, Inc.  All rights reserved.
  2. % This software is provided AS-IS with no warranty, either express or
  3. % implied.
  4. % This software is distributed under license and may not be copied,
  5. % modified or distributed except as expressly authorized under the terms
  6. % of the license contained in the file LICENSE in this distribution.
  7. % For more information about licensing, please refer to
  8. % http://www.ghostscript.com/licensing/. For information on
  9. % commercial licensing, go to http://www.artifex.com/licensing/ or
  10. % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
  11. % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
  12.  
  13. % $Id: TrivialCMYK 8022 2007-06-05 22:23:38Z giles $
  14. % Color space that simulates appearance of the standard CMYK to RGB conversion.
  15.  
  16. currentglobal true setglobal
  17.  
  18. /TrivialCMYK
  19. [ /CIEBasedDEFG
  20.   4 dict begin
  21.      /WhitePoint [ 0.9505 1.0 1.089 ] def
  22.      /Table [ 2 2 2 2
  23.               [
  24.                 [ < FFFFFF 000000 FFFF00 000000>
  25.                   < FF00FF 000000 FF0000 000000> ]
  26.                 [ < 00FFFF 000000 00FF00 000000>
  27.                   < 0000FF 000000 000000 000000> ]
  28.               ]
  29.             ] def
  30.      /DecodeLMN [ { 1.8 exp } bind dup dup ] def
  31.      /MatrixLMN [ 0.4439 0.2522 0.0436 0.3341 0.6371 0.1387 0.1725 0.1107 0.9067 ] def
  32.   currentdict end
  33. ]
  34. /ColorSpace defineresource pop
  35.  
  36. setglobal
  37.