- Сообщения
- 171
- Реакции
- 0
Еще один трабл с Harlequin
Вот цитата из файла для инициализации скринов:
% The older versions of the HDS screens can be reinstated by copying the Screen Caches into
% the Screens directory, commenting out the Type 5 definitions below and uncommenting the following
% lines.
% /HDS-A { /HDS /A { 160 164 168 172 } pop pop pop pop } bind def
% /HDS-B { /HDS /B { 216 228 240 252 } pop pop pop pop } bind def
% /HDS-C { /HDS /C { 216 228 240 252 } pop pop pop pop } bind def
% /HDS-D { /HDS /D { 208 225 242 259 } pop pop pop pop } bind def
% /HDS-E { /HDS /E { 206 221 236 251 } pop pop pop pop } bind def
Снимаю атрибут комментария и не работает!
Вот строки, относящиеся к теме:
% This first set of screens is the generic set onto which all the others are mapped
% using the screen names aliasing mechanism for HalftoneType 199
/Hds-a-gen <<
/HalftoneType 5
/HalftoneName /Hds-a-gen
/A <</HalftoneType 16 /ScreenExtraGrays true /Width 160 /Height 160 /Thresholds (%invalidfile) (r) file >>
/Ai <</HalftoneType 16 /ScreenExtraGrays true /Width 160 /Height 160 /Thresholds (%invalidfile) (r) file >>
/B <</HalftoneType 16 /ScreenExtraGrays true /Width 164 /Height 164 /Thresholds (%invalidfile) (r) file >>
/Bi <</HalftoneType 16 /ScreenExtraGrays true /Width 164 /Height 164 /Thresholds (%invalidfile) (r) file >>
/C <</HalftoneType 16 /ScreenExtraGrays true /Width 168 /Height 168 /Thresholds (%invalidfile) (r) file >>
/D <</HalftoneType 16 /ScreenExtraGrays true /Width 172 /Height 172 /Thresholds (%invalidfile) (r) file >>
/E <</HalftoneType 16 /ScreenExtraGrays true /Width 176 /Height 176 /Thresholds (%invalidfile) (r) file >>
/F <</HalftoneType 16 /ScreenExtraGrays true /Width 180 /Height 180 /Thresholds (%invalidfile) (r) file >>
/Default <</HalftoneType 16 /ScreenExtraGrays true /Width 172 /Height 172 /Thresholds (%invalidfile) (r) file >>
>> def
и далее:
вторично определяется процедура HDS-A:
/HDS-A <<
/HalftoneType 5
/HalftoneName /HDS-A
/Cyan << /HalftoneType 199 /Halftone /Hds-a-gen /HalftoneColor /A >>
/Magenta << /HalftoneType 199 /Halftone /Hds-a-gen /HalftoneColor /B >>
/Yellow << /HalftoneType 199 /Halftone /Hds-a-gen /HalftoneColor /C >>
/Black << /HalftoneType 199 /Halftone /Hds-a-gen /HalftoneColor /D >>
/Default << /HalftoneType 199 /Halftone /Hds-a-gen /HalftoneColor /Default >>
>> def
Все скрины лежат в папках, на которые ссылается процедура Hds-a-gen
Если последнюю процедуру переименовать, то скрин становится доступным в Harlequin, но при риповке выдает ошибку
Вот цитата из файла для инициализации скринов:
% The older versions of the HDS screens can be reinstated by copying the Screen Caches into
% the Screens directory, commenting out the Type 5 definitions below and uncommenting the following
% lines.
% /HDS-A { /HDS /A { 160 164 168 172 } pop pop pop pop } bind def
% /HDS-B { /HDS /B { 216 228 240 252 } pop pop pop pop } bind def
% /HDS-C { /HDS /C { 216 228 240 252 } pop pop pop pop } bind def
% /HDS-D { /HDS /D { 208 225 242 259 } pop pop pop pop } bind def
% /HDS-E { /HDS /E { 206 221 236 251 } pop pop pop pop } bind def
Снимаю атрибут комментария и не работает!
Вот строки, относящиеся к теме:
% This first set of screens is the generic set onto which all the others are mapped
% using the screen names aliasing mechanism for HalftoneType 199
/Hds-a-gen <<
/HalftoneType 5
/HalftoneName /Hds-a-gen
/A <</HalftoneType 16 /ScreenExtraGrays true /Width 160 /Height 160 /Thresholds (%invalidfile) (r) file >>
/Ai <</HalftoneType 16 /ScreenExtraGrays true /Width 160 /Height 160 /Thresholds (%invalidfile) (r) file >>
/B <</HalftoneType 16 /ScreenExtraGrays true /Width 164 /Height 164 /Thresholds (%invalidfile) (r) file >>
/Bi <</HalftoneType 16 /ScreenExtraGrays true /Width 164 /Height 164 /Thresholds (%invalidfile) (r) file >>
/C <</HalftoneType 16 /ScreenExtraGrays true /Width 168 /Height 168 /Thresholds (%invalidfile) (r) file >>
/D <</HalftoneType 16 /ScreenExtraGrays true /Width 172 /Height 172 /Thresholds (%invalidfile) (r) file >>
/E <</HalftoneType 16 /ScreenExtraGrays true /Width 176 /Height 176 /Thresholds (%invalidfile) (r) file >>
/F <</HalftoneType 16 /ScreenExtraGrays true /Width 180 /Height 180 /Thresholds (%invalidfile) (r) file >>
/Default <</HalftoneType 16 /ScreenExtraGrays true /Width 172 /Height 172 /Thresholds (%invalidfile) (r) file >>
>> def
и далее:
вторично определяется процедура HDS-A:
/HDS-A <<
/HalftoneType 5
/HalftoneName /HDS-A
/Cyan << /HalftoneType 199 /Halftone /Hds-a-gen /HalftoneColor /A >>
/Magenta << /HalftoneType 199 /Halftone /Hds-a-gen /HalftoneColor /B >>
/Yellow << /HalftoneType 199 /Halftone /Hds-a-gen /HalftoneColor /C >>
/Black << /HalftoneType 199 /Halftone /Hds-a-gen /HalftoneColor /D >>
/Default << /HalftoneType 199 /Halftone /Hds-a-gen /HalftoneColor /Default >>
>> def
Все скрины лежат в папках, на которые ссылается процедура Hds-a-gen
Если последнюю процедуру переименовать, то скрин становится доступным в Harlequin, но при риповке выдает ошибку