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.

942 lines
42 KiB

  1. *PPD-Adobe: "4.3"
  2. *%------------------------------------------------------------------
  3. *%Version Number: "2016.108"
  4. *%Revision Number: "300"
  5. *%Platform Supported: "PC MAC UNIX"
  6. *%Localized To: "US"
  7. *%------------------------------------------------------------------
  8. *% Adobe Systems PostScript(R) Printer Description File
  9. *% Copyright 1987-1996 Adobe Systems Incorporated.
  10. *% All Rights Reserved.
  11. *% Permission is granted for redistribution of this file as
  12. *% long as this copyright notice is intact and the contents
  13. *% of the file is not altered in any way from its original form.
  14. *% End of Copyright statement
  15. *FormatVersion: "4.3"
  16. *FileVersion: "1.0"
  17. *LanguageEncoding: ISOLatin1
  18. *LanguageVersion: English
  19. *Manufacturer: "QMS"
  20. *PCFileName: "QM_CS480.PPD"
  21. *Product: "(ColorScript 480)"
  22. *PSVersion: "(2016.108) 301"
  23. *ModelName: "QMS ColorScript 480"
  24. *ShortNickName: "QMS ColorScript 480"
  25. *NickName: "QMS ColorScript 480 v2016.108"
  26. *% ADORequiresEExec added by Microsoft
  27. *ADORequiresEExec: True
  28. *% === Options and Constraints =========
  29. *OpenGroup: InstallableOptions/Options Installed
  30. *OpenUI *InstalledMemory/Memory Configuration : PickOne
  31. *DefaultInstalledMemory: 24Meg
  32. *InstalledMemory 24Meg/24 MB Standard: ""
  33. *InstalledMemory 32Meg/32 MB Upgrade: ""
  34. *InstalledMemory 56Meg/56 MB Upgrade: ""
  35. *InstalledMemory 88Meg/88 MB Upgrade: ""
  36. *InstalledMemory 104Meg/104 MB Upgrade: ""
  37. *InstalledMemory 136Meg/136 MB Upgrade: ""
  38. *?InstalledMemory: "
  39. save
  40. currentsystemparams /RamSize get 1048576 div cvi (unknown)
  41. 6 dict
  42. dup 24 (24Meg) put
  43. dup 32 (32Meg) put
  44. dup 56 (56Meg) put
  45. dup 88 (88Meg) put
  46. dup 104 (104Meg) put
  47. dup 136 (136Meg) put
  48. { exch 3 index eq
  49. { 3 1 roll pop pop exit }
  50. { pop } ifelse
  51. } bind forall
  52. = flush
  53. restore
  54. "
  55. *End
  56. *CloseUI: *InstalledMemory
  57. *CloseGroup: InstallableOptions
  58. *% ==== Device Capabilities ===============
  59. *LanguageLevel: "2"
  60. *Protocols: TBCP
  61. *FreeVM: "2621440"
  62. *VMOption 24Meg: "2621440"
  63. *VMOption 32Meg: "8388608"
  64. *VMOption 56Meg: "9437184"
  65. *VMOption 88Meg: "6219456"
  66. *VMOption 104Meg: "20971520"
  67. *VMOption 136Meg: "25600000"
  68. *ColorDevice: True
  69. *DefaultColorSpace: CMYK
  70. *TTRasterizer: Type42
  71. *?TTRasterizer: "
  72. save
  73. 42 /FontType resourcestatus
  74. {pop pop (Type42)}
  75. {(None)} ifelse
  76. = flush
  77. restore
  78. "
  79. *End
  80. *SuggestedJobTimeout: "0"
  81. *SuggestedWaitTimeout: "0"
  82. *PrintPSErrors: True
  83. *FileSystem: True
  84. *?FileSystem: "
  85. save false
  86. (%disk?%) {
  87. currentdevparams dup /Writeable known {
  88. /Writeable get {
  89. pop true
  90. } if
  91. } {
  92. pop
  93. } ifelse
  94. } 10 string /IODevice resourceforall
  95. {
  96. (True)
  97. } {
  98. (False)
  99. } ifelse
  100. = flush
  101. restore"
  102. *End
  103. *Throughput: "1"
  104. *Password: " () "
  105. *ExitServer: "
  106. count 0 eq {
  107. false
  108. } {
  109. true exch startjob
  110. } ifelse
  111. not {
  112. (WARNING: Cannot modify initial VM.) =
  113. (Missing or invalid password.) =
  114. (Please contact the author of this software.) = flush quit
  115. } if
  116. "
  117. *End
  118. *Reset: "
  119. count 0 eq {
  120. false
  121. } {
  122. true exch startjob
  123. } ifelse
  124. not {
  125. (WARNING: Cannot reset printer.) =
  126. (Missing or invalid password.) =
  127. (Please contact the author of this software.) = flush quit
  128. } if
  129. systemdict /quit get exec
  130. (WARNING : Printer Reset Failed.) = flush
  131. "
  132. *End
  133. *% Resolution Information =============
  134. *DefaultResolution: 300dpi
  135. *% Halftone Information ===============
  136. *ContoneOnly: True
  137. *DefaultHalftoneType: 1
  138. *ScreenFreq: "60.0"
  139. *ScreenAngle: "45.0"
  140. *DefaultScreenProc: Default
  141. *ScreenProc Default: "
  142. {
  143. abs exch abs 2 copy add 1 gt
  144. {1 sub dup mul exch 1 sub dup mul add 1}
  145. {dup mul exch dup mul add 1 exch sub}
  146. ifelse
  147. } bind "
  148. *End
  149. *ScreenProc Dot: "
  150. {
  151. 180 mul cos exch 180 mul cos add 2 div
  152. } bind "
  153. *End
  154. *ScreenProc Line: " { pop } bind "
  155. *ScreenProc Ellipse: " {
  156. dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub
  157. } bind "
  158. *End
  159. *DefaultTransfer: Null
  160. *Transfer Null: " { } bind "
  161. *Transfer Null.Inverse: " { 1 exch sub } bind "
  162. *% Paper Handling ===================
  163. *% Code in this section both selects a tray and sets up a frame buffer.
  164. *OpenUI *PageSize: PickOne
  165. *OrderDependency: 30 AnySetup *PageSize
  166. *DefaultPageSize: A3
  167. *PageSize A4: "2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  168. *PageSize A3: "2 dict dup /PageSize [842 1191] put dup /ImagingBBox null put setpagedevice"
  169. *PageSize WB/WB(TabloidExtra): "2 dict dup /PageSize [907 1318] put dup /ImagingBBox null put setpagedevice"
  170. *PageSize Letter/Letter: "2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  171. *PageSize Tabloid/Tabloid: "2 dict dup /PageSize [792 1224] put dup /ImagingBBox null put setpagedevice"
  172. *?PageSize: "
  173. save
  174. currentpagedevice /PageSize get aload pop
  175. 2 copy gt { exch } if (Unknown)
  176. 5 dict
  177. dup [595 842] (A4) put
  178. dup [842 1191] (A3) put
  179. dup [907 1318] (WB) put
  180. dup [612 792] (Letter) put
  181. dup [792 1224] (Tabloid) put {
  182. exch aload pop 4 index sub abs 5 le exch
  183. 5 index sub abs 5 le and
  184. {
  185. exch pop exit
  186. } {
  187. pop
  188. } ifelse
  189. } bind forall
  190. = flush pop pop
  191. restore
  192. "
  193. *End
  194. *CloseUI: *PageSize
  195. *OpenUI *PageRegion: PickOne
  196. *OrderDependency: 40 AnySetup *PageRegion
  197. *DefaultPageRegion: A3
  198. *PageRegion A4: "2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  199. *PageRegion A3: "2 dict dup /PageSize [842 1191] put dup /ImagingBBox null put setpagedevice"
  200. *PageRegion WB/WB(TabloidExtra): "2 dict dup /PageSize [907 1318] put dup /ImagingBBox null put setpagedevice"
  201. *PageRegion Letter/Letter: "2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  202. *PageRegion Tabloid/Tabloid: "2 dict dup /PageSize [792 1224] put dup /ImagingBBox null put setpagedevice"
  203. *CloseUI: *PageRegion
  204. *% The following entries provide information about specific paper keywords.
  205. *DefaultImageableArea: A3
  206. *ImageableArea A4: "9.92 9.92 585.92 795.2"
  207. *ImageableArea A3: "9.92 9.92 831.68 1143.68"
  208. *ImageableArea WB/WB(TabloidExtra): "15.73 9.92 891.25 1271.36"
  209. *ImageableArea Letter/Letter: "9.92 9.92 601.28 744.32"
  210. *ImageableArea Tabloid/Tabloid: "12 9.92 780 1176.32"
  211. *?ImageableArea: "
  212. save
  213. /cvp {( ) cvs print ( ) print} bind def
  214. /upperright {10000 mul floor 10000 div} bind def
  215. /lowerleft {10000 mul ceiling 10000 div} bind def
  216. newpath clippath pathbbox
  217. 4 -2 roll exch 2 {lowerleft cvp} repeat
  218. exch 2 {upperright cvp} repeat
  219. flush
  220. restore
  221. "
  222. *End
  223. *% These provide the physical dimensions of the paper (by keyword)
  224. *DefaultPaperDimension: A3
  225. *PaperDimension A4: "595 842"
  226. *PaperDimension A3: "842 1191"
  227. *PaperDimension WB/WB(TabloidExtra): "907 1318"
  228. *PaperDimension Letter/Letter: "612 792"
  229. *PaperDimension Tabloid/Tabloid: "792 1224"
  230. *UIConstraints: *PageSize A3 *MediaType Film
  231. *UIConstraints: *PageSize WB *MediaType Film
  232. *UIConstraints: *PageSize Tabloid *MediaType Film
  233. *UIConstraints: *MediaType Film *PageSize A3
  234. *UIConstraints: *MediaType Film *PageSize WB
  235. *UIConstraints: *MediaType Film *PageSize Tabloid
  236. *UIConstraints: *PageRegion A3 *MediaType Film
  237. *UIConstraints: *PageRegion WB *MediaType Film
  238. *UIConstraints: *PageRegion Tabloid *MediaType Film
  239. *UIConstraints: *MediaType Film *PageRegion A3
  240. *UIConstraints: *MediaType Film *PageRegion WB
  241. *UIConstraints: *MediaType Film *PageRegion Tabloid
  242. *UIConstraints: *MediaType Film *QMPQ HighDensity
  243. *UIConstraints: *QMPQ HighDensity *MediaType Film
  244. *UIConstraints: *MediaType Film *QMCT SWOP
  245. *UIConstraints: *MediaType Film *QMCT EuroColor
  246. *UIConstraints: *QMCT SWOP *MediaType Film
  247. *UIConstraints: *QMCT EuroColor *MediaType Film
  248. *% Device Oriented Informations ===================
  249. *OpenUI *InputSlot: PickOne
  250. *OrderDependency: 20 AnySetup *InputSlot
  251. *DefaultInputSlot: Upper
  252. *InputSlot Upper/Standard tray: "
  253. currentpagedevice /InputAttributes get dup 0 known
  254. {
  255. 0 get dup null eq {
  256. pop
  257. } {
  258. dup length 1 add dict copy
  259. dup /InputAttributes
  260. 1 dict dup /Priority [0] put
  261. put setpagedevice
  262. } ifelse
  263. } {
  264. pop
  265. } ifelse
  266. "
  267. *End
  268. *InputSlot Lower/Option tray: "
  269. currentpagedevice /InputAttributes get dup 1 known
  270. {
  271. 1 get dup null eq {
  272. pop
  273. } {
  274. dup length 1 add dict copy
  275. dup /InputAttributes
  276. 1 dict dup /Priority [1] put
  277. put setpagedevice
  278. } ifelse
  279. } {
  280. pop
  281. } ifelse
  282. "
  283. *End
  284. *?InputSlot: "
  285. save
  286. 2 dict
  287. dup /0 (Upper) put
  288. dup /1 (Lower) put
  289. currentpagedevice /InputAttributes get
  290. dup /Priority known
  291. { /Priority get 0 get ( ) cvs cvn get }
  292. {
  293. dup length 1 eq
  294. { {pop} forall( ) cvs cvn get }
  295. { pop pop (Unknown) } ifelse
  296. } ifelse
  297. = flush
  298. restore
  299. "
  300. *End
  301. *CloseUI: *InputSlot
  302. *OpenUI *MediaType/Media Type: PickOne
  303. *OrderDependency: 50 AnySetup *MediaType
  304. *DefaultMediaType: Paper
  305. *MediaType Paper: "
  306. /Mitsubishi /ProcSet findresource /MediatypeOff get exec
  307. "
  308. *End
  309. *MediaType Film: "
  310. /Mitsubishi /ProcSet findresource /MediatypeOn get exec
  311. 1 dict dup /HWResolution [300 300] put setpagedevice
  312. /Mitsubishi /ProcSet findresource /HighDensityOn get exec
  313. "
  314. *End
  315. *?MediaType: "
  316. save
  317. /Mitsubishi /ProcSet findresource /MediatypeStatus get exec
  318. {(Film)}{(Paper)}ifelse
  319. = flush
  320. restore
  321. "
  322. *End
  323. *CloseUI: *MediaType
  324. *OpenUI *QMPQ/Print Quality: PickOne
  325. *OrderDependency: 70 AnySetup *QMPQ
  326. *DefaultQMPQ: Standard
  327. *QMPQ Standard: "
  328. 1 dict dup /HWResolution [300 300] put setpagedevice
  329. /Mitsubishi /ProcSet findresource /MediatypeStatus get exec
  330. {/Mitsubishi /ProcSet findresource /HighDensityOn get exec}
  331. {/Mitsubishi /ProcSet findresource /HighDensityOff get exec}
  332. ifelse
  333. "
  334. *End
  335. *QMPQ HighDensity: "
  336. 1 dict dup /HWResolution [300 300] put setpagedevice
  337. /Mitsubishi /ProcSet findresource /HighDensityOn get exec
  338. "
  339. *End
  340. *QMPQ HighResolution: "
  341. 1 dict dup /HWResolution [300 600] put setpagedevice
  342. /Mitsubishi /ProcSet findresource /HighDensityOff get exec
  343. "
  344. *End
  345. *?QMPQ:"
  346. save
  347. currentpagedevice /HWResolution get aload pop 600 eq {
  348. pop (HighResolution)
  349. }{
  350. pop /Mitsubishi /ProcSet findresource /HighDensityStatus get exec
  351. {(HighDensity)}{(Standard)} ifelse
  352. } ifelse
  353. = flush
  354. restore
  355. "
  356. *End
  357. *CloseUI: *QMPQ
  358. *OpenUI *Smoothing/Smoothing: PickOne
  359. *OrderDependency: 80 AnySetup *Smoothing
  360. *DefaultSmoothing: True
  361. *Smoothing True/ON: "
  362. /Mitsubishi /ProcSet findresource /AntiOn get exec
  363. "
  364. *End
  365. *Smoothing False/OFF: "
  366. /Mitsubishi /ProcSet findresource /AntiOff get exec
  367. "
  368. *End
  369. *?Smoothing:"
  370. save
  371. /Mitsubishi /ProcSet findresource /AntiRead get exec
  372. {(True)}{(False)}ifelse
  373. = flush
  374. restore
  375. "
  376. *End
  377. *CloseUI: *Smoothing
  378. *OpenUI *QMCT/Color Target: PickOne
  379. *OrderDependency: 90 AnySetup *QMCT
  380. *DefaultQMCT: Default
  381. *QMCT Default/Null: "
  382. mark
  383. { 1 dict begin
  384. /DeviceRenderingInfo 5 dict begin
  385. /Type 15 def
  386. /Enable false def
  387. /Conversion 0 def
  388. /TransformType 0 def
  389. /ConversionData null def
  390. currentdict end def
  391. currentdict end
  392. setpagedevice
  393. }
  394. stopped cleartomark
  395. "
  396. *End
  397. *QMCT SWOP: "
  398. mark
  399. { 1 dict begin
  400. /DeviceRenderingInfo 5 dict begin
  401. /Type 15 def
  402. /Enable true def
  403. /Conversion 0 def
  404. /TransformType 0 def
  405. /ConversionData null def
  406. currentdict end def
  407. currentdict end
  408. setpagedevice
  409. }
  410. stopped cleartomark
  411. "
  412. *End
  413. *QMCT EuroColor/European Color: "
  414. mark
  415. { 1 dict begin
  416. /DeviceRenderingInfo 5 dict begin
  417. /Type 15 def
  418. /Enable true def
  419. /Conversion 1 def
  420. /TransformType 0 def
  421. /ConversionData null def
  422. currentdict end def
  423. currentdict end
  424. setpagedevice
  425. }
  426. stopped cleartomark
  427. "
  428. *End
  429. *?QMCT: "
  430. save
  431. currentpagedevice /DeviceRenderingInfo get
  432. /Conversion get
  433. [(SWOP)(EuroColor)(Display)(Download)] exch get
  434. = flush
  435. restore
  436. "
  437. *End
  438. *CloseUI: *QMCT
  439. *OpenUI *QMMITSUBISHICOLORADJUSTMENT/Color Calibration: PickOne
  440. *OrderDependency: 100 AnySetup *QMMITSUBISHICOLORADJUSTMENT
  441. *DefaultQMMITSUBISHICOLORADJUSTMENT: Default
  442. *QMMITSUBISHICOLORADJUSTMENT Default/Null:""
  443. *QMMITSUBISHICOLORADJUSTMENT Type1: "
  444. {255 mul cvi {
  445. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  446. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  447. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  448. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  449. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  450. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  451. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  452. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  453. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  454. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  455. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  456. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  457. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  458. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  459. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  460. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  461. } exch get}
  462. {255 mul cvi {
  463. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  464. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  465. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  466. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  467. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  468. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  469. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  470. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  471. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  472. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  473. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  474. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  475. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  476. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  477. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  478. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  479. } exch get}
  480. {255 mul cvi {
  481. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  482. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  483. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  484. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  485. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  486. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  487. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  488. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  489. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  490. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  491. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  492. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  493. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  494. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  495. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  496. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  497. } exch get}
  498. {255 mul cvi {
  499. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  500. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  501. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  502. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  503. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  504. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  505. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  506. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  507. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  508. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  509. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  510. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  511. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  512. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  513. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  514. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  515. } exch get}
  516. setcolortransfer
  517. /Insttmp currentpagedevice /Install get bind def
  518. 1 dict dup currentcolortransfer /Install
  519. { Insttmp {a} {b} {c} {d} setcolortransfer}
  520. dup 4 3 roll 4 exch put
  521. dup 4 3 roll 3 exch put
  522. dup 4 3 roll 2 exch put
  523. dup 4 3 roll 1 exch put
  524. put
  525. setpagedevice
  526. "
  527. *End
  528. *QMMITSUBISHICOLORADJUSTMENT Type2: "
  529. {255 mul cvi {
  530. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  531. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  532. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  533. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  534. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  535. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  536. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  537. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  538. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  539. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  540. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  541. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  542. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  543. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  544. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  545. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  546. } exch get}
  547. {255 mul cvi {
  548. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  549. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  550. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  551. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  552. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  553. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  554. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  555. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  556. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  557. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  558. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  559. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  560. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  561. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  562. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  563. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  564. } exch get}
  565. {255 mul cvi {
  566. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  567. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  568. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  569. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  570. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  571. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  572. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  573. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  574. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  575. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  576. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  577. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  578. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  579. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  580. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  581. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  582. } exch get}
  583. {255 mul cvi {
  584. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  585. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  586. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  587. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  588. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  589. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  590. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  591. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  592. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  593. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  594. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  595. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  596. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  597. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  598. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  599. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  600. } exch get}
  601. setcolortransfer
  602. /Insttmp currentpagedevice /Install get bind def
  603. 1 dict dup currentcolortransfer /Install
  604. { Insttmp {a} {b} {c} {d} setcolortransfer}
  605. dup 4 3 roll 4 exch put
  606. dup 4 3 roll 3 exch put
  607. dup 4 3 roll 2 exch put
  608. dup 4 3 roll 1 exch put
  609. put
  610. setpagedevice
  611. "
  612. *End
  613. *QMMITSUBISHICOLORADJUSTMENT Type3: "
  614. {255 mul cvi {
  615. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  616. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  617. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  618. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  619. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  620. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  621. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  622. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  623. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  624. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  625. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  626. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  627. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  628. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  629. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  630. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  631. } exch get}
  632. {255 mul cvi {
  633. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  634. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  635. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  636. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  637. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  638. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  639. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  640. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  641. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  642. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  643. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  644. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  645. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  646. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  647. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  648. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  649. } exch get}
  650. {255 mul cvi {
  651. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  652. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  653. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  654. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  655. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  656. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  657. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  658. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  659. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  660. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  661. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  662. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  663. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  664. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  665. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  666. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  667. } exch get}
  668. {255 mul cvi {
  669. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  670. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  671. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  672. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  673. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  674. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  675. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  676. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  677. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  678. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  679. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  680. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  681. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  682. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  683. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  684. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  685. } exch get}
  686. setcolortransfer
  687. /Insttmp currentpagedevice /Install get bind def
  688. 1 dict dup currentcolortransfer /Install
  689. { Insttmp {a} {b} {c} {d} setcolortransfer}
  690. dup 4 3 roll 4 exch put
  691. dup 4 3 roll 3 exch put
  692. dup 4 3 roll 2 exch put
  693. dup 4 3 roll 1 exch put
  694. put
  695. setpagedevice
  696. "
  697. *End
  698. *QMMITSUBISHICOLORADJUSTMENT Type4: "
  699. {255 mul cvi {
  700. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  701. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  702. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  703. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  704. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  705. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  706. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  707. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  708. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  709. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  710. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  711. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  712. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  713. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  714. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  715. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  716. } exch get}
  717. {255 mul cvi {
  718. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  719. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  720. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  721. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  722. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  723. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  724. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  725. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  726. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  727. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  728. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  729. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  730. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  731. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  732. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  733. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  734. } exch get}
  735. {255 mul cvi {
  736. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  737. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  738. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  739. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  740. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  741. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  742. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  743. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  744. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  745. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  746. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  747. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  748. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  749. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  750. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  751. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  752. } exch get}
  753. {255 mul cvi {
  754. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  755. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  756. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  757. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  758. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  759. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  760. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  761. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  762. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  763. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  764. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  765. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  766. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  767. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  768. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  769. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  770. } exch get}
  771. setcolortransfer
  772. /Insttmp currentpagedevice /Install get bind def
  773. 1 dict dup currentcolortransfer /Install
  774. { Insttmp {a} {b} {c} {d} setcolortransfer}
  775. dup 4 3 roll 4 exch put
  776. dup 4 3 roll 3 exch put
  777. dup 4 3 roll 2 exch put
  778. dup 4 3 roll 1 exch put
  779. put
  780. setpagedevice
  781. "
  782. *End
  783. *?QMMITSUBISHICOLORADJUSTMENT: "
  784. save
  785. 1 dict setpagedevice
  786. currentcolortransfer
  787. 4 1 roll 3 1 roll exch
  788. == flush == flush == flush == flush
  789. restore
  790. "
  791. *End
  792. *CloseUI: *QMMITSUBISHICOLORADJUSTMENT
  793. *% Font Information =====================
  794. *DefaultFont: Courier
  795. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  796. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  797. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  798. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  799. *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
  800. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
  801. *Font Bookman-Light: Standard "(001.004S)" Standard ROM
  802. *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
  803. *Font Courier: Standard "(002.004S)" Standard ROM
  804. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  805. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  806. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  807. *Font Helvetica: Standard "(001.006S)" Standard ROM
  808. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  809. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  810. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  811. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  812. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  813. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  814. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  815. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  816. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  817. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  818. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  819. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  820. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  821. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  822. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  823. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  824. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  825. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  826. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  827. *Font Symbol: Special "(001.007S)" Special ROM
  828. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  829. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  830. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  831. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  832. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  833. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  834. *?FontQuery: "
  835. save
  836. { count 1 gt
  837. { exch dup 127 string cvs (/) print print (:) print
  838. /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  839. }{ exit } ifelse
  840. } bind loop
  841. (*) = flush
  842. restore
  843. "
  844. *End
  845. *?FontList: "
  846. save
  847. (*) {cvn ==} 128 string /Font resourceforall
  848. (*) = flush
  849. restore
  850. "
  851. *End
  852. *% Printer Messages (verbatim from printer):
  853. *Message: " %%[ exitserver: permanent state may be changed ]%%"
  854. *Message: " %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  855. *Message: "\FontName\ not found, using Courier"
  856. *% Status (format: %%[ status: <one of these> ] %%)
  857. *Status: "idle"
  858. *Status: "busy"
  859. *Status: "waiting"
  860. *Status: "warming up"
  861. *Status: "ink sheet is exhausted"
  862. *Status: "cover open"
  863. *Status: "out of paper"
  864. *Status: "paper misfeed"
  865. *Status: "RAM access error"
  866. *Status: "mechanical malfunction"
  867. *Status: "data over run"
  868. *Status: "temperature too low"
  869. *Status: "temperature too high"
  870. *Status: "general command error"
  871. *Status: "command parity error"
  872. *Status: "illegal engine command"
  873. *Status: "command execution denial"
  874. *Status: "service call"
  875. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  876. *Source: "Parallel"
  877. *Source: "LocalTalk"
  878. *Source: "EtherTalk"
  879. *Source: "SCSI"
  880. *Source: "RemotePrinter"
  881. *Source: "PrintServer"
  882. *Source: "LPR"
  883. *Source: "Internal"
  884. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  885. *PrinterError: "warming up"
  886. *PrinterError: "ink sheet is exhausted"
  887. *PrinterError: "cover open"
  888. *PrinterError: "out of paper"
  889. *PrinterError: "paper misfeed"
  890. *PrinterError: "RAM access error"
  891. *PrinterError: "mechanical malfunction"
  892. *PrinterError: "data over run"
  893. *PrinterError: "temperature too low"
  894. *PrinterError: "temperature too high"
  895. *PrinterError: "general command error"
  896. *PrinterError: "command parity error"
  897. *PrinterError: "illegal engine command"
  898. *PrinterError: "command execution denial"
  899. *PrinterError: "service call"
  900. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  901. *% Color Separation Information =====================
  902. *% Produced by "bldppd42.ps" version 4.0 edit 14
  903. *% Last Edit Date: Oct 29, 1996
  904. *% end of PPD file for QMS ColorScript 480