home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 April / dpcb0497.iso / Business / XRES / DATA.Z / DFL.PS < prev    next >
Text File  |  1996-03-29  |  1KB  |  38 lines

  1. %!
  2.  
  3. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4. %%                                    %%
  5. %% DefaultColorRendering: the default colour rendering dictionary   %%
  6. %% that TPro loads during init.ps processing.  This is designed to  %%
  7. %% be complementary to the default colour space that Photoshop uses %%
  8. %% when you save an ``RGB'' image.                    %%
  9. %%                                    %%
  10. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11.  
  12.  
  13. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14. %%                                    %%
  15. %% <component> compandadjust is a TPro-specific operator that       %%
  16. %% matches the BlackPoints and WhitePoints of the source and        %%
  17. %% destination according to an L* metric.                           %%
  18. %%                                    %%
  19. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  20.  
  21. /DefaultColorRendering <<
  22.   /ColorRenderingType 1
  23.   /EncodeLMN [
  24.     {1.8 gamma} bind dup dup
  25.   ]
  26.   /MatrixLMN [
  27.     2.9518 -1.0850  0.0854
  28.    -1.2898  1.9910 -0.2695
  29.    -0.4738  0.0372  1.0910
  30.   ]
  31.   /WhitePoint [0.9505 1 1.0891]
  32.   /RangePQR [0 0.9505 0 1 0 1.0891]
  33.   /TransformPQR [
  34.     {0 compandadjust} {1 compandadjust} {2 compandadjust}
  35.   ]
  36. >> /ColorRendering defineresource
  37.  
  38.