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.

743 lines
37 KiB

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