home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD 12 / 12_pcplus_supercd.iso / COMUN / NWMAC / MOREPPDS / CPPSX241.PPD < prev    next >
Encoding:
PostScript Printer Description  |  1993-05-07  |  23.8 KB  |  715 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% compatable PPD
  4. *% For "Seiko Instruments USA Inc. ColorPoint PS"
  5. *%
  6. *% Copyright ⌐1993 Seiko Instruments USA Inc.  All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *% End of Copyright statement.
  11. *%
  12. *% Date: 28-APRIL-93
  13. *% This v4 PPD has been written to be compatable with the Apple Macintosh LaserWriter 8 beta
  14. *% release.  It conforms to Adobe v4 PPD standards BUT it may cause problems with other
  15. *% drivers.  Call Mark Bate at 408-922-5800 for problem resolution.
  16. *FormatVersion: "4.0"
  17. *FileVersion: "1.0"
  18. *LanguageVersion: English
  19. *PCFileName: "CPPS_241.PPD"
  20. *Product: "(ColorPoint PSX)"
  21. *PSVersion: "(241.1) 0"
  22. *PSVersion: "(240.7) 0"
  23. *PSVersion: "(240.3) 0"
  24. *PSVersion: "(240.0) 0"
  25. *PSVersion: "(230 C.8A) 0"
  26. *ModelName: "Seiko ColorPoint PSX"
  27. *NickName: "Seiko ColorPoint PSX v241.1"
  28. *% ==== Options and Constraints =====
  29. *UIConstraints: *Option1 5514 *Option2 None
  30. *UIConstraints: *Option1 None *PageSize Tabloid
  31. *UIConstraints: *Option1 None *PageSize BSuper
  32. *UIConstraints: *Option1 None *PageSize A4
  33. *UIConstraints: *Option1 None *PageSize B4
  34. *UIConstraints: *Option1 5514 *PageSize ASuper
  35. *UIConstraints: *Option1 None *PageRegion Tabloid
  36. *UIConstraints: *Option1 None *PageRegion BSuper
  37. *UIConstraints: *Option1 None *PageRegion A4
  38. *UIConstraints: *Option1 None *PageRegion B4
  39. *UIConstraints: *Option1 5514 *PageRegion ASuper
  40. *OpenGroup: InstallableOptions
  41. *OpenUI *Option1/Printer Model: PickOne
  42. *DefaultOption1: None
  43. *Option1 None/Model 5504 (letter): ""
  44. *Option1 5514/Model 5514 (tabloid): ""
  45. *CloseUI: *Option1
  46. *OpenUI *Option2/Printer Memory: PickOne
  47. *DefaultOption2: None
  48. *Option2 None/6 Meg RAM (Minimum): ""
  49. *Option2 10Meg/10 Meg RAM Upgrade: ""
  50. *Option2 18Meg/18 Meg RAM Upgrade: ""
  51. *Option2 22Meg/22 Meg RAM Upgrade: ""
  52. *Option2 34Meg/34 Meg RAM Upgrade: ""
  53. *CloseUI: *Option2
  54. *CloseGroup: InstallableOptions
  55. *% Basic Device Capabilities ========================
  56. *LanguageLevel: "1"
  57. *FreeVM: "587000"
  58. *VMOption None/Standard: "587000"
  59. *VMOption 10Meg: "1147000"
  60. *VMOption 18Meg: "2431000"
  61. *VMOption 22Meg: "2795000"
  62. *VMOption 34Meg: "3883000"
  63. *ColorDevice: True
  64. *DefaultColorSpace: CMYK
  65. *Extensions: CMYK FileSystem
  66. *FileSystem: True
  67. *?FileSystem: "
  68. save statusdict begin
  69. (False) /diskstatus where
  70.     {
  71.     pop diskstatus exch pop 0 ne 
  72.         {
  73.         pop (True)
  74.         }if
  75.     }if = flush end restore"
  76. *End
  77. *Throughput: "1"
  78. *% System Management===============================
  79. *Password: "0"
  80. *ExitServer: "
  81. count 0 eq
  82.     {
  83.     % password not on the stack
  84.     true
  85.     }
  86.     {
  87.     % check password for validity
  88.     dup
  89.     statusdict begin
  90.     checkpassword
  91.     end %statusdict
  92.     not
  93.     }ifelse
  94.     {
  95.     % password invalid or missing
  96.     (WARNING! Cannot perform exitserver.) print
  97.     (Invalid password.) print
  98.     (Please contact system support.) print flush
  99.     quit
  100.     }if serverdict begin exitserver"
  101. *End
  102. *Reset: "count 0 eq
  103.     {
  104.     % password not on the stack
  105.     true
  106.     }
  107.     {
  108.     % check password for validity
  109.     dup
  110.     statusdict begin
  111.     checkpassword
  112.     end %statusdict
  113.     not
  114.     }ifelse
  115.     {
  116.     % password invalid or missing
  117.     (WARNING! Cannot perform exitserver.) print
  118.     (Invalid password.) print
  119.     (Please contact system support.) print flush
  120.     quit
  121.     }if
  122. serverdict begin exitserver
  123. systemdict /quit get exec
  124. (WARNING! Printer Reset failed.) print flush"
  125. *End
  126. *%=== Resolution =========================================
  127. *DefaultResolution: 300dpi
  128. *?Resolution: "
  129. save
  130. initgraphics
  131. 0 0 matrix defaultmatrix transform
  132. 0 72 matrix defaultmatrix transform
  133. 3 -1 roll sub dup mul
  134. 3 1 roll exch sub dup mul
  135. add sqrt round cvi
  136. (          ) cvs print (dpi) print flush
  137. restore"
  138. *End
  139. *% Halftone Information ===============
  140. *% Their be Dragons!
  141. *OpenUI *Halftone/Choose Halftone: PickOne
  142. *OrderDependency: 10 AnySetup *Halftone
  143. *DefaultHalftone: E/Enhanced
  144. *Halftone A/Aligned: "statusdict /SIIscreen{/CPSpot{{
  145.     abs exch abs 2 copy add 1 gt 
  146.         {1 sub dup mul exch 1 sub dup mul add 1 sub}
  147.         {dup mul exch dup mul add 1 exch sub}
  148.         ifelse}}bind def 
  149.     60 45 CPSpot 60 45 CPSpot 60 45 CPSpot 60 45 CPSpot setcolorscreen
  150.     }bind def"
  151. *End
  152. *Halftone E/Enhanced: "statusdict /SIIscreen{25 0{
  153.     6 mul floor 6 add cvi 12 mul exch 6 mul floor 6 add cvi add
  154.     [0.36 0.168 0.408 0.48 0.672 0.432 0.378 0.186 0.426 0.498 0.69 0.45
  155.     0.12 0.024 0.216 0.72 0.816 0.624 0.138 0.042 0.234 0.738 0.834 0.642
  156.     0.312 0.072 0.264 0.528 0.768 0.576 0.33 0.09 0.282 0.546 0.786 0.594
  157.     0.504 0.696 0.456 0.336 0.144 0.384 0.522 0.714 0.474 0.354 0.162 0.402
  158.     0.744 0.84 0.648 0.096 0.0 0.192 0.762 0.858 0.666 0.114 0.018 0.21
  159.     0.552 0.792 0.6 0.288 0.048 0.24 0.57 0.81 0.618 0.306 0.066 0.258
  160.     0.372 0.18 0.42 0.492 0.684 0.444 0.366 0.174 0.414 0.486 0.678 0.438
  161.     0.132 0.036 0.228 0.732 0.828 0.636 0.126 0.03 0.222 0.726 0.822 0.63
  162.     0.324 0.084 0.276 0.54 0.78 0.588 0.318 0.078 0.27 0.534 0.774 0.582
  163.     0.516 0.708 0.468 0.348 0.156 0.396 0.51 0.702 0.462 0.342 0.15 0.39
  164.     0.756 0.852 0.66 0.108 0.012 0.204 0.75 0.846 0.654 0.102 0.006 0.198
  165.     0.564 0.804 0.612 0.3 0.06 0.252 0.558 0.798 0.606 0.294 0.054 0.246]
  166.     exch get
  167.     }setscreen}bind def"
  168. *End
  169. *Halftone R/Rotated: "statusdict /SIIscreen{/CPSpot{{
  170.     abs exch abs 2 copy add 1 gt 
  171.         {1 sub dup mul exch 1 sub dup mul add 1 sub}
  172.         {dup mul exch dup mul add 1 exch sub}
  173.         ifelse}}bind def 
  174.     50 42 CPSpot 50 85 CPSpot 50 36 CPSpot 50 24 CPSpot setcolorscreen
  175.     }bind def"
  176. *End
  177. *?Halftone: ""
  178. *CloseUI: *Halftone
  179. *% Enhanced Screening ===========
  180. *% *ScreenFreq: "25.0"
  181. *% *ScreenAngle: "0.0"
  182. *% *DefaultScreenProc: Dot
  183. *% *ScreenProc Dot: "
  184. *%     {
  185. *%     6 mul floor 6 add cvi 12 mul exch 6 mul floor 6 add cvi add
  186. *%     [0.36 0.168 0.408 0.48 0.672 0.432 0.378 0.186 0.426 0.498 0.69 0.45
  187. *%   0.12 0.024 0.216 0.72 0.816 0.624 0.138 0.042 0.234 0.738 0.834 0.642
  188. *%   0.312 0.072 0.264 0.528 0.768 0.576 0.33 0.09 0.282 0.546 0.786 0.594
  189. *%   0.504 0.696 0.456 0.336 0.144 0.384 0.522 0.714 0.474 0.354 0.162 0.402
  190. *%   0.744 0.84 0.648 0.096 0.0 0.192 0.762 0.858 0.666 0.114 0.018 0.21
  191. *%   0.552 0.792 0.6 0.288 0.048 0.24 0.57 0.81 0.618 0.306 0.066 0.258
  192. *%   0.372 0.18 0.42 0.492 0.684 0.444 0.366 0.174 0.414 0.486 0.678 0.438
  193. *%   0.132 0.036 0.228 0.732 0.828 0.636 0.126 0.03 0.222 0.726 0.822 0.63
  194. *%   0.324 0.084 0.276 0.54 0.78 0.588 0.318 0.078 0.27 0.534 0.774 0.582
  195. *%   0.516 0.708 0.468 0.348 0.156 0.396 0.51 0.702 0.462 0.342 0.15 0.39
  196. *%   0.756 0.852 0.66 0.108 0.012 0.204 0.75 0.846 0.654 0.102 0.006 0.198
  197. *%   0.564 0.804 0.612 0.3 0.06 0.252 0.558 0.798 0.606 0.294 0.054 0.246 ]
  198. *%     exch get
  199. *%     }
  200. *%     "
  201. *% *End
  202. *% Standard Screening =============
  203. *% *ScreenFreq: "60.0"
  204. *% *ScreenAngle: "45.0"
  205. *% *DefaultScreenProc: Dot
  206. *% *ScreenProc Dot: "
  207. *%     {
  208. *%     abs exch abs 2 copy add 1 gt 
  209. *%         {
  210. *%         1 sub dup mul exch 1 sub dup mul add 1 
  211. *%         sub 
  212. *%         }
  213. *%         {
  214. *%         dup mul exch dup mul add 1 exch sub 
  215. *%        }ifelse 
  216. *%     }"
  217. *% *End
  218. *ScreenProc Line: "
  219.     {
  220.     pop 
  221.     }"
  222. *End
  223. *ScreenProc Ellipse: "
  224.     {
  225.     dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub 
  226.     }"
  227. *End
  228. *DefaultTransfer: Null
  229. *Transfer Null: "
  230.     {
  231.     }"
  232. *End
  233. *Transfer Null.Inverse: "
  234.     {
  235.     1 exch sub 
  236.     }"
  237. *End
  238. *Transfer Normalized: "
  239.     {
  240.     }"
  241. *End
  242. *Transfer Normalized.Inverse: "
  243.     {
  244.     1 exch sub 
  245.     }"
  246. *End
  247. *% Paper Handling ===================
  248. *% Use these entries to set paper size most of the time, unless there is
  249. *% specific reason to use PageRegion or PaperTray.
  250. *% NOTE: These do not set the physical page size (Version 1.1).
  251. *OpenUI *PageSize: PickOne
  252. *OrderDependency: 30 AnySetup *PageSize
  253. *DefaultPageSize: Letter
  254. *PageSize Letter/US Letter:    "letter SIIscreen"
  255. *PageSize Tabloid:            "11x17 SIIscreen"
  256. *PageSize ASuper/A Super:    "asuper SIIscreen"
  257. *PageSize BSuper/B Super:    "bsuper SIIscreen"
  258. *PageSize A3:                "a3 SIIscreen"
  259. *PageSize A4:                "a4 SIIscreen"
  260. *PageSize B4:                "b4 SIIscreen"
  261. *?PageSize: "save statusdict begin
  262. /pagesize where 
  263.     {
  264.     pop
  265.     9 dict begin
  266.     /0 (Letter) def
  267.     /1 (Letter) def
  268.     /2 (ASuper) def
  269.     /3 (A4) def
  270.     /4 (A4) def
  271.     /5 (Tabloid) def
  272.     /6 (BSuper) def
  273.     /7 (B4) def
  274.     /8 (A3) def
  275.     pagesize
  276.         {
  277.         ( ) cvs cvn load exec 
  278.         }stopped not
  279.         {
  280.         = flush
  281.         }
  282.         {
  283.         (Unknown) = flush
  284.         }ifelse end        %temp
  285.     }if end    restore"
  286. *End
  287. *CloseUI: *PageSize
  288. *% These entries will set up the frame buffer. Usually used with manual feed.
  289. *OpenUI *PageRegion:  PickOne
  290. *OrderDependency: 40 AnySetup *PageRegion
  291. *DefaultPageRegion: Letter
  292. *PageRegion Letter/US Letter: "letter SIIscreen"
  293. *PageRegion Tabloid: "11x17 SIIscreen"
  294. *PageRegion ASuper/A Super: "asuper SIIscreen"
  295. *PageRegion BSuper/B Super: "bsuper SIIscreen"
  296. *PageRegion A3: "a3 SIIscreen"
  297. *PageRegion A4: "a4 SIIscreen"
  298. *PageRegion B4: "b4 SIIscreen"
  299. *CloseUI: *PageRegion
  300. *% These entries will invoke a particular paper tray.
  301. *DefaultPaperTray: None
  302. *% The following entries provide information about specific paper keywords.
  303. *DefaultImageableArea: Letter
  304. *ImageableArea Letter/US Letter:    "12 10 601 783 "
  305. *ImageableArea Tabloid:                "10 15 782 1209 "
  306. *ImageableArea ASuper/A Super:        "11 12 624 946 "
  307. *ImageableArea BSuper/B Super:        "11 12 852 1244 "
  308. *ImageableArea A3:                    "11 15 831 1176 "
  309. *ImageableArea A4:                    "12 11 584 832 "
  310. *ImageableArea B4:                    "11 12 718 1020 "
  311. *?ImageableArea: "
  312. save 
  313. /cvp 
  314.     {
  315.     cvi (            ) cvs print ( ) print 
  316.     }bind def
  317. newpath clippath pathbbox
  318. 4 -2 roll exch 2 
  319.     {
  320.     ceiling cvp
  321.     }repeat
  322. exch 2 
  323.     {
  324.     floor cvp
  325.     }repeat flush restore"
  326. *End
  327. *% These provide the physical dimensions of the paper (by keyword)
  328. *DefaultPaperDimension: Letter
  329. *PaperDimension Letter/US Letter: "612 792"
  330. *PaperDimension Tabloid: "792 1224"
  331. *PaperDimension ASuper/A Super: "634 1076"
  332. *PaperDimension BSuper/B Super: "864 1373"
  333. *PaperDimension A3: "842 1190"
  334. *PaperDimension A4: "595 842"
  335. *PaperDimension B4: "729 1032"
  336. *% Paper Handling =====================
  337.  
  338. *RequiresPageRegion All: True
  339.  
  340. *OpenUI *InputSlot: PickOne
  341. *OrderDependency: 20 AnySetup *InputSlot
  342. *DefaultInputSlot: Cassette
  343. *InputSlot Cassette: ""
  344. *CloseUI: *InputSlot
  345.  
  346. *DefaultOutputBin: Upper
  347. *DefaultOutputOrder: Reverse
  348. *% Font Information =====================
  349. *% NOTE: The font version numbers are not implemented in the
  350. *%         FontInfo dictionary (Version 1.1).
  351. *% Fix this !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  352. *DefaultFont: Courier
  353. *Font AvantGarde-Book: Standard "(001.000)"
  354. *Font AvantGarde-BookOblique: Standard "(001.000)"
  355. *Font AvantGarde-Demi: Standard "(001.000)"
  356. *Font AvantGarde-DemiOblique: Standard "(001.000)"
  357. *Font Bookman-Demi: Standard "(001.000)"
  358. *Font Bookman-DemiItalic: Standard "(001.000)"
  359. *Font Bookman-Light: Standard "(001.000)"
  360. *Font Bookman-LightItalic: Standard "(001.000)"
  361. *Font Courier: Standard "(001.000)"
  362. *Font Courier-Bold: Standard "(001.000)"
  363. *Font Courier-BoldOblique: Standard "(001.000)"
  364. *Font Courier-Oblique: Standard "(001.000)"
  365. *Font Helvetica: Standard "(001.000)"
  366. *Font Helvetica-Bold: Standard "(001.000)"
  367. *Font Helvetica-BoldOblique: Standard "(001.000)"
  368. *Font Helvetica-Condensed: Standard "(001.000)"
  369. *Font Helvetica-Condensed-Bold: Standard "(001.000)"
  370. *Font Helvetica-Condensed-BoldObl: Standard "(001.000)"
  371. *Font Helvetica-Condensed-Oblique: Standard "(001.000)"
  372. *Font Helvetica-Narrow: Standard "(001.001)"
  373. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  374. *Font Helvetica-Narrow-BoldObl: Standard "(001.002)"
  375. *Font Helvetica-Narrow-Oblique: Standard "(001.001)"
  376. *Font Helvetica-Oblique: Standard "(001.000)"
  377. *Font NewCenturySchlbk-Bold: Standard "(001.000)"
  378. *Font NewCenturySchlbk-BoldItalic: Standard "(001.000)"
  379. *Font NewCenturySchlbk-Italic: Standard "(001.000)"
  380. *Font NewCenturySchlbk-Roman: Standard "(001.000)"
  381. *Font Palatino-Bold: Standard "(001.000)"
  382. *Font Palatino-BoldItalic: Standard "(001.000)"
  383. *Font Palatino-Italic: Standard "(001.000)"
  384. *Font Palatino-Roman: Standard "(001.000)"
  385. *Font Symbol: Special "(001.000)"
  386. *Font Times-Bold: Standard "(001.000)"
  387. *Font Times-BoldItalic: Standard "(001.000)"
  388. *Font Times-Italic: Standard "(001.000)"
  389. *Font Times-Roman: Standard "(001.000)"
  390. *Font ZapfChancery-MediumItalic: Standard "(001.000)"
  391. *Font ZapfDingbats: Special "(001.000)"
  392. *?FontQuery: "
  393. save  
  394. 4 dict begin 
  395. /sv exch def
  396. /str (fonts/                              ) def
  397. /st2 30 string def
  398.     {
  399.     count 0 gt 
  400.         {
  401.         dup FontDirectory exch known 
  402.             {
  403.             pop 1
  404.             }
  405.             {
  406.             str exch st2 cvs dup length /len exch def
  407.             6 exch putinterval str 0 len 6 add getinterval mark exch
  408.                 {
  409.                 }st2 filenameforall counttomark 0 gt 
  410.                 {
  411.                 cleartomark 1
  412.                 }
  413.                 {
  414.                 cleartomark 0
  415.                 }ifelse
  416.             }ifelse print flush
  417.         }
  418.         {
  419.         exit 
  420.         }ifelse
  421.     }bind loop sv end restore"
  422. *End
  423. *?FontList: "
  424. FontDirectory 
  425.     {
  426.     pop == 
  427.     }forall 
  428. /filenameforall where 
  429.     {
  430.     pop save (fonts/*) 
  431.         {
  432.         dup length 6 sub 6 exch getinterval == 
  433.         }128 string filenameforall restore
  434.     }if 
  435. (*) print flush
  436. "
  437. *End
  438. *% Printer Messages (verbatim from printer):
  439. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  440. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  441. *Message: "\FontName\ not available, substituting default font: /Courier"
  442. *% Status (format: %%[ status: <one of these> ]%% )
  443. *Status: "idle"
  444. *Status: "busy"
  445. *Status: "waiting"
  446. *Status: "printing"
  447. *Status: "initializing"
  448. *Status: "warming up"
  449. *Status: "PrinterError: Retry count exceeded"
  450. *Status: "PrinterError: Cover open"
  451. *Status: "PrinterError: Paper out"
  452. *Status: "PrinterError: Paper jam"
  453. *Status: "PrinterError: Ink sheet out"
  454. *Status: "PrinterError: Ink sheet jam"
  455. *Status: "PrinterError: DRB too hot"
  456. *Status: "PrinterError: DRB thermistor failure"
  457. *Status: "PrinterError: Thermal printhead too hot"
  458. *Status: "PrinterError: Thermal printhead buffer failure"
  459. *Status: "PrinterError: Thermal printhead thermistor failure"
  460. *Status: "PrinterError: NVRAM checksum error"
  461. *Status: "PrinterError: NVRAM write error"
  462. *Status: "PrinterError: Pinch roller home error"
  463. *Status: "PrinterError: Pinch roller grip error"
  464. *Status: "PrinterError: Cutter failure"
  465. *Status: "PrinterError: Improper thermal printhead motion"
  466. *Status: "PrinterError: Illegal DRB command"
  467. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  468. *Source: "Serial"
  469. *Source: "Parallel"
  470. *Source: "Appletalk"
  471. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  472. *PrinterError: "Cover open"
  473. *PrinterError: "Paper out"
  474. *PrinterError: "Paper jam"
  475. *PrinterError: "Ink sheet out"
  476. *PrinterError: "Ink sheet jam"
  477. *PrinterError: "DRB too hot"
  478. *PrinterError: "DRB thermistor failure"
  479. *PrinterError: "Thermal printhead too hot"
  480. *PrinterError: "Thermal printhead buffer failure"
  481. *PrinterError: "Thermal printhead thermistor failure"
  482. *PrinterError: "NVRAM checksum error"
  483. *PrinterError: "NVRAM write error"
  484. *PrinterError: "Pinch roller home error"
  485. *PrinterError: "Pinch roller grip error"
  486. *PrinterError: "Cutter failure"
  487. *PrinterError: "Improper thermal printhead motion"
  488. *PrinterError: "Illegal DRB command"
  489. *PrinterError: "Retry count exceeded"
  490. *% Color Separation Information =====================
  491. *DefaultColorSep: ProcessBlack.25lpi.300dpi/Enhanced Screening
  492. *InkName: ProcessBlack/Process Black
  493. *InkName: CustomColor/Custom Color
  494. *InkName: ProcessCyan/Process Cyan
  495. *InkName: ProcessMagenta/Process Magenta
  496. *InkName: ProcessYellow/Process Yellow
  497. *ColorSepScreenAngle ProcessBlack.25lpi.300dpi/Enhanced Screening: "0"
  498. *ColorSepScreenAngle CustomColor.25lpi.300dpi/Enhanced Screening: "0"
  499. *ColorSepScreenAngle ProcessCyan.25lpi.300dpi/Enhanced Screening: "0"
  500. *ColorSepScreenAngle ProcessMagenta.25lpi.300dpi/Enhanced Screening: "0"
  501. *ColorSepScreenAngle ProcessYellow.25lpi.300dpi/Enhanced Screening: "0"
  502. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/Standard Screening: "45"
  503. *ColorSepScreenAngle CustomColor.60lpi.300dpi/Standard Screening: "45"
  504. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/Standard Screening: "30"
  505. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/Standard Screening: "84"
  506. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/Standard Screening: "6"
  507. *ColorSepScreenFreq ProcessBlack.25lpi.300dpi/Enhanced Screening: "25"
  508. *ColorSepScreenFreq CustomColor.25lpi.300dpi/Enhanced Screening: "25"
  509. *ColorSepScreenFreq ProcessCyan.25lpi.300dpi/Enhanced Screening: "25"
  510. *ColorSepScreenFreq ProcessMagenta.25lpi.300dpi/Enhanced Screening: "25"
  511. *ColorSepScreenFreq ProcessYellow.25lpi.300dpi/Enhanced Screening: "25"
  512. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/Standard Screening: "60"
  513. *ColorSepScreenFreq CustomColor.60lpi.300dpi/Standard Screening: "60"
  514. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/Standard Screening: "60"
  515. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/Standard Screening: "60"
  516. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/Standard Screening: "60"
  517. *ColorSepScreenProc ProcessBlack.25lpi.300dpi/Enhanced Screening: "
  518.     {
  519.     6 mul floor 6 add cvi 12 mul exch 6 mul floor 6 add cvi add
  520.     [0.36 .0168 0.408 0.48 0.672 0.432 0.378 0.186 0.426 0.498
  521. 0.69 0.45 0.12 0.024 0.216 0.72 0.816 0.624 0.138 0.042 0.234 0.738
  522. 0.834 0.642 0.312 0.072 0.264 0.528 0.768 0.576 0.33 0.09 0.282 0.546
  523. 0.768 0.594 0.504 0.696 0.456 0.336 0.144 0.384 0.522 0.714 0.474 0.354
  524. 0.162 0.402 0.744 0.84 0.648 0.096 0.0 0.192 0.762 0.858 0.666 0.114
  525. 0.018 0.21 0.522 0.792 0.6 0.288 0.048 0.24 0.57 0.81 0.618 0.306 0.066
  526. 0.258 0.372 0.18 0.42 0.492 0.684 0.444 0.366 0.174 0.414 0.486 0.687
  527. 0.438 0.132 0.036 0.228 0.732 0.828 0.636 0.126 0.03 0.222 0.726 0.822
  528. 0.63 0.324 0.084 0.276 0.54 0.78 0.588 0.318 0.078 0.27 0.534 0.774
  529. 0.582 0.516 0.708 0.468 0.348 0.156 0.396 0.51 0.702 0.462 0.342 0.15
  530. 0.39 0.756 0.852 0.66 0.108 0.012 0.204 0.75 0.846 0.654 0.102 0.006
  531. 0.198 0.564 0.804 0.612 0.3 0.06 0.252 0.558 0.798 0.606 0.294 0.054 0.246]
  532.     exch get
  533.     }"
  534. *End
  535. *ColorSepScreenProc CustomColor.25lpi.300dpi/Enhanced Screening: "
  536.     {
  537.     6 mul floor 6 add cvi 12 mul exch 6 mul floor 6 add cvi add
  538.     [0.36 .0168 0.408 0.48 0.672 0.432 0.378 0.186 0.426 0.498
  539. 0.69 0.45 0.12 0.024 0.216 0.72 0.816 0.624 0.138 0.042 0.234 0.738
  540. 0.834 0.642 0.312 0.072 0.264 0.528 0.768 0.576 0.33 0.09 0.282 0.546
  541. 0.768 0.594 0.504 0.696 0.456 0.336 0.144 0.384 0.522 0.714 0.474 0.354
  542. 0.162 0.402 0.744 0.84 0.648 0.096 0.0 0.192 0.762 0.858 0.666 0.114
  543. 0.018 0.21 0.522 0.792 0.6 0.288 0.048 0.24 0.57 0.81 0.618 0.306 0.066
  544. 0.258 0.372 0.18 0.42 0.492 0.684 0.444 0.366 0.174 0.414 0.486 0.687
  545. 0.438 0.132 0.036 0.228 0.732 0.828 0.636 0.126 0.03 0.222 0.726 0.822
  546. 0.63 0.324 0.084 0.276 0.54 0.78 0.588 0.318 0.078 0.27 0.534 0.774
  547. 0.582 0.516 0.708 0.468 0.348 0.156 0.396 0.51 0.702 0.462 0.342 0.15
  548. 0.39 0.756 0.852 0.66 0.108 0.012 0.204 0.75 0.846 0.654 0.102 0.006
  549. 0.198 0.564 0.804 0.612 0.3 0.06 0.252 0.558 0.798 0.606 0.294 0.054 0.246]
  550.     exch get
  551.     }"
  552. *End
  553. *ColorSepScreenProc ProcessCyan.25lpi.300dpi/Enhanced Screening: "
  554.     {
  555.     6 mul floor 6 add cvi 12 mul exch 6 mul floor 6 add cvi add
  556.     [0.36 .0168 0.408 0.48 0.672 0.432 0.378 0.186 0.426 0.498
  557. 0.69 0.45 0.12 0.024 0.216 0.72 0.816 0.624 0.138 0.042 0.234 0.738
  558. 0.834 0.642 0.312 0.072 0.264 0.528 0.768 0.576 0.33 0.09 0.282 0.546
  559. 0.768 0.594 0.504 0.696 0.456 0.336 0.144 0.384 0.522 0.714 0.474 0.354
  560. 0.162 0.402 0.744 0.84 0.648 0.096 0.0 0.192 0.762 0.858 0.666 0.114
  561. 0.018 0.21 0.522 0.792 0.6 0.288 0.048 0.24 0.57 0.81 0.618 0.306 0.066
  562. 0.258 0.372 0.18 0.42 0.492 0.684 0.444 0.366 0.174 0.414 0.486 0.687
  563. 0.438 0.132 0.036 0.228 0.732 0.828 0.636 0.126 0.03 0.222 0.726 0.822
  564. 0.63 0.324 0.084 0.276 0.54 0.78 0.588 0.318 0.078 0.27 0.534 0.774
  565. 0.582 0.516 0.708 0.468 0.348 0.156 0.396 0.51 0.702 0.462 0.342 0.15
  566. 0.39 0.756 0.852 0.66 0.108 0.012 0.204 0.75 0.846 0.654 0.102 0.006
  567. 0.198 0.564 0.804 0.612 0.3 0.06 0.252 0.558 0.798 0.606 0.294 0.054 0.246]
  568.     exch get
  569.     }"
  570. *End
  571. *ColorSepScreenProc ProcessMagenta.25lpi.300dpi/Enhanced Screening: "
  572.     {
  573.     6 mul floor 6 add cvi 12 mul exch 6 mul floor 6 add cvi add
  574.     [0.36 .0168 0.408 0.48 0.672 0.432 0.378 0.186 0.426 0.498
  575. 0.69 0.45 0.12 0.024 0.216 0.72 0.816 0.624 0.138 0.042 0.234 0.738
  576. 0.834 0.642 0.312 0.072 0.264 0.528 0.768 0.576 0.33 0.09 0.282 0.546
  577. 0.768 0.594 0.504 0.696 0.456 0.336 0.144 0.384 0.522 0.714 0.474 0.354
  578. 0.162 0.402 0.744 0.84 0.648 0.096 0.0 0.192 0.762 0.858 0.666 0.114
  579. 0.018 0.21 0.522 0.792 0.6 0.288 0.048 0.24 0.57 0.81 0.618 0.306 0.066
  580. 0.258 0.372 0.18 0.42 0.492 0.684 0.444 0.366 0.174 0.414 0.486 0.687
  581. 0.438 0.132 0.036 0.228 0.732 0.828 0.636 0.126 0.03 0.222 0.726 0.822
  582. 0.63 0.324 0.084 0.276 0.54 0.78 0.588 0.318 0.078 0.27 0.534 0.774
  583. 0.582 0.516 0.708 0.468 0.348 0.156 0.396 0.51 0.702 0.462 0.342 0.15
  584. 0.39 0.756 0.852 0.66 0.108 0.012 0.204 0.75 0.846 0.654 0.102 0.006
  585. 0.198 0.564 0.804 0.612 0.3 0.06 0.252 0.558 0.798 0.606 0.294 0.054 0.246]
  586.     exch get
  587.     }"
  588. *End
  589. *ColorSepScreenProc ProcessYellow.25lpi.300dpi/Enhanced Screening: "
  590.     {
  591.     6 mul floor 6 add cvi 12 mul exch 6 mul floor 6 add cvi add
  592.     [0.36 .0168 0.408 0.48 0.672 0.432 0.378 0.186 0.426 0.498
  593. 0.69 0.45 0.12 0.024 0.216 0.72 0.816 0.624 0.138 0.042 0.234 0.738
  594. 0.834 0.642 0.312 0.072 0.264 0.528 0.768 0.576 0.33 0.09 0.282 0.546
  595. 0.768 0.594 0.504 0.696 0.456 0.336 0.144 0.384 0.522 0.714 0.474 0.354
  596. 0.162 0.402 0.744 0.84 0.648 0.096 0.0 0.192 0.762 0.858 0.666 0.114
  597. 0.018 0.21 0.522 0.792 0.6 0.288 0.048 0.24 0.57 0.81 0.618 0.306 0.066
  598. 0.258 0.372 0.18 0.42 0.492 0.684 0.444 0.366 0.174 0.414 0.486 0.687
  599. 0.438 0.132 0.036 0.228 0.732 0.828 0.636 0.126 0.03 0.222 0.726 0.822
  600. 0.63 0.324 0.084 0.276 0.54 0.78 0.588 0.318 0.078 0.27 0.534 0.774
  601. 0.582 0.516 0.708 0.468 0.348 0.156 0.396 0.51 0.702 0.462 0.342 0.15
  602. 0.39 0.756 0.852 0.66 0.108 0.012 0.204 0.75 0.846 0.654 0.102 0.006
  603. 0.198 0.564 0.804 0.612 0.3 0.06 0.252 0.558 0.798 0.606 0.294 0.054 0.246]
  604.     exch get
  605.     }"
  606. *End
  607. *ColorSepScreenProc ProcessBlack.60lpi.300dpi/Standard Screening: "
  608.     {
  609.     abs exch abs 2 copy add 1 gt 
  610.         {
  611.         1 sub dup mul exch 1 sub dup mul add 1 sub 
  612.         }
  613.         {
  614.         dup mul exch dup mul add 1 exch sub 
  615.         }ifelse 
  616.     }"
  617. *End
  618. *ColorSepScreenProc CustomColor.60lpi.300dpi/Standard Screening: "
  619.     {
  620.     abs exch abs 2 copy add 1 gt 
  621.         {
  622.         1 sub dup mul exch 1 sub dup mul add 1 sub 
  623.         }
  624.         {
  625.         dup mul exch dup mul add 1 exch sub 
  626.         }ifelse 
  627.     }"
  628. *End
  629. *ColorSepScreenProc ProcessCyan.60lpi.300dpi/Standard Screening: "
  630.     {
  631.     abs exch abs 2 copy add 1 gt 
  632.         {
  633.         1 sub dup mul exch 1 sub dup mul add 1 sub 
  634.         }
  635.         {
  636.         dup mul exch dup mul add 1 exch sub 
  637.         }ifelse 
  638.     }"
  639. *End
  640. *ColorSepScreenProc ProcessMagenta.60lpi.300dpi/Standard Screening: "
  641.     {
  642.     abs exch abs 2 copy add 1 gt 
  643.         {
  644.         1 sub dup mul exch 1 sub dup mul add 1 sub 
  645.         }
  646.         {
  647.         dup mul exch dup mul add 1 exch sub 
  648.         }ifelse 
  649.     }"
  650. *End
  651. *ColorSepScreenProc ProcessYellow.60lpi.300dpi/Standard Screening: "
  652.     {
  653.     abs exch abs 2 copy add 1 gt 
  654.         {
  655.         1 sub dup mul exch 1 sub dup mul add 1 sub 
  656.         }
  657.         {
  658.         dup mul exch dup mul add 1 exch sub 
  659.         }ifelse 
  660.     }"
  661. *End
  662. *ColorSepTransfer ProcessBlack.25lpi.300dpi/Enhanced Screening: "
  663.     {
  664.     .6 exp 
  665.     }"
  666. *End
  667. *ColorSepTransfer CustomColor.25lpi.300dpi/Enhanced Screening: "
  668.     {
  669.     .6 exp 
  670.     }"
  671. *End
  672. *ColorSepTransfer ProcessCyan.25lpi.300dpi/Enhanced Screening: "
  673.     {
  674.     .6 exp 
  675.     }"
  676. *End
  677. *ColorSepTransfer ProcessMagenta.25lpi.300dpi/Enhanced Screening: "
  678.     {
  679.     .6 exp 
  680.     }"
  681. *End
  682. *ColorSepTransfer ProcessYellow.25lpi.300dpi/Enhanced Screening: "
  683.     {
  684.     .6 exp 
  685.     }"
  686. *End
  687. *ColorSepTransfer ProcessBlack.60lpi.300dpi/Standard Screening: "
  688.     {
  689.     .6 exp 
  690.     }"
  691. *End
  692. *ColorSepTransfer CustomColor.60lpi.300dpi/Standard Screening: "
  693.     {
  694.     .6 exp 
  695.     }"
  696. *End
  697. *ColorSepTransfer ProcessCyan.60lpi.300dpi/Standard Screening: "
  698.     {
  699.     .6 exp 
  700.     }"
  701. *End
  702. *ColorSepTransfer ProcessMagenta.60lpi.300dpi/Standard Screening: "
  703.     {
  704.     .6 exp 
  705.     }"
  706. *End
  707. *ColorSepTransfer ProcessYellow.60lpi.300dpi/Standard Screening: "
  708.     {
  709.     .6 exp 
  710.     }"
  711. *End
  712. *% end of PPD file for Seiko Instruments USA Inc.
  713. *% ColorPoint PS version 241
  714.  
  715.