home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 March / Chip_2011.03_CD.iso / I386 / DRIVER.CAB / qmscs460.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2001-07-22  |  36.9 KB  |  744 lines

  1. *PPD-Adobe: "4.2"
  2. *%------------------------------------------------------------------
  3. *%Version Number:                  "2015.105"
  4. *%Revision Number:                 "4"
  5. *%Platform Supported:              "PC MAC UNIX"
  6. *%Localized To:                    "US"
  7. *%------------------------------------------------------------------
  8. *% Adobe Systems PostScript(R) Printer Description File
  9. *% Copyright 1987-1995 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.2"
  16. *FileVersion: "1.0"
  17. *LanguageEncoding: ISOLatin1
  18. *LanguageVersion: English
  19. *PCFileName: "QMSCS460.PPD"
  20. *Product: "(QMS ColorScript 460)"
  21. *PSVersion: "(2015.105) 207"
  22. *ModelName: "QMS ColorScript 460"
  23. *NickName: "QMS ColorScript 460 v2015.105"
  24.  
  25. *% === Options and Constraints =========
  26. *OpenGroup: InstallableOptions /Options Installed
  27. *OpenUI *InstalledMemory /Memory Configuration : PickOne
  28. *DefaultInstalledMemory: 24MB
  29. *InstalledMemory 24MB /24 MB Standard: ""
  30. *InstalledMemory 48MB /48 MB Upgrade: ""
  31.  
  32. *CloseUI: *InstalledMemory
  33. *CloseGroup: InstallableOptions
  34.  
  35. *% ==== Device Capabilities ===============
  36. *LanguageLevel: "2"
  37. *Protocols: TBCP
  38.  
  39. *FreeVM: "3496856"
  40. *VMOption 24MB /24 MB Standard: "3496856"
  41. *VMOption 48MB /48 MB Upgrade: "27295232"
  42.  
  43. *ColorDevice: True
  44. *DefaultColorSpace: CMYK
  45. *VariablePaperSize: False
  46. *TTRasterizer: Type42
  47.  
  48. *SuggestedJobTimeout: "0"
  49. *SuggestedWaitTimeout: "0"
  50. *PrintPSErrors: True
  51.  
  52. *FileSystem: True
  53. *?FileSystem: "
  54. save false
  55. (%disk?%) {
  56.     currentdevparams dup /Writeable known {
  57.         /Writeable get {
  58.             pop true
  59.         } if
  60.     } {
  61.         pop
  62.     } ifelse
  63. } 10 string /IODevice resourceforall
  64. {
  65.     (True)
  66. } {
  67.     (False)
  68. } ifelse
  69. = flush
  70. restore"
  71. *End
  72.  
  73. *Throughput: "0.25"
  74.  
  75. *Password: " () "
  76.  
  77. *ExitServer: "
  78. count 0 eq {
  79.     false
  80. } {
  81.     true exch startjob
  82. } ifelse
  83. not {
  84.     (WARNING: Cannot modify initial VM.) =
  85.     (Missing or invalid password.) =
  86.     (Please contact the author of this software.) = flush quit
  87. } if
  88. "
  89. *End
  90.  
  91. *Reset: "
  92. count 0 eq {
  93.     false
  94. } {
  95.     true exch startjob
  96. } ifelse
  97. not {
  98.     (WARNING: Cannot reset printer.) =
  99.     (Missing or invalid password.) =
  100.     (Please contact the author of this software.) = flush quit
  101. } if
  102. systemdict /quit get exec
  103. (WARNING : Printer Reset Failed.) = flush
  104. "
  105. *End
  106.  
  107. *% Resolution Information =============
  108.  
  109. *DefaultResolution: 300dpi
  110.  
  111. *% Halftone Information ===============
  112. *ScreenFreq: "60.0"
  113. *ScreenAngle: "45.0"
  114. *DefaultScreenProc: Dot
  115. *ScreenProc Dot: "
  116. {
  117.     180 mul cos exch 180 mul cos add 2 div
  118. } "
  119. *End
  120. *ScreenProc Line: " { pop } "
  121. *ScreenProc Ellipse: " {
  122.     dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub
  123. } "
  124. *End
  125.  
  126. *DefaultTransfer: Null
  127. *Transfer Null: " { } "
  128. *Transfer Null.Inverse: " { 1 exch sub } "
  129.  
  130. *% Paper Handling ===================
  131.  
  132. *% Code in this section both selects a tray and sets up a frame buffer.
  133. *OpenUI *PageSize: PickOne
  134. *OrderDependency: 30 AnySetup *PageSize
  135. *DefaultPageSize: B(Tabloid)
  136. *PageSize A4: "
  137. 2 dict dup /PageSize [
  138. 595 842
  139. ] put dup /ImagingBBox null put setpagedevice"
  140. *End
  141. *PageSize A3: "
  142. 2 dict dup /PageSize [
  143. 842 1191
  144. ] put dup /ImagingBBox null put setpagedevice"
  145. *End
  146. *PageSize WB(TabloidExtra): "
  147. 2 dict dup /PageSize [
  148. 907 1318
  149. ] put dup /ImagingBBox null put setpagedevice"
  150. *End
  151. *PageSize A(Letter): "
  152. 2 dict dup /PageSize [
  153. 612 792
  154. ] put dup /ImagingBBox null put setpagedevice"
  155. *End
  156. *PageSize SA(Legal): "
  157. 2 dict dup /PageSize [
  158. 612 1008
  159. ] put dup /ImagingBBox null put setpagedevice"
  160. *End
  161. *PageSize B(Tabloid): "
  162. 2 dict dup /PageSize [
  163. 792 1224
  164. ] put dup /ImagingBBox null put setpagedevice"
  165. *End
  166. *?PageSize: "
  167. save
  168. currentpagedevice /PageSize get aload pop
  169. 2 copy gt {
  170.     exch
  171. } if
  172. (Unknown)
  173. 7 dict
  174. dup [595 842] (A4) put
  175. dup [842 1191] (A3) put
  176. dup [907 1318] (WB(TabloidExtra)) put
  177. dup [612 1008] (SA(Legal)) put
  178. dup [612 792] (A(Letter)) put 
  179. dup [792 1224] (B(Tabloid)) put {
  180.     exch aload pop 4 index sub abs 5 le exch
  181.     5 index sub abs 5 le and
  182.     {
  183.         exch pop exit
  184.     } {
  185.         pop
  186.     } ifelse
  187. } bind forall
  188. = flush pop pop
  189. restore
  190. "
  191. *End
  192. *CloseUI: *PageSize
  193.  
  194. *OpenUI *PageRegion: PickOne
  195. *OrderDependency: 50 AnySetup *PageRegion
  196. *DefaultPageRegion: B(Tabloid)
  197. *PageRegion A4: "
  198. 2 dict dup /PageSize [
  199. 595 842
  200. ] put dup /ImagingBBox null put setpagedevice"
  201. *End
  202. *PageRegion A3: "
  203. 2 dict dup /PageSize [
  204. 842 1191
  205. ] put dup /ImagingBBox null put setpagedevice"
  206. *End
  207. *PageRegion WB(TabloidExtra): "
  208. 2 dict dup /PageSize [
  209. 907 1318
  210. ] put dup /ImagingBBox null put setpagedevice"
  211. *End
  212. *PageRegion A(Letter): "
  213. 2 dict dup /PageSize [
  214. 612 792
  215. ] put dup /ImagingBBox null put setpagedevice"
  216. *End
  217. *PageRegion SA(Legal): "
  218. 2 dict dup /PageSize [
  219. 612 1008
  220. ] put dup /ImagingBBox null put setpagedevice"
  221. *End
  222. *PageRegion B(Tabloid): "
  223. 2 dict dup /PageSize [
  224. 792 1224
  225. ] put dup /ImagingBBox null put setpagedevice"
  226. *End
  227. *CloseUI: *PageRegion
  228.  
  229. *% The following entries provide information about specific paper keywords.
  230. *DefaultImageableArea: B(Tabloid)
  231. *ImageableArea A3: "10.0801 16.68 831.84 1139.88 "
  232. *ImageableArea A4: "9.6001 17.1601 585.6 790.92 "
  233. *ImageableArea WB(TabloidExtra): "30.24 30.84 882.72 1267.32 "
  234. *ImageableArea A(Letter): "10.56 17.4 601.92 741.24 "
  235. *ImageableArea SA(Legal): "10.56 165.0 601.92 957.96 "
  236. *ImageableArea B(Tabloid): "13.9201 17.4 781.92 1173.24 "
  237. *?ImageableArea: "
  238. save
  239. /cvp {
  240.     (                ) cvs print ( ) print
  241. } bind def
  242. /upperright {
  243.     10000 mul floor 10000 div
  244. } bind def
  245. /lowerleft {
  246.     10000 mul ceiling 10000 div
  247. } bind def
  248. newpath clippath pathbbox
  249. 4 -2 roll exch 2 {
  250.     lowerleft cvp
  251. } repeat
  252. exch 2 {
  253.     upperright cvp
  254. } repeat
  255. flush
  256. restore
  257. "
  258. *End
  259.  
  260. *% These provide the physical dimensions of the paper (by keyword)
  261. *DefaultPaperDimension: B(Tabloid)
  262. *PaperDimension A4: "595 842"
  263. *PaperDimension A3: "842 1191"
  264. *PaperDimension WB(TabloidExtra): "907 1318"
  265. *PaperDimension A(Letter): "612 792"
  266. *PaperDimension SA(Legal): "612 1008"
  267. *PaperDimension B(Tabloid): "792 1224"
  268.  
  269. *OpenUI *InputSlot: PickOne
  270. *OrderDependency: 20 AnySetup *InputSlot
  271. *DefaultInputSlot: StandardTray
  272. *InputSlot StandardTray /Standard Tray: "
  273. currentpagedevice /InputAttributes get dup 0 known
  274. {
  275.     0 get dup null eq {
  276.         pop
  277.     } {
  278.         dup length 1 add dict copy
  279.         dup /InputAttributes
  280.         1 dict dup /Priority [
  281.         0 1 2 3
  282.         ] put
  283.         put setpagedevice
  284.     } ifelse
  285. } {
  286.     pop
  287. } ifelse"
  288. *End
  289. *CloseUI: *InputSlot
  290.  
  291. *OpenUI *MITSUBISHICOLORADJUSTMENT/Color Adjustment: PickOne
  292. *OrderDependency: 40 AnySetup *MITSUBISHICOLORADJUSTMENT
  293. *MITSUBISHICOLORADJUSTMENT Null:""
  294. *MITSUBISHICOLORADJUSTMENT Type1: "
  295. {255 mul cvi {
  296. 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
  297. 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
  298. 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
  299. 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
  300. 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
  301. 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
  302. 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
  303. 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
  304. 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
  305. 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
  306. 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
  307. 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
  308. 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
  309. 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
  310. 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
  311. 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
  312. } exch get}
  313. {255 mul cvi {
  314. 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
  315. 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
  316. 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
  317. 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
  318. 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
  319. 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
  320. 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
  321. 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
  322. 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
  323. 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
  324. 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
  325. 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
  326. 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
  327. 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
  328. 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
  329. 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
  330. } exch get}
  331. {255 mul cvi {
  332. 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
  333. 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
  334. 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
  335. 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
  336. 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
  337. 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
  338. 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
  339. 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
  340. 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
  341. 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
  342. 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
  343. 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
  344. 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
  345. 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
  346. 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
  347. 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
  348. } exch get}
  349. {255 mul cvi {
  350. 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
  351. 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
  352. 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
  353. 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
  354. 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
  355. 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
  356. 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
  357. 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
  358. 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
  359. 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
  360. 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
  361. 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
  362. 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
  363. 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
  364. 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
  365. 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
  366. } exch get}
  367. setcolortransfer
  368. /Insttmp currentpagedevice /Install get bind def
  369. 1 dict dup currentcolortransfer /Install 
  370. { Insttmp {a} {b} {c} {d} setcolortransfer} 
  371. dup 4 3 roll 4 exch put
  372. dup 4 3 roll 3 exch put
  373. dup 4 3 roll 2 exch put
  374. dup 4 3 roll 1 exch put
  375. put
  376. setpagedevice
  377. "
  378. *End
  379. *MITSUBISHICOLORADJUSTMENT Type2: "
  380. {255 mul cvi {
  381. 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
  382. 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
  383. 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
  384. 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
  385. 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
  386. 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
  387. 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
  388. 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
  389. 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
  390. 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
  391. 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
  392. 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
  393. 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
  394. 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
  395. 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
  396. 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
  397. } exch get}
  398. {255 mul cvi {
  399. 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
  400. 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
  401. 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
  402. 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
  403. 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
  404. 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
  405. 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
  406. 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
  407. 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
  408. 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
  409. 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
  410. 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
  411. 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
  412. 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
  413. 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
  414. 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
  415. } exch get}
  416. {255 mul cvi {
  417. 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
  418. 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
  419. 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
  420. 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
  421. 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
  422. 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
  423. 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
  424. 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
  425. 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
  426. 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
  427. 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
  428. 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
  429. 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
  430. 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
  431. 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
  432. 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
  433. } exch get}
  434. {255 mul cvi {
  435. 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
  436. 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
  437. 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
  438. 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
  439. 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
  440. 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
  441. 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
  442. 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
  443. 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
  444. 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
  445. 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
  446. 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
  447. 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
  448. 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
  449. 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
  450. 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
  451. } exch get}
  452. setcolortransfer
  453. /Insttmp currentpagedevice /Install get bind def
  454. 1 dict dup currentcolortransfer /Install 
  455. { Insttmp {a} {b} {c} {d} setcolortransfer} 
  456. dup 4 3 roll 4 exch put
  457. dup 4 3 roll 3 exch put
  458. dup 4 3 roll 2 exch put
  459. dup 4 3 roll 1 exch put
  460. put
  461. setpagedevice
  462. "
  463. *End
  464. *MITSUBISHICOLORADJUSTMENT Type3: "
  465. {255 mul cvi {
  466. 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
  467. 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
  468. 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
  469. 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
  470. 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
  471. 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
  472. 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
  473. 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
  474. 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
  475. 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
  476. 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
  477. 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
  478. 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
  479. 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
  480. 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
  481. 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
  482. } exch get}
  483. {255 mul cvi {
  484. 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
  485. 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
  486. 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
  487. 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
  488. 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
  489. 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
  490. 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
  491. 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
  492. 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
  493. 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
  494. 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
  495. 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
  496. 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
  497. 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
  498. 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
  499. 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
  500. } exch get}
  501. {255 mul cvi {
  502. 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
  503. 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
  504. 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
  505. 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
  506. 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
  507. 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
  508. 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
  509. 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
  510. 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
  511. 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
  512. 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
  513. 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
  514. 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
  515. 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
  516. 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
  517. 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
  518. } exch get}
  519. {255 mul cvi {
  520. 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
  521. 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
  522. 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
  523. 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
  524. 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
  525. 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
  526. 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
  527. 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
  528. 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
  529. 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
  530. 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
  531. 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
  532. 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
  533. 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
  534. 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
  535. 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
  536. } exch get}
  537. setcolortransfer
  538. /Insttmp currentpagedevice /Install get bind def
  539. 1 dict dup currentcolortransfer /Install 
  540. { Insttmp {a} {b} {c} {d} setcolortransfer} 
  541. dup 4 3 roll 4 exch put
  542. dup 4 3 roll 3 exch put
  543. dup 4 3 roll 2 exch put
  544. dup 4 3 roll 1 exch put
  545. put
  546. setpagedevice
  547. "
  548. *End
  549. *MITSUBISHICOLORADJUSTMENT Type4: "
  550. {255 mul cvi {
  551. 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
  552. 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
  553. 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
  554. 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
  555. 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
  556. 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
  557. 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
  558. 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
  559. 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
  560. 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
  561. 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
  562. 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
  563. 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
  564. 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
  565. 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
  566. 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
  567. } exch get}
  568. {255 mul cvi {
  569. 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
  570. 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
  571. 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
  572. 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
  573. 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
  574. 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
  575. 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
  576. 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
  577. 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
  578. 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
  579. 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
  580. 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
  581. 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
  582. 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
  583. 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
  584. 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
  585. } exch get}
  586. {255 mul cvi {
  587. 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
  588. 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
  589. 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
  590. 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
  591. 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
  592. 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
  593. 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
  594. 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
  595. 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
  596. 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
  597. 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
  598. 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
  599. 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
  600. 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
  601. 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
  602. 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
  603. } exch get}
  604. {255 mul cvi {
  605. 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
  606. 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
  607. 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
  608. 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
  609. 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
  610. 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
  611. 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
  612. 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
  613. 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
  614. 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
  615. 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
  616. 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
  617. 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
  618. 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
  619. 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
  620. 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
  621. } exch get}
  622. setcolortransfer
  623. /Insttmp currentpagedevice /Install get bind def
  624. 1 dict dup currentcolortransfer /Install 
  625. { Insttmp {a} {b} {c} {d} setcolortransfer} 
  626. dup 4 3 roll 4 exch put
  627. dup 4 3 roll 3 exch put
  628. dup 4 3 roll 2 exch put
  629. dup 4 3 roll 1 exch put
  630. put
  631. setpagedevice
  632. "
  633. *End
  634. *CloseUI: *MITSUBISHICOLORADJUSTMENT
  635.  
  636. *% Font Information =====================
  637. *DefaultFont: Courier
  638. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  639. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  640. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  641. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  642. *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
  643. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
  644. *Font Bookman-Light: Standard "(001.004S)" Standard ROM
  645. *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
  646. *Font Courier: Standard "(002.004S)" Standard ROM
  647. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  648. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  649. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  650. *Font Helvetica: Standard "(001.006S)" Standard ROM
  651. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  652. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  653. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  654. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  655. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  656. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  657. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  658. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  659. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  660. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  661. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  662. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  663. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  664. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  665. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  666. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  667. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  668. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  669. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  670. *Font Symbol: Special "(001.007S)" Special ROM
  671. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  672. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  673. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  674. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  675. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  676. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  677.  
  678. *?FontQuery: "
  679.  save
  680.    { count 1 gt
  681.       { exch dup 127 string cvs (/) print print (:) print
  682.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  683.       } { exit } ifelse 
  684.    } bind loop
  685.    (*) = flush
  686.  restore
  687. "
  688. *End
  689.  
  690. *?FontList: "
  691. save
  692.   (*) {cvn ==} 128 string /Font resourceforall
  693.   (*) = flush
  694. restore
  695. "
  696. *End
  697.  
  698. *% Printer Messages (verbatim from printer):
  699. *Message: "    %%[ exitserver: permanent state may be changed ]%%"
  700. *Message: "    %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  701. *Message: "\FontName\ not found, using Courier"
  702.  
  703. *% Status (format: %%[ status: <one of these> ] %%)
  704. *Status: "idle"
  705. *Status: "busy"
  706. *Status: "waiting"
  707. *Status: "warming up"
  708.  
  709. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  710. *Source: "Serial"
  711. *Source: "Parallel"
  712. *Source: "LocalTalk"
  713. *Source: "EtherTalk"
  714. *Source: "RemotePrinter"
  715. *Source: "PrintServer"
  716. *Source: "LPR"
  717. *Source: "Internal"
  718.  
  719. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  720. *PrinterError: "warming up"
  721. *PrinterError: "ink sheet is exhausted"
  722. *PrinterError: "cover open"
  723. *PrinterError: "out of paper"
  724. *PrinterError: "paper misfeed"
  725. *PrinterError: "RAM access error"
  726. *PrinterError: "mechanical malfunction"
  727. *PrinterError: "data over run"
  728. *PrinterError: "temperature too low"
  729. *PrinterError: "temperature too high"
  730. *PrinterError: "general command error"
  731. *PrinterError: "command parity error"
  732. *PrinterError: "illegal engine command"
  733. *PrinterError: "command execution denial"
  734. *PrinterError: "service call"
  735.  
  736. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  737.  
  738. *% Color Separation Information =====================
  739.  
  740. *% Produced by "bldppd42.ps" version 4.0 edit 14
  741. *% Last Edit Date: 11 July 1995
  742. *% end of PPD file for QMS ColorScript 460
  743.  
  744.