home *** CD-ROM | disk | FTP | other *** search
- %!
-
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %% %%
- %% DefaultColorRendering: the default colour rendering dictionary %%
- %% that TPro loads during init.ps processing. This is designed to %%
- %% be complementary to the default colour space that Photoshop uses %%
- %% when you save an ``RGB'' image. %%
- %% %%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %% %%
- %% <component> compandadjust is a TPro-specific operator that %%
- %% matches the BlackPoints and WhitePoints of the source and %%
- %% destination according to an L* metric. %%
- %% %%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
- /DefaultColorRendering <<
- /ColorRenderingType 1
- /EncodeLMN [
- {1.8 gamma} bind dup dup
- ]
- /MatrixLMN [
- 2.9518 -1.0850 0.0854
- -1.2898 1.9910 -0.2695
- -0.4738 0.0372 1.0910
- ]
- /WhitePoint [0.9505 1 1.0891]
- /RangePQR [0 0.9505 0 1 0 1.0891]
- /TransformPQR [
- {0 compandadjust} {1 compandadjust} {2 compandadjust}
- ]
- >> /ColorRendering defineresource
-
-