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.

558 lines
23 KiB

  1. *PPD-Adobe: "4.1"
  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.1"
  10. *FileVersion: "3.1"
  11. *PCFileName: "AGStdS21.PPD"
  12. *LanguageEncoding: ISOLatin1
  13. *LanguageVersion: English
  14. *Product: "(AGFA StudioSet 2000)"
  15. *PSVersion: "(49.3, 52.3) 320"
  16. *ModelName: "AGFA-StudioSet2000"
  17. *ShortNickName: "AGFA-StudioSet2000 v49.3 v52.3"
  18. *NickName: "AGFA-StudioSet2000 v49.3 or v52.3"
  19. *% General Information and Defaults ===============
  20. *FreeVM: "2453510"
  21. *LanguageLevel: "1"
  22. *ColorDevice: False
  23. *DefaultColorSpace: Gray
  24. *VariablePaperSize: True
  25. *Extensions: FileSystem
  26. *FileSystem: True
  27. *?FileSystem: "
  28. statusdict /diskstatus get exec
  29. exch pop 0 eq {(False)}{(True)}ifelse = flush
  30. "
  31. *End
  32. *Throughput: "1"
  33. *Password: "0"
  34. *ExitServer: "
  35. count 0 eq { % is the password on the stack?
  36. true
  37. }{
  38. dup % potential password
  39. statusdict /checkpassword get exec not
  40. } ifelse
  41. { % if no password or not valid
  42. (WARNING : Cannot perform the exitserver command.) =
  43. (Password supplied is not valid.) =
  44. (Please contact the author of this software.) = flush
  45. quit
  46. } if
  47. serverdict /exitserver get exec
  48. "
  49. *End
  50. *Reset: "
  51. count 0 eq { % is the password on the stack?
  52. true
  53. }{
  54. dup % potential password
  55. statusdict /checkpassword get exec not
  56. } ifelse
  57. { % if no password or not valid
  58. (WARNING : Cannot reset printer.) =
  59. (Password supplied is not valid.) =
  60. (Please contact the author of this software.) = flush
  61. quit
  62. } if
  63. serverdict /exitserver get exec
  64. systemdict /quit get exec
  65. (WARNING : Printer Reset Failed.) = flush
  66. "
  67. *End
  68. *OpenUI *Resolution: PickOne
  69. *OrderDependency: 20 AnySetup *Resolution
  70. *DefaultResolution: 1200x1200dpi
  71. *Resolution 600x600dpi: "600 statusdict /setresolution get exec "
  72. *Resolution 1200x1200dpi: "1200 statusdict /setresolution get exec "
  73. *Resolution 1600x1600dpi: "1600 statusdict /setresolution get exec "
  74. *Resolution 2400x2400dpi: "2400 statusdict /setresolution get exec "
  75. *?Resolution: "
  76. save
  77. initgraphics
  78. 0 0 moveto currentpoint matrix defaultmatrix transform
  79. 0 72 lineto currentpoint matrix defaultmatrix transform
  80. 3 -1 roll sub dup mul
  81. 3 1 roll exch sub dup mul
  82. add sqrt round cvi
  83. ( ) cvs dup print (x) print print (dpi) = flush
  84. restore
  85. "
  86. *End
  87. *CloseUI: *Resolution
  88. *% Halftone Information ===============
  89. *ScreenFreq: "100.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. *DefaultTransfer: Null
  100. *Transfer Null: "{ }"
  101. *Transfer Null.Inverse: "{ 1 exch sub }"
  102. *% Paper Handling ===================
  103. *% Use these entries to set paper size most of the time, unless there is
  104. *% specific reason to use PageRegion.
  105. *OpenUI *PageSize: PickOne
  106. *OrderDependency: 30 AnySetup *PageSize
  107. *DefaultPageSize: Letter
  108. *PageSize Letter: "letter"
  109. *PageSize Legal: "legal"
  110. *PageSize Tabloid: "11x17"
  111. *PageSize LARGE: "878 1944 1 statusdict /setpage get exec"
  112. *PageSize A3: "a3"
  113. *PageSize A4: "a4"
  114. *PageSize A5: "a5"
  115. *PageSize B5: "b5"
  116. *PageSize Letter.Transverse: "Letter"
  117. *PageSize A4.Transverse: "A4"
  118. *PageSize A5.Transverse: "A5"
  119. *PageSize B5.Transverse: "B5"
  120. *?PageSize: "
  121. save
  122. mark statusdict /pageparams get exec exch pop
  123. 5 dict
  124. dup [420 595] (A5.Transverse) put
  125. dup [516 729] (B5.Transverse) put
  126. dup [595 842] (A4.Transverse) put
  127. dup [612 792] (Letter.Transverse) put
  128. 8 dict
  129. dup [595 420] (A5) put
  130. dup [729 516] (B5) put
  131. dup [792 612] (Letter) put
  132. dup [842 595] (A4) put
  133. dup [1008 612] (Legal) put
  134. dup [1190 842] (A3) put
  135. dup [1224 792] (Tabloid) put
  136. dup [1944 878] (LARGE) put
  137. 3 -1 roll 0 eq { pop } { exch pop }ifelse
  138. (Unknown) exch
  139. { exch aload pop
  140. 4 index eq exch 5 index eq and
  141. { exch pop exit } { pop } ifelse
  142. } bind forall = flush cleartomark
  143. restore
  144. "
  145. *End
  146. *CloseUI: *PageSize
  147. *% These entries will set up the frame buffer. Usually used with manual feed.
  148. *OpenUI *PageRegion: PickOne
  149. *OrderDependency: 40 AnySetup *PageRegion
  150. *DefaultPageRegion: Letter
  151. *PageRegion Letter: "letter"
  152. *PageRegion Legal: "legal"
  153. *PageRegion Tabloid: "11x17"
  154. *PageRegion LARGE: "878 1944 1 statusdict /setpage get exec"
  155. *PageRegion A3: "a3"
  156. *PageRegion A4: "a4"
  157. *PageRegion A5: "a5"
  158. *PageRegion B5: "b5"
  159. *PageRegion Letter.Transverse: "Letter"
  160. *PageRegion A4.Transverse: "A4"
  161. *PageRegion A5.Transverse: "A5"
  162. *PageRegion B5.Transverse: "B5"
  163. *CloseUI: *PageRegion
  164. *RequiresPageRegion All: True
  165. *% The following entries provide information about specific paper keywords.
  166. *DefaultImageableArea: Letter
  167. *ImageableArea Letter: "0 0 612 792 "
  168. *ImageableArea Legal: "0 0 612 1008 "
  169. *ImageableArea Tabloid: "0 0 792 1224 "
  170. *ImageableArea LARGE: "0 0 878 1944"
  171. *ImageableArea A3: "0 0 842 1191 "
  172. *ImageableArea A4: "0 0 596 842 "
  173. *ImageableArea A5: "0 0 420 596 "
  174. *ImageableArea B5: "0 0 516 729 "
  175. *ImageableArea Letter.Transverse: "0 0 612 792 "
  176. *ImageableArea A4.Transverse: "0 0 596 842 "
  177. *ImageableArea A5.Transverse: "0 0 420 596 "
  178. *ImageableArea B5.Transverse: "0 0 516 729 "
  179. *?ImageableArea: "
  180. save /cvp { cvi ( ) cvs print ( ) print } bind def
  181. newpath clippath pathbbox
  182. 4 -2 roll exch 2 {ceiling cvp} repeat
  183. exch 2 {floor cvp} repeat flush
  184. restore
  185. "
  186. *End
  187. *% These provide the physical dimensions of the paper (by keyword)
  188. *DefaultPaperDimension: Letter
  189. *PaperDimension Letter: "612 792 "
  190. *PaperDimension Legal: "612 1008"
  191. *PaperDimension Tabloid: "792 1224"
  192. *PaperDimension LARGE: "878 1944"
  193. *PaperDimension A3: "842 1191"
  194. *PaperDimension A4: "596 842 "
  195. *PaperDimension A5: "420 596 "
  196. *PaperDimension B5: "516 729 "
  197. *PaperDimension Letter.Transverse: "612 792 "
  198. *PaperDimension A4.Transverse: "596 842 "
  199. *PaperDimension A5.Transverse: "420 596 "
  200. *PaperDimension B5.Transverse: "516 729 "
  201. *% Custom Page Sizes
  202. *CustomPageSize True: "exch pop statusdict begin setpageparams end"
  203. *ParamCustomPageSize Width: 1 points 0 878
  204. *ParamCustomPageSize Height: 2 points 0 1944
  205. *ParamCustomPageSize WidthOffset/Margins: 3 points 0 878
  206. *ParamCustomPageSize HeightOffset: 4 points 0 0
  207. *ParamCustomPageSize Orientation: 5 int 0 1
  208. *% Default Handling Features. This machine is a roll-fed machine, which is
  209. *% why most of these entries have values of "None".
  210. *OpenUI *InputSlot: PickOne
  211. *OrderDependency: 20 AnySetup *InputSlot
  212. *DefaultInputSlot: Cassette
  213. *InputSlot Cassette: ""
  214. *CloseUI: *InputSlot
  215. *% Imagesetter Information =====================
  216. *OpenGroup: Imagesetter
  217. *OpenUI *MirrorPrint/Mirror Print: Boolean
  218. *OrderDependency: 50 AnySetup *MirrorPrint
  219. *MirrorPrint True: "true statusdict /setmirrorprint get exec"
  220. *MirrorPrint False: "false statusdict /setmirrorprint get exec"
  221. *DefaultMirrorPrint: False
  222. *?MirrorPrint: "save statusdict /mirrorprint get exec
  223. { (True) } { (False) } ifelse = flush restore"
  224. *End
  225. *CloseUI: *MirrorPrint
  226. *NegativePrint True: "statusdict begin true setinvert end"
  227. *NegativePrint False: "statusdict begin false setinvert end"
  228. *DefaultNegativePrint: False
  229. *?NegativePrint: "statusdict begin invert end
  230. {(True)}{(False)}ifelse = flush"
  231. *End
  232. *CloseGroup: Imagesetter
  233. *% Font Information =====================
  234. *DefaultFont: Courier
  235. *Font Courier: Standard "(001.004)" Standard ROM
  236. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  237. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  238. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  239. *Font Helvetica: Standard "(001.002)" Standard ROM
  240. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  241. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  242. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  243. *Font Symbol: Special "(001.003)" Special ROM
  244. *Font Times-Bold: Standard "(001.002)" Standard ROM
  245. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  246. *Font Times-Italic: Standard "(001.002)" Standard ROM
  247. *Font Times-Roman: Standard "(001.002)" Standard ROM
  248. *?FontQuery: "
  249. save
  250. {
  251. count 1 gt {
  252. exch dup 128 string cvs (/) print print (:) print
  253. dup FontDirectory exch known {pop (Yes)}
  254. {
  255. (fonts/ )
  256. dup 3 -1 roll 128 string cvs dup length /len exch def
  257. 6 exch putinterval
  258. 0 len 6 add getinterval mark exch
  259. { } 128 string filenameforall counttomark 0 gt {
  260. cleartomark (Yes)}{cleartomark (No)}ifelse
  261. }ifelse =
  262. }{ exit } ifelse
  263. } bind loop
  264. (*) = flush
  265. restore
  266. "
  267. *End
  268. *?FontList: "
  269. save
  270. FontDirectory { pop == } bind forall flush
  271. /filenameforall where {
  272. pop (fonts/*) {
  273. dup length 6 sub 6 exch getinterval cvn ==
  274. } bind
  275. 128 string filenameforall flush
  276. } if
  277. (*) = flush
  278. restore
  279. "
  280. *End
  281. *% Printer Messages (verbatim from printer):
  282. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  283. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  284. *Message: "\FontName\ not found, using Courier"
  285. *% Status (format: %%[ status: <one of these> ]%% )
  286. *Status: "idle"
  287. *Status: "busy"
  288. *Status: "waiting"
  289. *Status: "printing"
  290. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  291. *Source: "serial9"
  292. *Source: "serial25"
  293. *Source: "AppleTalk"
  294. *Source: "Centronics"
  295. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  296. *PrinterError: "Photo Unit Failure"
  297. *PrinterError: "Low Voltage"
  298. *PrinterError: "Bad default resolution"
  299. *PrinterError: "Printer power off"
  300. *PrinterError: "Out of paper"
  301. *PrinterError: "No cassette"
  302. *PrinterError: "Media jam"
  303. *PrinterError: "Selftest page"
  304. *PrinterError: "Film advancing"
  305. *PrinterError: "Engine pause"
  306. *PrinterError: "Printer not ready"
  307. *PrinterError: "Diagnostic failure"
  308. *PrinterError: "VSYNC timeout"
  309. *PrinterError: "Status timeout"
  310. *PrinterError: "EIF diagnostic failure"
  311. *% Color Separation Information =====================
  312. *InkName: ProcessCyan/Process Cyan
  313. *InkName: ProcessMagenta/Process Magenta
  314. *InkName: ProcessYellow/Process Yellow
  315. *InkName: ProcessBlack/Process Black
  316. *InkName: CustomColor/Custom Color
  317. *% For 65 lpi =====================================================
  318. *ColorSepScreenAngle ProcessBlack.65lpi.600dpi/65 lpi / 600 dpi: "45.0"
  319. *ColorSepScreenAngle CustomColor.65lpi.600dpi/65 lpi / 600 dpi: "45.0"
  320. *ColorSepScreenAngle ProcessCyan.65lpi.600dpi/65 lpi / 600 dpi: "15.0"
  321. *ColorSepScreenAngle ProcessMagenta.65lpi.600dpi/65 lpi / 600 dpi: "75.0"
  322. *ColorSepScreenAngle ProcessYellow.65lpi.600dpi/65 lpi / 600 dpi: "0.0"
  323. *ColorSepScreenFreq ProcessBlack.65lpi.600dpi/65 lpi / 600 dpi: "65.0"
  324. *ColorSepScreenFreq CustomColor.65lpi.600dpi/65 lpi / 600 dpi: "65.0"
  325. *ColorSepScreenFreq ProcessCyan.65lpi.600dpi/65 lpi / 600 dpi: "65.0"
  326. *ColorSepScreenFreq ProcessMagenta.65lpi.600dpi/65 lpi / 600 dpi: "65.0"
  327. *ColorSepScreenFreq ProcessYellow.65lpi.600dpi/65 lpi / 600 dpi: "65.0"
  328. *ColorSepScreenAngle ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi: "45.0"
  329. *ColorSepScreenAngle CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi: "45.0"
  330. *ColorSepScreenAngle ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi: "18.43"
  331. *ColorSepScreenAngle ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi: "71.57"
  332. *ColorSepScreenAngle ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi: "0.0"
  333. *ColorSepScreenFreq ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi: "70.71"
  334. *ColorSepScreenFreq CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi: "70.71"
  335. *ColorSepScreenFreq ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi: "63.25"
  336. *ColorSepScreenFreq ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi: "63.25"
  337. *ColorSepScreenFreq ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi: "66.67"
  338. *ColorSepScreenAngle ProcessBlack.65lpi.2400dpi/65 lpi / 2400 dpi: "45.0"
  339. *ColorSepScreenAngle CustomColor.65lpi.2400dpi/65 lpi / 2400 dpi: "45.0"
  340. *ColorSepScreenAngle ProcessCyan.65lpi.2400dpi/65 lpi / 2400 dpi: "18.43"
  341. *ColorSepScreenAngle ProcessMagenta.65lpi.2400dpi/65 lpi / 2400 dpi: "71.57"
  342. *ColorSepScreenAngle ProcessYellow.65lpi.2400dpi/65 lpi / 2400 dpi: "0.0"
  343. *ColorSepScreenFreq ProcessBlack.65lpi.2400dpi/65 lpi / 2400 dpi: "70.71"
  344. *ColorSepScreenFreq CustomColor.65lpi.2400dpi/65 lpi / 2400 dpi: "70.71"
  345. *ColorSepScreenFreq ProcessCyan.65lpi.2400dpi/65 lpi / 2400 dpi: "63.25"
  346. *ColorSepScreenFreq ProcessMagenta.65lpi.2400dpi/65 lpi / 2400 dpi: "63.25"
  347. *ColorSepScreenFreq ProcessYellow.65lpi.2400dpi/65 lpi / 2400 dpi: "66.67"
  348. *% For 75 lpi =====================================================
  349. *ColorSepScreenAngle ProcessBlack.75lpi.600dpi/75 lpi / 600 dpi: "45.0"
  350. *ColorSepScreenAngle CustomColor.75lpi.600dpi/75 lpi / 600 dpi: "45.0"
  351. *ColorSepScreenAngle ProcessCyan.75lpi.600dpi/75 lpi / 600 dpi: "15.0"
  352. *ColorSepScreenAngle ProcessMagenta.75lpi.600dpi/75 lpi / 600 dpi: "75.0"
  353. *ColorSepScreenAngle ProcessYellow.75lpi.600dpi/75 lpi / 600 dpi: "0.0"
  354. *ColorSepScreenFreq ProcessBlack.75lpi.600dpi/75 lpi / 600 dpi: "75.0"
  355. *ColorSepScreenFreq CustomColor.75lpi.600dpi/75 lpi / 600 dpi: "75.0"
  356. *ColorSepScreenFreq ProcessCyan.75lpi.600dpi/75 lpi / 600 dpi: "75.0"
  357. *ColorSepScreenFreq ProcessMagenta.75lpi.600dpi/75 lpi / 600 dpi: "75.0"
  358. *ColorSepScreenFreq ProcessYellow.75lpi.600dpi/75 lpi / 600 dpi: "75.0"
  359. *% For 85 lpi =====================================================
  360. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  361. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  362. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "15.0"
  363. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "75.0"
  364. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  365. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "85.0"
  366. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "85.0"
  367. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "85.0"
  368. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "85.0"
  369. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "85.0"
  370. *% For 100 lpi =====================================================
  371. *ColorSepScreenAngle ProcessBlack.100lpi.600dpi/100 lpi / 600 dpi: "45.0"
  372. *ColorSepScreenAngle CustomColor.100lpi.600dpi/100 lpi / 600 dpi: "45.0"
  373. *ColorSepScreenAngle ProcessCyan.100lpi.600dpi/100 lpi / 600 dpi: "15.0"
  374. *ColorSepScreenAngle ProcessMagenta.100lpi.600dpi/100 lpi / 600 dpi: "75.0"
  375. *ColorSepScreenAngle ProcessYellow.100lpi.600dpi/100 lpi / 600 dpi: "0.0"
  376. *ColorSepScreenFreq ProcessBlack.100lpi.600dpi/100 lpi / 600 dpi: "100.0"
  377. *ColorSepScreenFreq CustomColor.100lpi.600dpi/100 lpi / 600 dpi: "100.0"
  378. *ColorSepScreenFreq ProcessCyan.100lpi.600dpi/100 lpi / 600 dpi: "100.0"
  379. *ColorSepScreenFreq ProcessMagenta.100lpi.600dpi/100 lpi / 600 dpi: "100.0"
  380. *ColorSepScreenFreq ProcessYellow.100lpi.600dpi/100 lpi / 600 dpi: "100.0"
  381. *ColorSepScreenAngle ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi: "45.0"
  382. *ColorSepScreenAngle CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi: "45.0"
  383. *ColorSepScreenAngle ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi: "18.43"
  384. *ColorSepScreenAngle ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi: "71.57"
  385. *ColorSepScreenAngle ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi: "0.0"
  386. *ColorSepScreenFreq ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi: "106.07"
  387. *ColorSepScreenFreq CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi: "106.07"
  388. *ColorSepScreenFreq ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi: "94.87"
  389. *ColorSepScreenFreq ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi: "94.87"
  390. *ColorSepScreenFreq ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi: "100.00"
  391. *ColorSepScreenAngle ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi: "45.0"
  392. *ColorSepScreenAngle CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi: "45.0"
  393. *ColorSepScreenAngle ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi: "18.43"
  394. *ColorSepScreenAngle ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi: "71.57"
  395. *ColorSepScreenAngle ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi: "0.0"
  396. *ColorSepScreenFreq ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi: "106.07"
  397. *ColorSepScreenFreq CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi: "106.07"
  398. *ColorSepScreenFreq ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi: "94.87"
  399. *ColorSepScreenFreq ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi: "94.87"
  400. *ColorSepScreenFreq ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi: "100.00"
  401. *% For 120 lpi =====================================================
  402. *ColorSepScreenAngle ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi: "45.0"
  403. *ColorSepScreenAngle CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi: "45.0"
  404. *ColorSepScreenAngle ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi: "18.43"
  405. *ColorSepScreenAngle ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi: "71.57"
  406. *ColorSepScreenAngle ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi: "0.0"
  407. *ColorSepScreenFreq ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi: "113.14"
  408. *ColorSepScreenFreq CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi: "113.14"
  409. *ColorSepScreenFreq ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi: "126.50"
  410. *ColorSepScreenFreq ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi: "126.50"
  411. *ColorSepScreenFreq ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi: "120.00"
  412. *% For 133 lpi =====================================================
  413. *ColorSepScreenAngle ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi: "45.0"
  414. *ColorSepScreenAngle CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi: "45.0"
  415. *ColorSepScreenAngle ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi: "18.43"
  416. *ColorSepScreenAngle ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi: "71.57"
  417. *ColorSepScreenAngle ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi: "0.0"
  418. *ColorSepScreenFreq ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi: "141.42"
  419. *ColorSepScreenFreq CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi: "141.42"
  420. *ColorSepScreenFreq ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi: "126.50"
  421. *ColorSepScreenFreq ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi: "126.50"
  422. *ColorSepScreenFreq ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi: "133.33"
  423. *ColorSepScreenAngle ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi: "45.0"
  424. *ColorSepScreenAngle CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi: "45.0"
  425. *ColorSepScreenAngle ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi: "18.43"
  426. *ColorSepScreenAngle ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi: "71.57"
  427. *ColorSepScreenAngle ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi: "0.0"
  428. *ColorSepScreenFreq ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi: "141.42"
  429. *ColorSepScreenFreq CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi: "141.42"
  430. *ColorSepScreenFreq ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi: "126.50"
  431. *ColorSepScreenFreq ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi: "126.50"
  432. *ColorSepScreenFreq ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi: "133.33"
  433. *% For 150 lpi =====================================================
  434. *ColorSepScreenAngle ProcessBlack.150lpi.1200dpi/150 lpi / 1200 dpi: "45.0"
  435. *ColorSepScreenAngle CustomColor.150lpi.1200dpi/150 lpi / 1200 dpi: "45.0"
  436. *ColorSepScreenAngle ProcessCyan.150lpi.1200dpi/150 lpi / 1200 dpi: "18.43"
  437. *ColorSepScreenAngle ProcessMagenta.150lpi.1200dpi/150 lpi / 1200 dpi: "71.57"
  438. *ColorSepScreenAngle ProcessYellow.150lpi.1200dpi/150 lpi / 1200 dpi: "0.0"
  439. *ColorSepScreenFreq ProcessBlack.150lpi.1200dpi/150 lpi / 1200 dpi: "169.71"
  440. *ColorSepScreenFreq CustomColor.150lpi.1200dpi/150 lpi / 1200 dpi: "169.71"
  441. *ColorSepScreenFreq ProcessCyan.150lpi.1200dpi/150 lpi / 1200 dpi: "126.50"
  442. *ColorSepScreenFreq ProcessMagenta.150lpi.1200dpi/150 lpi / 1200 dpi: "126.50"
  443. *ColorSepScreenFreq ProcessYellow.150lpi.1200dpi/150 lpi / 1200 dpi: "150.00"
  444. *ColorSepScreenAngle ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi: "45.0"
  445. *ColorSepScreenAngle CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi: "45.0"
  446. *ColorSepScreenAngle ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi: "18.43"
  447. *ColorSepScreenAngle ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi: "71.57"
  448. *ColorSepScreenAngle ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi: "0.0"
  449. *ColorSepScreenFreq ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi: "169.71"
  450. *ColorSepScreenFreq CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi: "169.71"
  451. *ColorSepScreenFreq ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi: "126.50"
  452. *ColorSepScreenFreq ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi: "126.50"
  453. *ColorSepScreenFreq ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi: "150.00"
  454. *% For 160 lpi =====================================================
  455. *ColorSepScreenAngle ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi: "45.0"
  456. *ColorSepScreenAngle CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi: "45.0"
  457. *ColorSepScreenAngle ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi: "18.43"
  458. *ColorSepScreenAngle ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi: "71.57"
  459. *ColorSepScreenAngle ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi: "0.0"
  460. *ColorSepScreenFreq ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi: "169.71"
  461. *ColorSepScreenFreq CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi: "169.71"
  462. *ColorSepScreenFreq ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi: "151.79"
  463. *ColorSepScreenFreq ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi: "151.79"
  464. *ColorSepScreenFreq ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi: "160.00"
  465. *% For 175 lpi =====================================================
  466. *ColorSepScreenAngle ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi: "45.0"
  467. *ColorSepScreenAngle CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi: "45.0"
  468. *ColorSepScreenAngle ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi: "18.43"
  469. *ColorSepScreenAngle ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi: "71.57"
  470. *ColorSepScreenAngle ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi: "0.0"
  471. *ColorSepScreenFreq ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi: "169.71"
  472. *ColorSepScreenFreq CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi: "169.71"
  473. *ColorSepScreenFreq ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi: "189.74"
  474. *ColorSepScreenFreq ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi: "189.74"
  475. *ColorSepScreenFreq ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi: "160.00"
  476. *% For 200 lpi =====================================================
  477. *ColorSepScreenAngle ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi: "45.0"
  478. *ColorSepScreenAngle CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi: "45.0"
  479. *ColorSepScreenAngle ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi: "18.43"
  480. *ColorSepScreenAngle ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi: "71.57"
  481. *ColorSepScreenAngle ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi: "0.0"
  482. *ColorSepScreenFreq ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi: "212.13"
  483. *ColorSepScreenFreq CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi: "212.13"
  484. *ColorSepScreenFreq ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi: "189.74"
  485. *ColorSepScreenFreq ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi: "189.74"
  486. *ColorSepScreenFreq ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi: "200.00"
  487. *% The byte count of this file should be exactly 023361 or 023919
  488. *% depending on the filesystem it resides in.
  489. *% end of PPD file for AGFA StudioSet 2000