Нужен человек знающий PostScript 2!!!!

  • Автор темы Автор темы gunslinger
  • Дата начала Дата начала
Статус
Закрыто для дальнейших ответов.

gunslinger

Топикстартер
10 лет на форуме
Сообщения
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, но при риповке выдает ошибку
 
Ответ: Нужен человек знающий PostScript 2!!!!

% 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 и ... (или переименовать), но и скопировать Screen Caches из каталогов SW\Screens\HDS-*-*\*.* в каталог SW\Screens\. Тогда они(Screen Caches) станут доступны.
 
Ответ: Нужен человек знающий PostScript 2!!!!

igors сказал(а):
% 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 и ... (или переименовать), но и скопировать Screen Caches из каталогов SW\Screens\HDS-*-*\*.* в каталог SW\Screens\. Тогда они(Screen Caches) станут доступны.
Здравствуйте Igors очень рад вас увидеть на форуме. Да я уже разобрался, это по все видимости работает только со старыми скринами из более ранних версий, которые были благополучно куплены у Global Graphics, простой перенос скринов из той же версии РИПа и попытка их инициализации наталкивается на ошибку setscreen я так понимаю что Global защищает свои скрины:)
 
Статус
Закрыто для дальнейших ответов.