home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextLibrary / PrinterTypes / English.lproj / AGFA_SelectSet5000SF.ppd < prev    next >
PostScript Printer Description  |  1995-02-06  |  35KB  |  721 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1994 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "3.1"
  11. *PCFileName: "AGSl5SF1.PPD"
  12. *LanguageVersion: English
  13. *Product: "(AGFA SelectSet 5000)"
  14. *PSVersion: "(52.3) 320"
  15. *ModelName: "AGFA-SelectSet5000SF"
  16. *NickName: "AGFA-SelectSet5000SF v52.3"
  17.  
  18. *% General Information and Defaults ===============
  19. *FreeVM: "2453510"
  20. *LanguageLevel: "1"
  21. *ColorDevice: False
  22. *DefaultColorSpace: Gray
  23. *VariablePaperSize: True
  24. *Extensions: FileSystem
  25. *FileSystem: True
  26. *?FileSystem: "
  27.   statusdict /diskstatus get exec
  28.   exch pop 0 eq {(False)}{(True)}ifelse = flush
  29. "
  30. *End
  31. *Throughput: "1"
  32. *Password: "0"
  33. *ExitServer: "
  34.   count 0 eq {  % is the password on the stack?
  35.     true 
  36.   }{
  37.     dup    % potential password
  38.     statusdict /checkpassword get exec not 
  39.   } ifelse 
  40.   {  %  if no password or not valid 
  41.     (WARNING : Cannot perform the exitserver command.) = 
  42.     (Password supplied is not valid.) = 
  43.     (Please contact the author of this software.) = flush
  44.     quit 
  45.   } if 
  46.   serverdict /exitserver get exec
  47. "
  48. *End
  49. *Reset: "
  50.   count 0 eq {  % is the password on the stack?
  51.     true 
  52.   }{
  53.     dup    % potential password
  54.     statusdict /checkpassword get exec not 
  55.   } ifelse 
  56.   {  %  if no password or not valid 
  57.     (WARNING : Cannot reset printer.) = 
  58.     (Password supplied is not valid.) = 
  59.     (Please contact the author of this software.) = flush
  60.     quit 
  61.   } if 
  62.   serverdict /exitserver get exec
  63.   systemdict /quit get exec
  64.   (WARNING : Printer Reset Failed.) = flush
  65. "
  66. *End
  67.  
  68. *OpenUI *Resolution: PickOne
  69. *OrderDependency: 20 AnySetup *Resolution
  70. *DefaultResolution: 2400x2400dpi
  71. *Resolution 1200x1200dpi: " 1200 statusdict /setresolution get exec "
  72. *Resolution 2400x2400dpi: " 2400 statusdict /setresolution get exec "
  73. *Resolution 3600x3600dpi: " 3600 statusdict /setresolution get exec "
  74. *?Resolution: "
  75. save
  76.   initgraphics
  77.   0 0 moveto currentpoint matrix defaultmatrix transform
  78.   0 72 lineto currentpoint matrix defaultmatrix transform
  79.   3 -1 roll sub dup mul
  80.   3 1 roll exch sub dup mul
  81.   add sqrt round cvi
  82.   (          ) cvs dup print (x) print print (dpi) = flush
  83. restore
  84. "
  85. *End
  86. *CloseUI: *Resolution
  87.  
  88. *% Halftone Information ===============
  89. *ScreenFreq: "133.0"
  90. *ScreenAngle: "45.0"
  91. *DefaultScreenProc: Dot
  92. *ScreenProc Dot: "
  93. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  94. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  95. "
  96. *End
  97. *ScreenProc Line: "{ pop }"
  98. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  99.  
  100. *DefaultTransfer: Null
  101. *Transfer Null: "{ }"
  102. *Transfer Null.Inverse: "{ 1 exch sub }"
  103.  
  104. *% Paper Handling ===================
  105.  
  106. *% Use these entries to set paper size most of the time, unless there is
  107. *% specific reason to use PageRegion.
  108. *% The 3.0 page sizes are for Seperator 3.0 and illustrator 3.0 since they rotates 
  109. *% and clips the regular page sizes
  110. *OpenUI *PageSize: PickOne
  111. *OrderDependency: 30 AnySetup *PageSize
  112. *DefaultPageSize: Letter
  113. *PageSize Letter: "letter"
  114. *PageSize Legal: "legal"
  115. *PageSize Tabloid: "11x17"
  116. *PageSize LARGE: "1130 1584 1 statusdict /setpage get exec"
  117. *PageSize A3: "a3"
  118. *PageSize A4: "a4"
  119. *PageSize A5: "a5"
  120. *PageSize B5: "b5"
  121. *PageSize Letter.Transverse: "Letter"
  122. *PageSize Legal.Transverse: "Legal"
  123. *PageSize A4.Transverse: "A4"
  124. *PageSize A5.Transverse: "A5"
  125. *PageSize B5.Transverse: "B5"
  126. *?PageSize: "
  127. save
  128.  mark  statusdict /pageparams get exec  exch pop
  129.    5 dict
  130.     dup [420 595] (A5.Transverse) put
  131.     dup [516 729] (B5.Transverse) put
  132.     dup [595 842] (A4.Transverse) put
  133.     dup [612 792] (Letter.Transverse) put
  134.     dup [612 1008] (Legal.Transverse) put
  135.    8 dict
  136.     dup [595 420] (A5) put
  137.     dup [729 516] (B5) put
  138.     dup [792 612] (Letter) put
  139.     dup [842 595] (A4) put
  140.     dup [1008 612] (Legal) put
  141.     dup [842 1190] (A3) put
  142.     dup [792 1224] (Tabloid) put
  143.     dup [1584 1130] (LARGE) put
  144.   3 -1 roll 0 eq { pop } { exch pop }ifelse
  145.   (Unknown) exch
  146.   { exch aload pop
  147.     4 index eq exch 5 index eq and
  148.     { exch pop exit } { pop } ifelse
  149.   } bind forall = flush cleartomark
  150. restore
  151. "
  152. *End
  153. *CloseUI: *PageSize
  154.  
  155. *% These entries will set up the frame buffer. Usually used with manual feed.
  156. *OpenUI *PageRegion: PickOne
  157. *OrderDependency: 40 AnySetup *PageRegion
  158. *DefaultPageRegion: Letter
  159. *PageRegion Letter: "letter"
  160. *PageRegion Legal: "legal"
  161. *PageRegion Tabloid: "11x17"
  162. *PageRegion LARGE: "1130 1584 1 statusdict /setpage get exec"
  163. *PageRegion A3: "a3"
  164. *PageRegion A4: "a4"
  165. *PageRegion A5: "a5"
  166. *PageRegion B5: "b5"
  167. *PageRegion Letter.Transverse: "Letter"
  168. *PageRegion Legal.Transverse:  "Legal"
  169. *PageRegion A4.Transverse: "A4"
  170. *PageRegion A5.Transverse: "A5"
  171. *PageRegion B5.Transverse: "B5"
  172. *CloseUI: *PageRegion
  173.  
  174. *RequiresPageRegion All: True
  175.  
  176. *% The following entries provide information about specific paper keywords.
  177. *DefaultImageableArea: Letter
  178. *ImageableArea Letter: "0 0 612 792 "
  179. *ImageableArea Legal: "0 0 612 1008 "
  180. *ImageableArea Tabloid: "0 0 792 1224 "
  181. *ImageableArea LARGE: "0 0 1130 1584"
  182. *ImageableArea A3: "0 0 842 1190 "
  183. *ImageableArea A4: "0 0 595 842  "
  184. *ImageableArea A5: "0 0 420 595  "
  185. *ImageableArea B5: "0 0 516 729  "
  186. *ImageableArea Letter.Transverse: "0 0 612 792 "
  187. *ImageableArea Legal.Transverse:  "0 0 612 1008"
  188. *ImageableArea A4.Transverse: "0 0 595 842 "
  189. *ImageableArea A5.Transverse: "0 0 420 595 "
  190. *ImageableArea B5.Transverse: "0 0 516 729 "
  191. *?ImageableArea: "
  192.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  193.   newpath clippath pathbbox
  194.   4 -2 roll exch 2 {ceiling cvp} repeat
  195.   exch 2 {floor cvp} repeat flush
  196.  restore
  197. "
  198. *End
  199.  
  200. *% These provide the physical dimensions of the paper (by keyword)
  201. *DefaultPaperDimension: Letter
  202. *PaperDimension Letter: "612 792 "
  203. *PaperDimension Legal: "612 1008 "
  204. *PaperDimension Tabloid: "792 1224 "
  205. *PaperDimension LARGE: "1130 1584 "
  206. *PaperDimension A3: "842 1190 "
  207. *PaperDimension A4: "595 842 "
  208. *PaperDimension A5: "420 595 "
  209. *PaperDimension B5: "516 729 "
  210. *PaperDimension Letter.Transverse: "612 792 "
  211. *PaperDimension Legal.Transverse: "612 1008 "
  212. *PaperDimension A4.Transverse: "595 842 "
  213. *PaperDimension A5.Transverse: "420 595 "
  214. *PaperDimension B5.Transverse: "516 729 "
  215.  
  216. *% Custom Page Sizes
  217. *CustomPageSize True: "exch pop statusdict begin setpageparams end"
  218. *ParamCustomPageSize Width: 1 points 0 1130
  219. *ParamCustomPageSize Height: 2 points 0 1584
  220. *ParamCustomPageSize WidthOffset/Margins: 3 points 0 0
  221. *ParamCustomPageSize HeightOffset: 4 points 0 0
  222. *ParamCustomPageSize Orientation: 5 int 0 1
  223.  
  224. *% Default Handling Features. This machine is a roll-fed machine, which is 
  225. *% why most of these entries have values of "None".
  226. *OpenUI *InputSlot: PickOne
  227. *OrderDependency: 20 AnySetup *InputSlot
  228. *DefaultInputSlot: Cassette
  229. *InputSlot Cassette: ""
  230. *CloseUI: *InputSlot
  231.  
  232. *% Imagesetter Information =====================
  233. *OpenGroup: Imagesetter
  234. *OpenUI *MirrorPrint/Mirror Print: Boolean
  235. *OrderDependency: 50 AnySetup *MirrorPrint
  236. *MirrorPrint True: "true statusdict /setmirrorprint get exec"
  237. *MirrorPrint False: "false statusdict /setmirrorprint get exec"
  238. *DefaultMirrorPrint: False
  239. *?MirrorPrint: "save statusdict /mirrorprint get exec
  240.    { (True) } { (False) } ifelse = flush restore"
  241. *End
  242. *CloseUI: *MirrorPrint
  243.  
  244. *NegativePrint True: "statusdict begin true setinvert end"
  245. *NegativePrint False: "statusdict begin false setinvert end"
  246. *DefaultNegativePrint: False
  247. *?NegativePrint: "statusdict begin invert end
  248.                   {(True)}{(False)}ifelse = flush"
  249. *End
  250. *CloseGroup: Imagesetter
  251.  
  252. *% Font Information =====================
  253.  
  254. *DefaultFont: Courier
  255. *Font Courier: Standard "(001.004)" Standard ROM
  256. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  257. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  258. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  259. *Font Helvetica: Standard "(001.002)" Standard ROM
  260. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  261. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  262. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  263. *Font Symbol: Special "(001.003)" Special ROM
  264. *Font Times-Bold: Standard "(001.002)" Standard ROM
  265. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  266. *Font Times-Italic: Standard "(001.002)" Standard ROM
  267. *Font Times-Roman: Standard "(001.002)" Standard ROM
  268. *?FontQuery: "
  269. save
  270. {
  271.   count 1 gt {
  272.   exch dup 128 string cvs (/) print print (:) print
  273.   dup FontDirectory exch known {pop (Yes)}
  274.   {
  275.     (fonts/                              )
  276.       dup 3 -1 roll 128 string cvs dup length /len exch def
  277.       6 exch putinterval
  278.       0 len 6 add getinterval mark exch
  279.       { } 128 string filenameforall counttomark 0 gt {
  280.       cleartomark (Yes)}{cleartomark (No)}ifelse
  281.       }ifelse =
  282.       }{ exit } ifelse
  283.   } bind loop
  284.   (*) = flush
  285. restore
  286. "
  287. *End
  288.  
  289. *?FontList: "
  290. save
  291.   FontDirectory { pop == } bind forall flush
  292.   /filenameforall where {
  293.     pop (fonts/*) {
  294.     dup length 6 sub 6 exch getinterval cvn ==
  295.     } bind
  296.     128 string filenameforall flush
  297.   } if
  298.   (*) = flush
  299. restore
  300. "
  301. *End
  302.  
  303. *% Printer Messages (verbatim from printer):
  304. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  305. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  306. *Message: "\FontName\ not found, using Courier"
  307.  
  308. *% Status (format: %%[ status: <one of these> ]%% )
  309. *Status: "idle"
  310. *Status: "busy"
  311. *Status: "waiting"
  312. *Status: "printing"
  313.  
  314. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  315. *Source: "serial9"
  316. *Source: "serial25"
  317. *Source: "AppleTalk"
  318. *Source: "Centronics"
  319.  
  320. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  321. *PrinterError: "Fatal error"
  322. *PrinterError: "Engine hardware failure"
  323. *PrinterError: "Printer busy"
  324. *PrinterError: "Printer in pause"
  325. *PrinterError: "Media jam"
  326. *PrinterError: "Cutter jam"
  327. *PrinterError: "No cassette"
  328. *PrinterError: "No media"
  329. *PrinterError: "Take done"
  330. *PrinterError: "Missed breakpoint"
  331. *PrinterError: "Warning: Low media"
  332. *PrinterError: "Cover Open"
  333. *PrinterError: "Non Voltatile Memory Write Complete"
  334. *PrinterError: "No Cutter"
  335. *PrinterError: "Engine Underrun"
  336. *PrinterError: "External Processor Not Ready"
  337. *PrinterError: "Command Processing State"
  338. *PrinterError: "Time out on engine communication"
  339. *PrinterError: "Engine communication failure"
  340. *PrinterError: "Error in engine resolution"
  341. *PrinterError: "Printer OK"
  342. *PrinterError: "Failed printerstart"
  343. *PrinterError: "Image transfer problem"
  344. *PrinterError: "Image transfer problem"
  345. *PrinterError: "Image transfer problem"
  346. *PrinterError: "Image transfer problem"
  347. *PrinterError: "Image transfer problem"
  348. *PrinterError: "Image transfer problem"
  349. *PrinterError: "Image transfer problem"
  350. *PrinterError: "Default page being defined is too long."
  351. *PrinterError: "Page being defined is too wide."
  352. *PrinterError: "Printer needs attention"
  353.  
  354.  
  355.  
  356. *% Color Separation Information =====================
  357.  
  358. *InkName: ProcessCyan/Process Cyan
  359. *InkName: ProcessMagenta/Process Magenta
  360. *InkName: ProcessYellow/Process Yellow
  361. *InkName: ProcessBlack/Process Black
  362. *InkName: CustomColor/Custom Color
  363.  
  364. *% For 1200 dpi  =====================================================
  365.  
  366. *ColorSepScreenAngle ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "45.0"
  367. *ColorSepScreenAngle CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "45.0"
  368. *ColorSepScreenAngle ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "15.0"
  369. *ColorSepScreenAngle ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "75.0"
  370. *ColorSepScreenAngle ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "0.0"
  371.  
  372. *ColorSepScreenFreq ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  373. *ColorSepScreenFreq CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  374. *ColorSepScreenFreq ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  375. *ColorSepScreenFreq ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  376. *ColorSepScreenFreq ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  377.  
  378. *ColorSepScreenAngle ProcessBlack.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "45.0"
  379. *ColorSepScreenAngle CustomColor.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "45.0"
  380. *ColorSepScreenAngle ProcessCyan.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "15.0"
  381. *ColorSepScreenAngle ProcessMagenta.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  382. *ColorSepScreenAngle ProcessYellow.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "0.0"
  383.  
  384. *ColorSepScreenFreq ProcessBlack.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  385. *ColorSepScreenFreq CustomColor.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  386. *ColorSepScreenFreq ProcessCyan.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  387. *ColorSepScreenFreq ProcessMagenta.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  388. *ColorSepScreenFreq ProcessYellow.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  389.  
  390. *ColorSepScreenAngle ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "45.0"
  391. *ColorSepScreenAngle CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "45.0"
  392. *ColorSepScreenAngle ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "15.0"
  393. *ColorSepScreenAngle ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "75.0"
  394. *ColorSepScreenAngle ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "0.0"
  395.  
  396. *ColorSepScreenFreq ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  397. *ColorSepScreenFreq CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  398. *ColorSepScreenFreq ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  399. *ColorSepScreenFreq ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  400. *ColorSepScreenFreq ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  401.  
  402. *ColorSepScreenAngle ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "45.0"
  403. *ColorSepScreenAngle CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "45.0"
  404. *ColorSepScreenAngle ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "15.0"
  405. *ColorSepScreenAngle ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "75.0"
  406. *ColorSepScreenAngle ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "0.0"
  407.  
  408. *ColorSepScreenFreq ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  409. *ColorSepScreenFreq CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  410. *ColorSepScreenFreq ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  411. *ColorSepScreenFreq ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  412. *ColorSepScreenFreq ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  413.  
  414. *ColorSepScreenAngle ProcessBlack.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "45.0"
  415. *ColorSepScreenAngle CustomColor.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "45.0"
  416. *ColorSepScreenAngle ProcessCyan.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "15.0"
  417. *ColorSepScreenAngle ProcessMagenta.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "75.0"
  418. *ColorSepScreenAngle ProcessYellow.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "0.0"
  419.  
  420. *ColorSepScreenFreq ProcessBlack.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  421. *ColorSepScreenFreq CustomColor.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  422. *ColorSepScreenFreq ProcessCyan.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  423. *ColorSepScreenFreq ProcessMagenta.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  424. *ColorSepScreenFreq ProcessYellow.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  425.  
  426. *ColorSepScreenAngle ProcessBlack.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "45.0"
  427. *ColorSepScreenAngle CustomColor.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "45.0"
  428. *ColorSepScreenAngle ProcessCyan.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "15.0"
  429. *ColorSepScreenAngle ProcessMagenta.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "75.0"
  430. *ColorSepScreenAngle ProcessYellow.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "0.0"
  431.  
  432. *ColorSepScreenFreq ProcessBlack.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  433. *ColorSepScreenFreq CustomColor.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  434. *ColorSepScreenFreq ProcessCyan.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  435. *ColorSepScreenFreq ProcessMagenta.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  436. *ColorSepScreenFreq ProcessYellow.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  437.  
  438. *ColorSepScreenAngle ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "45.0"
  439. *ColorSepScreenAngle CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "45.0"
  440. *ColorSepScreenAngle ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "15.0"
  441. *ColorSepScreenAngle ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "75.0"
  442. *ColorSepScreenAngle ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "0.0"
  443.  
  444. *ColorSepScreenFreq ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  445. *ColorSepScreenFreq CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  446. *ColorSepScreenFreq ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  447. *ColorSepScreenFreq ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  448. *ColorSepScreenFreq ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  449.  
  450. *ColorSepScreenAngle ProcessBlack.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "45.0"
  451. *ColorSepScreenAngle CustomColor.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "45.0"
  452. *ColorSepScreenAngle ProcessCyan.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "15.0"
  453. *ColorSepScreenAngle ProcessMagenta.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "75.0"
  454. *ColorSepScreenAngle ProcessYellow.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "0.0"
  455.  
  456. *ColorSepScreenFreq ProcessBlack.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  457. *ColorSepScreenFreq CustomColor.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  458. *ColorSepScreenFreq ProcessCyan.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  459. *ColorSepScreenFreq ProcessMagenta.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  460. *ColorSepScreenFreq ProcessYellow.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  461.  
  462. *ColorSepScreenAngle ProcessBlack.150lpi.1200dpi/150 lpi / 1200 dpi STD: "45.0"
  463. *ColorSepScreenAngle CustomColor.150lpi.1200dpi/150 lpi / 1200 dpi STD: "45.0"
  464. *ColorSepScreenAngle ProcessCyan.150lpi.1200dpi/150 lpi / 1200 dpi STD: "15.0"
  465. *ColorSepScreenAngle ProcessMagenta.150lpi.1200dpi/150 lpi / 1200 dpi STD: "75.0"
  466. *ColorSepScreenAngle ProcessYellow.150lpi.1200dpi/150 lpi / 1200 dpi STD: "0.0"
  467.  
  468. *ColorSepScreenFreq ProcessBlack.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  469. *ColorSepScreenFreq CustomColor.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  470. *ColorSepScreenFreq ProcessCyan.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  471. *ColorSepScreenFreq ProcessMagenta.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  472. *ColorSepScreenFreq ProcessYellow.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  473.  
  474. *% For 2400 dpi  =====================================================
  475.  
  476. *ColorSepScreenAngle ProcessBlack.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "45.0"
  477. *ColorSepScreenAngle CustomColor.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "45.0"
  478. *ColorSepScreenAngle ProcessCyan.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "15.0"
  479. *ColorSepScreenAngle ProcessMagenta.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "75.0"
  480. *ColorSepScreenAngle ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "0.0"
  481.  
  482. *ColorSepScreenFreq ProcessBlack.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  483. *ColorSepScreenFreq CustomColor.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  484. *ColorSepScreenFreq ProcessCyan.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  485. *ColorSepScreenFreq ProcessMagenta.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  486. *ColorSepScreenFreq ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  487.  
  488. *ColorSepScreenAngle ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "45.0"
  489. *ColorSepScreenAngle CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "45.0"
  490. *ColorSepScreenAngle ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "15.0"
  491. *ColorSepScreenAngle ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "75.0"
  492. *ColorSepScreenAngle ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "0.0"
  493.  
  494. *ColorSepScreenFreq ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  495. *ColorSepScreenFreq CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  496. *ColorSepScreenFreq ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  497. *ColorSepScreenFreq ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  498. *ColorSepScreenFreq ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  499.  
  500. *ColorSepScreenAngle ProcessBlack.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "45.0"
  501. *ColorSepScreenAngle CustomColor.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "45.0"
  502. *ColorSepScreenAngle ProcessCyan.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "15.0"
  503. *ColorSepScreenAngle ProcessMagenta.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "75.0"
  504. *ColorSepScreenAngle ProcessYellow.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "0.0"
  505.  
  506. *ColorSepScreenFreq ProcessBlack.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  507. *ColorSepScreenFreq CustomColor.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  508. *ColorSepScreenFreq ProcessCyan.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  509. *ColorSepScreenFreq ProcessMagenta.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  510. *ColorSepScreenFreq ProcessYellow.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  511.  
  512. *ColorSepScreenAngle ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "45.0"
  513. *ColorSepScreenAngle CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "45.0"
  514. *ColorSepScreenAngle ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "15.0"
  515. *ColorSepScreenAngle ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "75.0"
  516. *ColorSepScreenAngle ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "0.0"
  517.  
  518. *ColorSepScreenFreq ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  519. *ColorSepScreenFreq CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  520. *ColorSepScreenFreq ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  521. *ColorSepScreenFreq ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  522. *ColorSepScreenFreq ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  523.  
  524. *ColorSepScreenAngle ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "45.0"
  525. *ColorSepScreenAngle CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "45.0"
  526. *ColorSepScreenAngle ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "15.0"
  527. *ColorSepScreenAngle ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "75.0"
  528. *ColorSepScreenAngle ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "0.0"
  529.  
  530. *ColorSepScreenFreq ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  531. *ColorSepScreenFreq CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  532. *ColorSepScreenFreq ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  533. *ColorSepScreenFreq ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  534. *ColorSepScreenFreq ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  535.  
  536. *ColorSepScreenAngle ProcessBlack.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "45.0"
  537. *ColorSepScreenAngle CustomColor.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "45.0"
  538. *ColorSepScreenAngle ProcessCyan.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "15.0"
  539. *ColorSepScreenAngle ProcessMagenta.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "75.0"
  540. *ColorSepScreenAngle ProcessYellow.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "0.0"
  541.  
  542. *ColorSepScreenFreq ProcessBlack.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  543. *ColorSepScreenFreq CustomColor.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  544. *ColorSepScreenFreq ProcessCyan.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  545. *ColorSepScreenFreq ProcessMagenta.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  546. *ColorSepScreenFreq ProcessYellow.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  547.  
  548. *ColorSepScreenAngle ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "45.0"
  549. *ColorSepScreenAngle CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "45.0"
  550. *ColorSepScreenAngle ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "15.0"
  551. *ColorSepScreenAngle ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "75.0"
  552. *ColorSepScreenAngle ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "0.0"
  553.  
  554. *ColorSepScreenFreq ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  555. *ColorSepScreenFreq CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  556. *ColorSepScreenFreq ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  557. *ColorSepScreenFreq ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  558. *ColorSepScreenFreq ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  559.  
  560. *ColorSepScreenAngle ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi STD: "45.0"
  561. *ColorSepScreenAngle CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi STD: "45.0"
  562. *ColorSepScreenAngle ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi STD: "15.0"
  563. *ColorSepScreenAngle ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi STD: "75.0"
  564. *ColorSepScreenAngle ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi STD: "0.0"
  565.  
  566. *ColorSepScreenFreq ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  567. *ColorSepScreenFreq CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  568. *ColorSepScreenFreq ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  569. *ColorSepScreenFreq ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  570. *ColorSepScreenFreq ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  571.  
  572. *ColorSepScreenAngle ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "45.0"
  573. *ColorSepScreenAngle CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "45.0"
  574. *ColorSepScreenAngle ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "15.0"
  575. *ColorSepScreenAngle ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "75.0"
  576. *ColorSepScreenAngle ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "0.0"
  577.  
  578. *ColorSepScreenFreq ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  579. *ColorSepScreenFreq CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  580. *ColorSepScreenFreq ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  581. *ColorSepScreenFreq ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  582. *ColorSepScreenFreq ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  583.  
  584. *ColorSepScreenAngle ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "45.0"
  585. *ColorSepScreenAngle CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "45.0"
  586. *ColorSepScreenAngle ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "15.0"
  587. *ColorSepScreenAngle ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "75.0"
  588. *ColorSepScreenAngle ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "0.0"
  589.  
  590. *ColorSepScreenFreq ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  591. *ColorSepScreenFreq CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  592. *ColorSepScreenFreq ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  593. *ColorSepScreenFreq ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  594. *ColorSepScreenFreq ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  595.  
  596. *% For 3600 dpi  =====================================================
  597.  
  598. *ColorSepScreenAngle ProcessBlack.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "45.0"
  599. *ColorSepScreenAngle CustomColor.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "45.0"
  600. *ColorSepScreenAngle ProcessCyan.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "15.0"
  601. *ColorSepScreenAngle ProcessMagenta.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "75.0"
  602. *ColorSepScreenAngle ProcessYellow.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "0.0"
  603.  
  604. *ColorSepScreenFreq ProcessBlack.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "133.0"
  605. *ColorSepScreenFreq CustomColor.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "133.0"
  606. *ColorSepScreenFreq ProcessCyan.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "133.0"
  607. *ColorSepScreenFreq ProcessMagenta.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "133.0"
  608. *ColorSepScreenFreq ProcessYellow.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "133.0"
  609.  
  610. *ColorSepScreenAngle ProcessBlack.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "45.0"
  611. *ColorSepScreenAngle CustomColor.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "45.0"
  612. *ColorSepScreenAngle ProcessCyan.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "15.0"
  613. *ColorSepScreenAngle ProcessMagenta.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "75.0"
  614. *ColorSepScreenAngle ProcessYellow.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "0.0"
  615.  
  616. *ColorSepScreenFreq ProcessBlack.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "140.0"
  617. *ColorSepScreenFreq CustomColor.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "140.0"
  618. *ColorSepScreenFreq ProcessCyan.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "140.0"
  619. *ColorSepScreenFreq ProcessMagenta.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "140.0"
  620. *ColorSepScreenFreq ProcessYellow.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "140.0"
  621.  
  622. *ColorSepScreenAngle ProcessBlack.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "45.0"
  623. *ColorSepScreenAngle CustomColor.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "45.0"
  624. *ColorSepScreenAngle ProcessCyan.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "15.0"
  625. *ColorSepScreenAngle ProcessMagenta.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "75.0"
  626. *ColorSepScreenAngle ProcessYellow.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "0.0"
  627.  
  628. *ColorSepScreenFreq ProcessBlack.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "150.0"
  629. *ColorSepScreenFreq CustomColor.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "150.0"
  630. *ColorSepScreenFreq ProcessCyan.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "150.0"
  631. *ColorSepScreenFreq ProcessMagenta.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "150.0"
  632. *ColorSepScreenFreq ProcessYellow.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "150.0"
  633.  
  634. *ColorSepScreenAngle ProcessBlack.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "45.0"
  635. *ColorSepScreenAngle CustomColor.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "45.0"
  636. *ColorSepScreenAngle ProcessCyan.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "15.0"
  637. *ColorSepScreenAngle ProcessMagenta.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "75.0"
  638. *ColorSepScreenAngle ProcessYellow.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "0.0"
  639.  
  640. *ColorSepScreenFreq ProcessBlack.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "175.0"
  641. *ColorSepScreenFreq CustomColor.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "175.0"
  642. *ColorSepScreenFreq ProcessCyan.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "175.0"
  643. *ColorSepScreenFreq ProcessMagenta.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "175.0"
  644. *ColorSepScreenFreq ProcessYellow.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "175.0"
  645.  
  646. *ColorSepScreenAngle ProcessBlack.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "45.0"
  647. *ColorSepScreenAngle CustomColor.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "45.0"
  648. *ColorSepScreenAngle ProcessCyan.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "15.0"
  649. *ColorSepScreenAngle ProcessMagenta.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "75.0"
  650. *ColorSepScreenAngle ProcessYellow.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "0.0"
  651.  
  652. *ColorSepScreenFreq ProcessBlack.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "200.0"
  653. *ColorSepScreenFreq CustomColor.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "200.0"
  654. *ColorSepScreenFreq ProcessCyan.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "200.0"
  655. *ColorSepScreenFreq ProcessMagenta.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "200.0"
  656. *ColorSepScreenFreq ProcessYellow.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "200.0"
  657.  
  658. *ColorSepScreenAngle ProcessBlack.212lpi.3600dpi/212 lpi / 3600 dpi AS: "45.0"
  659. *ColorSepScreenAngle CustomColor.212lpi.3600dpi/212 lpi / 3600 dpi AS: "45.0"
  660. *ColorSepScreenAngle ProcessCyan.212lpi.3600dpi/212 lpi / 3600 dpi AS: "15.0"
  661. *ColorSepScreenAngle ProcessMagenta.212lpi.3600dpi/212 lpi / 3600 dpi AS: "75.0"
  662. *ColorSepScreenAngle ProcessYellow.212lpi.3600dpi/212 lpi / 3600 dpi AS: "0.0"
  663.  
  664. *ColorSepScreenFreq ProcessBlack.212lpi.3600dpi/212 lpi / 3600 dpi AS: "212.0"
  665. *ColorSepScreenFreq CustomColor.212lpi.3600dpi/212 lpi / 3600 dpi AS: "212.0"
  666. *ColorSepScreenFreq ProcessCyan.212lpi.3600dpi/212 lpi / 3600 dpi AS: "212.0"
  667. *ColorSepScreenFreq ProcessMagenta.212lpi.3600dpi/212 lpi / 3600 dpi AS: "212.0"
  668. *ColorSepScreenFreq ProcessYellow.212lpi.3600dpi/212 lpi / 3600 dpi AS: "212.0"
  669.  
  670. *ColorSepScreenAngle ProcessBlack.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "45.0"
  671. *ColorSepScreenAngle CustomColor.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "45.0"
  672. *ColorSepScreenAngle ProcessCyan.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "15.0"
  673. *ColorSepScreenAngle ProcessMagenta.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "75.0"
  674. *ColorSepScreenAngle ProcessYellow.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "0.0"
  675.  
  676. *ColorSepScreenFreq ProcessBlack.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "225.0"
  677. *ColorSepScreenFreq CustomColor.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "225.0"
  678. *ColorSepScreenFreq ProcessCyan.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "225.0"
  679. *ColorSepScreenFreq ProcessMagenta.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "225.0"
  680. *ColorSepScreenFreq ProcessYellow.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "225.0"
  681.  
  682. *ColorSepScreenAngle ProcessBlack.240lpi.3600dpi/240 lpi / 3600 dpi STD: "45.0"
  683. *ColorSepScreenAngle CustomColor.240lpi.3600dpi/240 lpi / 3600 dpi STD: "45.0"
  684. *ColorSepScreenAngle ProcessCyan.240lpi.3600dpi/240 lpi / 3600 dpi STD: "15.0"
  685. *ColorSepScreenAngle ProcessMagenta.240lpi.3600dpi/240 lpi / 3600 dpi STD: "75.0"
  686. *ColorSepScreenAngle ProcessYellow.240lpi.3600dpi/240 lpi / 3600 dpi STD: "0.0"
  687.  
  688. *ColorSepScreenFreq ProcessBlack.240lpi.3600dpi/240 lpi / 3600 dpi STD: "240.0"
  689. *ColorSepScreenFreq CustomColor.240lpi.3600dpi/240 lpi / 3600 dpi STD: "240.0"
  690. *ColorSepScreenFreq ProcessCyan.240lpi.3600dpi/240 lpi / 3600 dpi STD: "240.0"
  691. *ColorSepScreenFreq ProcessMagenta.240lpi.3600dpi/240 lpi / 3600 dpi STD: "240.0"
  692. *ColorSepScreenFreq ProcessYellow.240lpi.3600dpi/240 lpi / 3600 dpi STD: "240.0"
  693.  
  694. *ColorSepScreenAngle ProcessBlack.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "45.0"
  695. *ColorSepScreenAngle CustomColor.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "45.0"
  696. *ColorSepScreenAngle ProcessCyan.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "15.0"
  697. *ColorSepScreenAngle ProcessMagenta.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "75.0"
  698. *ColorSepScreenAngle ProcessYellow.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "0.0"
  699.  
  700. *ColorSepScreenFreq ProcessBlack.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "250.0"
  701. *ColorSepScreenFreq CustomColor.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "250.0"
  702. *ColorSepScreenFreq ProcessCyan.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "250.0"
  703. *ColorSepScreenFreq ProcessMagenta.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "250.0"
  704. *ColorSepScreenFreq ProcessYellow.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "250.0"
  705.  
  706. *ColorSepScreenAngle ProcessBlack.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "45.0"
  707. *ColorSepScreenAngle CustomColor.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "45.0"
  708. *ColorSepScreenAngle ProcessCyan.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "15.0"
  709. *ColorSepScreenAngle ProcessMagenta.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "75.0"
  710. *ColorSepScreenAngle ProcessYellow.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "0.0"
  711.  
  712. *ColorSepScreenFreq ProcessBlack.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "300.0"
  713. *ColorSepScreenFreq CustomColor.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "300.0"
  714. *ColorSepScreenFreq ProcessCyan.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "300.0"
  715. *ColorSepScreenFreq ProcessMagenta.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "300.0"
  716. *ColorSepScreenFreq ProcessYellow.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "300.0"
  717.  
  718. *% The byte count of this file should be exactly 035168 or 035888
  719. *% depending on the filesystem it resides in.
  720. *% end of PPD file for AGFA SelectSet 5000 
  721.