Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

661 lines
32 KiB

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *FormatVersion: "4.2"
  4. *FileVersion: "1.1"
  5. *PCFileName: "AGSl5SF1.PPD"
  6. *LanguageVersion: English
  7. *LanguageEncoding: ISOLatin1
  8. *Product: "(AGFA SelectSet 5000)"
  9. *PSVersion: "(52.3) 320"
  10. *ModelName: "AGFA-SelectSet5000SF"
  11. *NickName: "AGFA-SelectSet5000SF v52.3"
  12. *% General Information and Defaults ===============
  13. *FreeVM: "2453510"
  14. *LanguageLevel: "1"
  15. *ColorDevice: False
  16. *VariablePaperSize: True
  17. *FileSystem: True
  18. *?FileSystem: "
  19. statusdict begin diskstatus end
  20. exch pop 0 eq {(False)}{(True)}ifelse = flush
  21. "
  22. *End
  23. *Throughput: "1"
  24. *Password: "0"
  25. *ExitServer: "
  26. count 0 eq { % is the password on the stack?
  27. true
  28. }{
  29. dup % potential password
  30. statusdict begin checkpassword end not
  31. } ifelse
  32. { % if no password or not valid
  33. (WARNING : Cannot perform the exitserver command.) =
  34. (Password supplied is not valid.) =
  35. (Please contact the author of this software.) = flush
  36. quit
  37. } if
  38. serverdict begin exitserver
  39. "
  40. *End
  41. *Reset: "
  42. count 0 eq { % is the password on the stack?
  43. true
  44. }{
  45. dup % potential password
  46. statusdict begin checkpassword end not
  47. } ifelse
  48. { % if no password or not valid
  49. (WARNING : Cannot reset printer.) =
  50. (Password supplied is not valid.) =
  51. (Please contact the author of this software.) = flush
  52. quit
  53. } if
  54. serverdict begin exitserver
  55. systemdict /quit get exec
  56. (WARNING : Printer Reset Failed.) = flush
  57. "
  58. *End
  59. *DefaultResolution: 2400dpi
  60. *SetResolution 1200dpi: " statusdict begin 1200 setresolution end "
  61. *SetResolution 2400dpi: " statusdict begin 2400 setresolution end "
  62. *SetResolution 3600dpi: " statusdict begin 3600 setresolution end "
  63. *?Resolution: "
  64. save
  65. initgraphics
  66. 0 0 moveto currentpoint matrix defaultmatrix transform
  67. 0 72 lineto currentpoint matrix defaultmatrix transform
  68. 3 -1 roll sub dup mul
  69. 3 1 roll exch sub dup mul
  70. add sqrt round cvi
  71. ( ) cvs print (dpi) = flush
  72. restore
  73. "
  74. *End
  75. *% Halftone Information ===============
  76. *ScreenFreq: "133.0"
  77. *ScreenAngle: "45.0"
  78. *DefaultScreenProc: Dot
  79. *ScreenProc Dot: "
  80. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  81. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  82. "
  83. *End
  84. *ScreenProc Line: "{ pop }"
  85. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  86. *DefaultTransfer: Null
  87. *Transfer Null: "{ }"
  88. *Transfer Null.Inverse: "{ 1 exch sub }"
  89. *% Paper Handling ===================
  90. *% Use these entries to set paper size most of the time, unless there is
  91. *% specific reason to use PageRegion or PaperTray.
  92. *% The 3.0 page sizes are for Seperator 3.0 and illustrator 3.0 since they rotates
  93. *% and clips the regular page sizes
  94. *DefaultPageSize: Letter
  95. *PageSize Letter: "letter"
  96. *PageSize Legal: "legal"
  97. *PageSize Note: "note"
  98. *PageSize Tabloid: "11x17"
  99. *PageSize LARGE: "1130 1584 1 statusdict /setpage get exec"
  100. *PageSize A3: "a3"
  101. *PageSize A4: "a4"
  102. *PageSize A5: "a5"
  103. *PageSize B5: "b5"
  104. *PageSize Letter.Transverse: "Letter"
  105. *PageSize Legal.Transverse: "Legal"
  106. *PageSize A4.Transverse: "A4"
  107. *PageSize A5.Transverse: "A5"
  108. *PageSize B5.Transverse: "B5"
  109. *?PageSize: "
  110. save
  111. /d0 5 dict def d0 begin
  112. /420_595 (A5.Transverse) def
  113. /516_729 (B5.Transverse) def
  114. /596_842 (A4.Transverse) def
  115. /612_792 (Letter.Transverse) def
  116. /612_1008 (Legal.Transverse) def
  117. end
  118. /d1 8 dict def d1 begin
  119. /596_420 (A5) def
  120. /729_516 (B5) def
  121. /792_612 (Letter) def
  122. /842_596 (A4) def
  123. /1008_612 (Legal) def
  124. /842_1191 (A3) def
  125. /792_1224 (Tabloid) def
  126. /1584_1130 (LARGE) def
  127. end
  128. statusdict begin pageparams end
  129. 4 1 roll pop
  130. /high exch 10 string cvs dup length /hlen exch def def
  131. /wide exch 10 string cvs def
  132. /key hlen 1 add wide length add string def
  133. key 0 high putinterval
  134. key hlen (_) putinterval
  135. key hlen 1 add wide putinterval
  136. 0 eq {d0}{d1}ifelse
  137. key cvn {get}stopped {(Unknown)}if
  138. = flush
  139. restore
  140. "
  141. *End
  142. *% These entries will set up the frame buffer. Usually used with manual feed.
  143. *DefaultPageRegion: Letter
  144. *PageRegion Letter: "letter"
  145. *PageRegion Legal: "legal"
  146. *PageRegion Note: "note"
  147. *PageRegion Tabloid: "11x17"
  148. *PageRegion LARGE: "1130 1584 1 statusdict /setpage get exec"
  149. *PageRegion A3: "a3"
  150. *PageRegion A4: "a4"
  151. *PageRegion A5: "a5"
  152. *PageRegion B5: "b5"
  153. *PageRegion Letter.Transverse: "Letter"
  154. *PageRegion Legal.Transverse: "Legal"
  155. *PageRegion A4.Transverse: "A4"
  156. *PageRegion A5.Transverse: "A5"
  157. *PageRegion B5.Transverse: "B5"
  158. *% The following entries provide information about specific paper keywords.
  159. *DefaultImageableArea: Letter
  160. *ImageableArea Letter: "0 0 612 792 "
  161. *ImageableArea Legal: "0 0 612 1008 "
  162. *ImageableArea Note: "0 0 612 792 "
  163. *ImageableArea Tabloid: "0 0 792 1224 "
  164. *ImageableArea LARGE: "0 0 1130 1584"
  165. *ImageableArea A3: "0 0 842 1191 "
  166. *ImageableArea A4: "0 0 596 842 "
  167. *ImageableArea A5: "0 0 420 596 "
  168. *ImageableArea B5: "0 0 516 729 "
  169. *ImageableArea Letter.Transverse: "0 0 612 792 "
  170. *ImageableArea Legal.Transverse: "0 0 612 1008"
  171. *ImageableArea A4.Transverse: "0 0 596 842 "
  172. *ImageableArea A5.Transverse: "0 0 420 596 "
  173. *ImageableArea B5.Transverse: "0 0 516 729 "
  174. *?ImageableArea: "
  175. save /cvp { cvi ( ) cvs print ( ) print } bind def
  176. newpath clippath pathbbox
  177. 4 -2 roll exch 2 {ceiling cvp} repeat
  178. exch 2 {floor cvp} repeat flush
  179. restore
  180. "
  181. *End
  182. *% These provide the physical dimensions of the paper (by keyword)
  183. *DefaultPaperDimension: Letter
  184. *PaperDimension Letter: "612 792 "
  185. *PaperDimension Legal: "612 1008"
  186. *PaperDimension Note: "612 792"
  187. *PaperDimension Tabloid: "792 1224"
  188. *PaperDimension LARGE: "1130 1584"
  189. *PaperDimension A3: "842 1191"
  190. *PaperDimension A4: "596 842 "
  191. *PaperDimension A5: "420 596 "
  192. *PaperDimension B5: "516 729 "
  193. *%corrected by Microsoft
  194. *%PaperDimension Letter.Transverse: "792 612 "
  195. *%PaperDimension Legal.Transverse: "1008 612 "
  196. *%PaperDimension A4.Transverse: "842 596 "
  197. *%PaperDimension A5.Transverse: "596 420 "
  198. *%PaperDimension B5.Transverse: "729 516 "
  199. *PaperDimension Letter.Transverse:"612 792 "
  200. *PaperDimension Legal.Transverse: "612 1008"
  201. *PaperDimension A4.Transverse: "596 842 "
  202. *PaperDimension A5.Transverse: "420 596 "
  203. *PaperDimension B5.Transverse: "516 729 "
  204. *% Default Handling Features. This machine is a roll-fed machine, which is
  205. *% why most of these entries have values of "None".
  206. *DefaultPaperTray: None
  207. *DefaultOutputBin: Upper
  208. *DefaultInputSlot: None
  209. *DefaultManualFeed: False
  210. *DefaultOutputOrder: Normal
  211. *DefaultCollator: None
  212. *DefaultSorter: None
  213. *DefaultDuplex: None
  214. *% Font Information =====================
  215. *DefaultFont: Courier
  216. *Font Courier: Standard "(001.004)"
  217. *Font Courier-Bold: Standard "(001.004)"
  218. *Font Courier-BoldOblique: Standard "(001.004)"
  219. *Font Courier-Oblique: Standard "(001.004)"
  220. *Font Helvetica: Standard "(001.002)"
  221. *Font Helvetica-Bold: Standard "(001.002)"
  222. *Font Helvetica-BoldOblique: Standard "(001.002)"
  223. *Font Helvetica-Oblique: Standard "(001.002)"
  224. *Font Symbol: Special "(001.003)"
  225. *Font Times-Bold: Standard "(001.002)"
  226. *Font Times-BoldItalic: Standard "(001.004)"
  227. *Font Times-Italic: Standard "(001.002)"
  228. *Font Times-Roman: Standard "(001.002)"
  229. *?FontQuery: "
  230. save 4 dict begin /sv exch def
  231. /str (fonts/ ) def
  232. /st2 128 string def
  233. {
  234. count 0 gt {
  235. dup st2 cvs (/) print print (:) print
  236. dup FontDirectory exch known {pop (Yes)}{
  237. str exch st2 cvs dup length /len exch def
  238. 6 exch putinterval str 0 len 6 add getinterval mark exch
  239. { } st2 filenameforall counttomark 0 gt {
  240. cleartomark (Yes)}{cleartomark (No)}ifelse
  241. }ifelse = flush
  242. }{ exit } ifelse
  243. } bind loop
  244. (*) = flush
  245. sv end restore
  246. "
  247. *End
  248. *?FontList: "
  249. save 2 dict begin /sv exch def
  250. /str 128 string def
  251. FontDirectory { pop == } bind forall flush
  252. /filenameforall where {
  253. pop save (fonts/*) {
  254. dup length 6 sub 6 exch getinterval cvn ==
  255. } bind str filenameforall flush restore
  256. } if
  257. (*) = flush
  258. sv end restore
  259. "
  260. *End
  261. *% Printer Messages (verbatim from printer):
  262. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  263. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  264. *Message: "\FontName\ not found, using Courier"
  265. *% Status (format: %%[ status: <one of these> ]%% )
  266. *Status: "idle"
  267. *Status: "busy"
  268. *Status: "waiting"
  269. *Status: "printing"
  270. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  271. *Source: "serial9"
  272. *Source: "serial25"
  273. *Source: "AppleTalk"
  274. *Source: "Centronics"
  275. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  276. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  277. *% Color Separation Information =====================
  278. *InkName: ProcessCyan/Process Cyan
  279. *InkName: ProcessMagenta/Process Magenta
  280. *InkName: ProcessYellow/Process Yellow
  281. *InkName: ProcessBlack/Process Black
  282. *InkName: CustomColor/Custom Color
  283. *% For 1200 dpi =====================================================
  284. *ColorSepScreenAngle ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "45.0"
  285. *ColorSepScreenAngle CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "45.0"
  286. *ColorSepScreenAngle ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "15.0"
  287. *ColorSepScreenAngle ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "75.0"
  288. *ColorSepScreenAngle ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "0.0"
  289. *ColorSepScreenFreq ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  290. *ColorSepScreenFreq CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  291. *ColorSepScreenFreq ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  292. *ColorSepScreenFreq ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  293. *ColorSepScreenFreq ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  294. *ColorSepScreenAngle ProcessBlack.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "45.0"
  295. *ColorSepScreenAngle CustomColor.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "45.0"
  296. *ColorSepScreenAngle ProcessCyan.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "15.0"
  297. *ColorSepScreenAngle ProcessMagenta.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  298. *ColorSepScreenAngle ProcessYellow.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "0.0"
  299. *ColorSepScreenFreq ProcessBlack.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  300. *ColorSepScreenFreq CustomColor.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  301. *ColorSepScreenFreq ProcessCyan.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  302. *ColorSepScreenFreq ProcessMagenta.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  303. *ColorSepScreenFreq ProcessYellow.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  304. *ColorSepScreenAngle ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "45.0"
  305. *ColorSepScreenAngle CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "45.0"
  306. *ColorSepScreenAngle ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "15.0"
  307. *ColorSepScreenAngle ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "75.0"
  308. *ColorSepScreenAngle ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "0.0"
  309. *ColorSepScreenFreq ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  310. *ColorSepScreenFreq CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  311. *ColorSepScreenFreq ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  312. *ColorSepScreenFreq ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  313. *ColorSepScreenFreq ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  314. *ColorSepScreenAngle ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "45.0"
  315. *ColorSepScreenAngle CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "45.0"
  316. *ColorSepScreenAngle ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "15.0"
  317. *ColorSepScreenAngle ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "75.0"
  318. *ColorSepScreenAngle ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "0.0"
  319. *ColorSepScreenFreq ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  320. *ColorSepScreenFreq CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  321. *ColorSepScreenFreq ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  322. *ColorSepScreenFreq ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  323. *ColorSepScreenFreq ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  324. *ColorSepScreenAngle ProcessBlack.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "45.0"
  325. *ColorSepScreenAngle CustomColor.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "45.0"
  326. *ColorSepScreenAngle ProcessCyan.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "15.0"
  327. *ColorSepScreenAngle ProcessMagenta.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "75.0"
  328. *ColorSepScreenAngle ProcessYellow.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "0.0"
  329. *ColorSepScreenFreq ProcessBlack.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  330. *ColorSepScreenFreq CustomColor.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  331. *ColorSepScreenFreq ProcessCyan.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  332. *ColorSepScreenFreq ProcessMagenta.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  333. *ColorSepScreenFreq ProcessYellow.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  334. *ColorSepScreenAngle ProcessBlack.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "45.0"
  335. *ColorSepScreenAngle CustomColor.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "45.0"
  336. *ColorSepScreenAngle ProcessCyan.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "15.0"
  337. *ColorSepScreenAngle ProcessMagenta.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "75.0"
  338. *ColorSepScreenAngle ProcessYellow.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "0.0"
  339. *ColorSepScreenFreq ProcessBlack.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  340. *ColorSepScreenFreq CustomColor.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  341. *ColorSepScreenFreq ProcessCyan.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  342. *ColorSepScreenFreq ProcessMagenta.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  343. *ColorSepScreenFreq ProcessYellow.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  344. *ColorSepScreenAngle ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "45.0"
  345. *ColorSepScreenAngle CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "45.0"
  346. *ColorSepScreenAngle ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "15.0"
  347. *ColorSepScreenAngle ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "75.0"
  348. *ColorSepScreenAngle ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "0.0"
  349. *ColorSepScreenFreq ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  350. *ColorSepScreenFreq CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  351. *ColorSepScreenFreq ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  352. *ColorSepScreenFreq ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  353. *ColorSepScreenFreq ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  354. *ColorSepScreenAngle ProcessBlack.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "45.0"
  355. *ColorSepScreenAngle CustomColor.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "45.0"
  356. *ColorSepScreenAngle ProcessCyan.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "15.0"
  357. *ColorSepScreenAngle ProcessMagenta.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "75.0"
  358. *ColorSepScreenAngle ProcessYellow.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "0.0"
  359. *ColorSepScreenFreq ProcessBlack.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  360. *ColorSepScreenFreq CustomColor.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  361. *ColorSepScreenFreq ProcessCyan.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  362. *ColorSepScreenFreq ProcessMagenta.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  363. *ColorSepScreenFreq ProcessYellow.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  364. *ColorSepScreenAngle ProcessBlack.150lpi.1200dpi/150 lpi / 1200 dpi STD: "45.0"
  365. *ColorSepScreenAngle CustomColor.150lpi.1200dpi/150 lpi / 1200 dpi STD: "45.0"
  366. *ColorSepScreenAngle ProcessCyan.150lpi.1200dpi/150 lpi / 1200 dpi STD: "15.0"
  367. *ColorSepScreenAngle ProcessMagenta.150lpi.1200dpi/150 lpi / 1200 dpi STD: "75.0"
  368. *ColorSepScreenAngle ProcessYellow.150lpi.1200dpi/150 lpi / 1200 dpi STD: "0.0"
  369. *ColorSepScreenFreq ProcessBlack.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  370. *ColorSepScreenFreq CustomColor.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  371. *ColorSepScreenFreq ProcessCyan.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  372. *ColorSepScreenFreq ProcessMagenta.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  373. *ColorSepScreenFreq ProcessYellow.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  374. *% For 2400 dpi =====================================================
  375. *ColorSepScreenAngle ProcessBlack.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "45.0"
  376. *ColorSepScreenAngle CustomColor.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "45.0"
  377. *ColorSepScreenAngle ProcessCyan.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "15.0"
  378. *ColorSepScreenAngle ProcessMagenta.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "75.0"
  379. *ColorSepScreenAngle ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "0.0"
  380. *ColorSepScreenFreq ProcessBlack.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  381. *ColorSepScreenFreq CustomColor.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  382. *ColorSepScreenFreq ProcessCyan.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  383. *ColorSepScreenFreq ProcessMagenta.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  384. *ColorSepScreenFreq ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  385. *ColorSepScreenAngle ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "45.0"
  386. *ColorSepScreenAngle CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "45.0"
  387. *ColorSepScreenAngle ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "15.0"
  388. *ColorSepScreenAngle ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "75.0"
  389. *ColorSepScreenAngle ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "0.0"
  390. *ColorSepScreenFreq ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  391. *ColorSepScreenFreq CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  392. *ColorSepScreenFreq ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  393. *ColorSepScreenFreq ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  394. *ColorSepScreenFreq ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  395. *ColorSepScreenAngle ProcessBlack.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "45.0"
  396. *ColorSepScreenAngle CustomColor.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "45.0"
  397. *ColorSepScreenAngle ProcessCyan.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "15.0"
  398. *ColorSepScreenAngle ProcessMagenta.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "75.0"
  399. *ColorSepScreenAngle ProcessYellow.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "0.0"
  400. *ColorSepScreenFreq ProcessBlack.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  401. *ColorSepScreenFreq CustomColor.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  402. *ColorSepScreenFreq ProcessCyan.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  403. *ColorSepScreenFreq ProcessMagenta.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  404. *ColorSepScreenFreq ProcessYellow.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  405. *ColorSepScreenAngle ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "45.0"
  406. *ColorSepScreenAngle CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "45.0"
  407. *ColorSepScreenAngle ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "15.0"
  408. *ColorSepScreenAngle ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "75.0"
  409. *ColorSepScreenAngle ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "0.0"
  410. *ColorSepScreenFreq ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  411. *ColorSepScreenFreq CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  412. *ColorSepScreenFreq ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  413. *ColorSepScreenFreq ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  414. *ColorSepScreenFreq ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  415. *ColorSepScreenAngle ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "45.0"
  416. *ColorSepScreenAngle CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "45.0"
  417. *ColorSepScreenAngle ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "15.0"
  418. *ColorSepScreenAngle ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "75.0"
  419. *ColorSepScreenAngle ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "0.0"
  420. *ColorSepScreenFreq ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  421. *ColorSepScreenFreq CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  422. *ColorSepScreenFreq ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  423. *ColorSepScreenFreq ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  424. *ColorSepScreenFreq ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  425. *ColorSepScreenAngle ProcessBlack.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "45.0"
  426. *ColorSepScreenAngle CustomColor.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "45.0"
  427. *ColorSepScreenAngle ProcessCyan.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "15.0"
  428. *ColorSepScreenAngle ProcessMagenta.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "75.0"
  429. *ColorSepScreenAngle ProcessYellow.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "0.0"
  430. *ColorSepScreenFreq ProcessBlack.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  431. *ColorSepScreenFreq CustomColor.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  432. *ColorSepScreenFreq ProcessCyan.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  433. *ColorSepScreenFreq ProcessMagenta.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  434. *ColorSepScreenFreq ProcessYellow.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  435. *ColorSepScreenAngle ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "45.0"
  436. *ColorSepScreenAngle CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "45.0"
  437. *ColorSepScreenAngle ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "15.0"
  438. *ColorSepScreenAngle ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "75.0"
  439. *ColorSepScreenAngle ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "0.0"
  440. *ColorSepScreenFreq ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  441. *ColorSepScreenFreq CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  442. *ColorSepScreenFreq ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  443. *ColorSepScreenFreq ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  444. *ColorSepScreenFreq ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  445. *ColorSepScreenAngle ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi STD: "45.0"
  446. *ColorSepScreenAngle CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi STD: "45.0"
  447. *ColorSepScreenAngle ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi STD: "15.0"
  448. *ColorSepScreenAngle ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi STD: "75.0"
  449. *ColorSepScreenAngle ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi STD: "0.0"
  450. *ColorSepScreenFreq ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  451. *ColorSepScreenFreq CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  452. *ColorSepScreenFreq ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  453. *ColorSepScreenFreq ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  454. *ColorSepScreenFreq ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  455. *ColorSepScreenAngle ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "45.0"
  456. *ColorSepScreenAngle CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "45.0"
  457. *ColorSepScreenAngle ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "15.0"
  458. *ColorSepScreenAngle ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "75.0"
  459. *ColorSepScreenAngle ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "0.0"
  460. *ColorSepScreenFreq ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  461. *ColorSepScreenFreq CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  462. *ColorSepScreenFreq ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  463. *ColorSepScreenFreq ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  464. *ColorSepScreenFreq ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  465. *ColorSepScreenAngle ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "45.0"
  466. *ColorSepScreenAngle CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "45.0"
  467. *ColorSepScreenAngle ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "15.0"
  468. *ColorSepScreenAngle ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "75.0"
  469. *ColorSepScreenAngle ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "0.0"
  470. *ColorSepScreenFreq ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  471. *ColorSepScreenFreq CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  472. *ColorSepScreenFreq ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  473. *ColorSepScreenFreq ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  474. *ColorSepScreenFreq ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  475. *% For 3600 dpi =====================================================
  476. *ColorSepScreenAngle ProcessBlack.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "45.0"
  477. *ColorSepScreenAngle CustomColor.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "45.0"
  478. *ColorSepScreenAngle ProcessCyan.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "15.0"
  479. *ColorSepScreenAngle ProcessMagenta.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "75.0"
  480. *ColorSepScreenAngle ProcessYellow.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "0.0"
  481. *ColorSepScreenFreq ProcessBlack.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "133.0"
  482. *ColorSepScreenFreq CustomColor.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "133.0"
  483. *ColorSepScreenFreq ProcessCyan.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "133.0"
  484. *ColorSepScreenFreq ProcessMagenta.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "133.0"
  485. *ColorSepScreenFreq ProcessYellow.133lpi.3600dpi/133 lpi / 3600 dpi BAL,STD: "133.0"
  486. *ColorSepScreenAngle ProcessBlack.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "45.0"
  487. *ColorSepScreenAngle CustomColor.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "45.0"
  488. *ColorSepScreenAngle ProcessCyan.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "15.0"
  489. *ColorSepScreenAngle ProcessMagenta.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "75.0"
  490. *ColorSepScreenAngle ProcessYellow.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "0.0"
  491. *ColorSepScreenFreq ProcessBlack.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "140.0"
  492. *ColorSepScreenFreq CustomColor.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "140.0"
  493. *ColorSepScreenFreq ProcessCyan.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "140.0"
  494. *ColorSepScreenFreq ProcessMagenta.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "140.0"
  495. *ColorSepScreenFreq ProcessYellow.140lpi.3600dpi/140 lpi / 3600 dpi BAL: "140.0"
  496. *ColorSepScreenAngle ProcessBlack.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "45.0"
  497. *ColorSepScreenAngle CustomColor.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "45.0"
  498. *ColorSepScreenAngle ProcessCyan.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "15.0"
  499. *ColorSepScreenAngle ProcessMagenta.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "75.0"
  500. *ColorSepScreenAngle ProcessYellow.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "0.0"
  501. *ColorSepScreenFreq ProcessBlack.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "150.0"
  502. *ColorSepScreenFreq CustomColor.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "150.0"
  503. *ColorSepScreenFreq ProcessCyan.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "150.0"
  504. *ColorSepScreenFreq ProcessMagenta.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "150.0"
  505. *ColorSepScreenFreq ProcessYellow.150lpi.3600dpi/150 lpi / 3600 dpi ALL: "150.0"
  506. *ColorSepScreenAngle ProcessBlack.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "45.0"
  507. *ColorSepScreenAngle CustomColor.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "45.0"
  508. *ColorSepScreenAngle ProcessCyan.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "15.0"
  509. *ColorSepScreenAngle ProcessMagenta.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "75.0"
  510. *ColorSepScreenAngle ProcessYellow.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "0.0"
  511. *ColorSepScreenFreq ProcessBlack.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "175.0"
  512. *ColorSepScreenFreq CustomColor.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "175.0"
  513. *ColorSepScreenFreq ProcessCyan.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "175.0"
  514. *ColorSepScreenFreq ProcessMagenta.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "175.0"
  515. *ColorSepScreenFreq ProcessYellow.175lpi.3600dpi/175 lpi / 3600 dpi ALL: "175.0"
  516. *ColorSepScreenAngle ProcessBlack.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "45.0"
  517. *ColorSepScreenAngle CustomColor.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "45.0"
  518. *ColorSepScreenAngle ProcessCyan.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "15.0"
  519. *ColorSepScreenAngle ProcessMagenta.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "75.0"
  520. *ColorSepScreenAngle ProcessYellow.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "0.0"
  521. *ColorSepScreenFreq ProcessBlack.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "200.0"
  522. *ColorSepScreenFreq CustomColor.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "200.0"
  523. *ColorSepScreenFreq ProcessCyan.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "200.0"
  524. *ColorSepScreenFreq ProcessMagenta.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "200.0"
  525. *ColorSepScreenFreq ProcessYellow.200lpi.3600dpi/200 lpi / 3600 dpi ALL: "200.0"
  526. *ColorSepScreenAngle ProcessBlack.212lpi.3600dpi/212 lpi / 3600 dpi AS: "45.0"
  527. *ColorSepScreenAngle CustomColor.212lpi.3600dpi/212 lpi / 3600 dpi AS: "45.0"
  528. *ColorSepScreenAngle ProcessCyan.212lpi.3600dpi/212 lpi / 3600 dpi AS: "15.0"
  529. *ColorSepScreenAngle ProcessMagenta.212lpi.3600dpi/212 lpi / 3600 dpi AS: "75.0"
  530. *ColorSepScreenAngle ProcessYellow.212lpi.3600dpi/212 lpi / 3600 dpi AS: "0.0"
  531. *ColorSepScreenFreq ProcessBlack.212lpi.3600dpi/212 lpi / 3600 dpi AS: "212.0"
  532. *ColorSepScreenFreq CustomColor.212lpi.3600dpi/212 lpi / 3600 dpi AS: "212.0"
  533. *ColorSepScreenFreq ProcessCyan.212lpi.3600dpi/212 lpi / 3600 dpi AS: "212.0"
  534. *ColorSepScreenFreq ProcessMagenta.212lpi.3600dpi/212 lpi / 3600 dpi AS: "212.0"
  535. *ColorSepScreenFreq ProcessYellow.212lpi.3600dpi/212 lpi / 3600 dpi AS: "212.0"
  536. *ColorSepScreenAngle ProcessBlack.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "45.0"
  537. *ColorSepScreenAngle CustomColor.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "45.0"
  538. *ColorSepScreenAngle ProcessCyan.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "15.0"
  539. *ColorSepScreenAngle ProcessMagenta.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "75.0"
  540. *ColorSepScreenAngle ProcessYellow.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "0.0"
  541. *ColorSepScreenFreq ProcessBlack.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "225.0"
  542. *ColorSepScreenFreq CustomColor.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "225.0"
  543. *ColorSepScreenFreq ProcessCyan.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "225.0"
  544. *ColorSepScreenFreq ProcessMagenta.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "225.0"
  545. *ColorSepScreenFreq ProcessYellow.225lpi.3600dpi/225 lpi / 3600 dpi BAL,AS: "225.0"
  546. *ColorSepScreenAngle ProcessBlack.240lpi.3600dpi/240 lpi / 3600 dpi STD: "45.0"
  547. *ColorSepScreenAngle CustomColor.240lpi.3600dpi/240 lpi / 3600 dpi STD: "45.0"
  548. *ColorSepScreenAngle ProcessCyan.240lpi.3600dpi/240 lpi / 3600 dpi STD: "15.0"
  549. *ColorSepScreenAngle ProcessMagenta.240lpi.3600dpi/240 lpi / 3600 dpi STD: "75.0"
  550. *ColorSepScreenAngle ProcessYellow.240lpi.3600dpi/240 lpi / 3600 dpi STD: "0.0"
  551. *ColorSepScreenFreq ProcessBlack.240lpi.3600dpi/240 lpi / 3600 dpi STD: "240.0"
  552. *ColorSepScreenFreq CustomColor.240lpi.3600dpi/240 lpi / 3600 dpi STD: "240.0"
  553. *ColorSepScreenFreq ProcessCyan.240lpi.3600dpi/240 lpi / 3600 dpi STD: "240.0"
  554. *ColorSepScreenFreq ProcessMagenta.240lpi.3600dpi/240 lpi / 3600 dpi STD: "240.0"
  555. *ColorSepScreenFreq ProcessYellow.240lpi.3600dpi/240 lpi / 3600 dpi STD: "240.0"
  556. *ColorSepScreenAngle ProcessBlack.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "45.0"
  557. *ColorSepScreenAngle CustomColor.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "45.0"
  558. *ColorSepScreenAngle ProcessCyan.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "15.0"
  559. *ColorSepScreenAngle ProcessMagenta.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "75.0"
  560. *ColorSepScreenAngle ProcessYellow.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "0.0"
  561. *ColorSepScreenFreq ProcessBlack.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "250.0"
  562. *ColorSepScreenFreq CustomColor.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "250.0"
  563. *ColorSepScreenFreq ProcessCyan.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "250.0"
  564. *ColorSepScreenFreq ProcessMagenta.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "250.0"
  565. *ColorSepScreenFreq ProcessYellow.250lpi.3600dpi/250 lpi / 3600 dpi BAL,AS: "250.0"
  566. *ColorSepScreenAngle ProcessBlack.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "45.0"
  567. *ColorSepScreenAngle CustomColor.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "45.0"
  568. *ColorSepScreenAngle ProcessCyan.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "15.0"
  569. *ColorSepScreenAngle ProcessMagenta.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "75.0"
  570. *ColorSepScreenAngle ProcessYellow.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "0.0"
  571. *ColorSepScreenFreq ProcessBlack.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "300.0"
  572. *ColorSepScreenFreq CustomColor.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "300.0"
  573. *ColorSepScreenFreq ProcessCyan.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "300.0"
  574. *ColorSepScreenFreq ProcessMagenta.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "300.0"
  575. *ColorSepScreenFreq ProcessYellow.300lpi.3600dpi/300 lpi / 3600 dpi BAL,STD: "300.0"
  576. *% end of PPD file for AGFA_SelectSet5000S