home *** CD-ROM | disk | FTP | other *** search
- *% Adobe Systems BETA PostScript(R) Printer Description File
- *% For "AGFA StudioSet 2000" version 49.3, 52.3
- *% Produced by "BuildPPD.ps" version 3.0 edit 57
- *%
- *% Copyright 1988, 1989 Adobe Systems Incorporated. All Rights Reserved.
- *% Permission is granted for redistribution of this file as
- *% long as this copyright notice is intact and the contents
- *% of the file is not altered in any way from its original form.
- *%
- *% Date: 10/7/90
- *FormatVersion: "3.0"
- *FileVersion: "1.0b2"
- *LanguageVersion: English
-
- *Product: "(AGFA StudioSet 2000)"
- *PSVersion: "(49.3, 52.3) 320"
- *NickName: "AGFA StudioSet2000 v49.3,52.3"
-
- *% General Information and Defaults ===============
- *FreeVM: "2453510"
- *ColorDevice: False
- *VariablePaperSize: True
- *FileSystem: True
- *?FileSystem: "
- statusdict begin diskstatus end
- exch pop 0 eq {(False)}{(True)}ifelse = flush
- "
- *End
- *Throughput: "1"
- *Password: "0"
- *ExitServer: "
- count 0 eq { % is the password on the stack?
- true
- }{
- dup % potential password
- statusdict begin checkpassword end not
- } ifelse
- { % if no password or not valid
- (WARNING : Cannot perform the exitserver command.) =
- (Password supplied is not valid.) =
- (Please contact the author of this software.) = flush
- quit
- } if
- serverdict begin exitserver
- "
- *End
- *Reset: "
- count 0 eq { % is the password on the stack?
- true
- }{
- dup % potential password
- statusdict begin checkpassword end not
- } ifelse
- { % if no password or not valid
- (WARNING : Cannot reset printer.) =
- (Password supplied is not valid.) =
- (Please contact the author of this software.) = flush
- quit
- } if
- serverdict begin exitserver
- systemdict /quit get exec
- (WARNING : Printer Reset Failed.) = flush
- "
- *End
-
- *DefaultResolution: 1200dpi
- *SetResolution 600dpi: " statusdict begin 600 setresolution end "
- *SetResolution 1200dpi: " statusdict begin 1200 setresolution end "
- *SetResolution 1600dpi: " statusdict begin 1600 setresolution end "
- *SetResolution 2400dpi: " statusdict begin 2400 setresolution end "
- *?Resolution: "
- save
- initgraphics
- 0 0 moveto currentpoint matrix defaultmatrix transform
- 0 72 lineto currentpoint matrix defaultmatrix transform
- 3 -1 roll sub dup mul
- 3 1 roll exch sub dup mul
- add sqrt round cvi
- ( ) cvs print (dpi) = flush
- restore
- "
- *End
-
- *% Halftone Information ===============
- *ScreenFreq: "100.0"
- *ScreenAngle: "45.0"
- *DefaultScreenProc: Dot
- *ScreenProc Dot: "
- {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
- sub }{dup mul exch dup mul add 1 exch sub }ifelse }
- "
- *End
- *ScreenProc Line: "{ pop }"
- *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
-
- *DefaultTransfer: Null
- *Transfer Null: "{ }"
- *Transfer Null.Inverse: "{ 1 exch sub }"
-
- *% Paper Handling ===================
-
- *% Use these entries to set paper size most of the time, unless there is
- *% specific reason to use PageRegion or PaperTray.
- *DefaultPageSize: Letter
- *PageSize Letter: "letter"
- *PageSize Legal: "legal"
- *PageSize Note: "note"
- *PageSize Tabloid: "11x17"
- *PageSize LARGE: "878 1944 1 statusdict /setpage get exec"
- *PageSize A3: "a3"
- *PageSize A4: "a4"
- *PageSize A5: "a5"
- *PageSize B5: "b5"
- *PageSize Letter.Transverse: "Letter"
- *PageSize A4.Transverse: "A4"
- *PageSize A5.Transverse: "A5"
- *PageSize B5.Transverse: "B5"
- *?PageSize: "
- save
- /d0 5 dict def d0 begin
- /420_595 (A5.Transverse) def
- /516_729 (B5.Transverse) def
- /595_842 (A4.Transverse) def
- /612_792 (Letter.Transverse) def
- end
- /d1 8 dict def d1 begin
- /595_420 (A5) def
- /729_516 (B5) def
- /792_612 (Letter) def
- /842_595 (A4) def
- /1008_612 (Legal) def
- /1190_842 (A3) def
- /1224_792 (Tabloid) def
- /1944_878 (LARGE) def
- end
- statusdict begin pageparams end
- 4 1 roll pop
- /high exch 10 string cvs dup length /hlen exch def def
- /wide exch 10 string cvs def
- /key hlen 1 add wide length add string def
- key 0 high putinterval
- key hlen (_) putinterval
- key hlen 1 add wide putinterval
- 0 eq {d0}{d1}ifelse
- key cvn {get}stopped {(Unknown)}if
- = flush
- restore
- "
- *End
-
- *% These entries will set up the frame buffer. Usually used with manual feed.
- *DefaultPageRegion: Letter
- *PageRegion Letter: "letter"
- *PageRegion Legal: "legal"
- *PageRegion Note: "note"
- *PageRegion Tabloid: "11x17"
- *PageRegion LARGE: "878 1944 1 statusdict /setpage get exec"
- *PageRegion A3: "a3"
- *PageRegion A4: "a4"
- *PageRegion A5: "a5"
- *PageRegion B5: "b5"
- *PageRegion Letter.Transverse: "Letter"
- *PageRegion A4.Transverse: "A4"
- *PageRegion A5.Transverse: "A5"
- *PageRegion B5.Transverse: "B5"
-
- *% The following entries provide information about specific paper keywords.
- *DefaultImageableArea: Letter
- *ImageableArea Letter: "0 0 612 792 "
- *ImageableArea Legal: "0 0 612 1008 "
- *ImageableArea Note: "0 0 612 792 "
- *ImageableArea Tabloid: "0 0 792 1224 "
- *ImageableArea LARGE: "0 0 878 1944"
- *ImageableArea A3: "0 0 842 1190 "
- *ImageableArea A4: "0 0 595 842 "
- *ImageableArea A5: "0 0 420 595 "
- *ImageableArea B5: "0 0 516 729 "
- *ImageableArea Letter.Transverse: "0 0 612 792 "
- *ImageableArea A4.Transverse: "0 0 595 842 "
- *ImageableArea A5.Transverse: "0 0 420 595 "
- *ImageableArea B5.Transverse: "0 0 516 729 "
- *?ImageableArea: "
- save /cvp { cvi ( ) cvs print ( ) print } bind def
- newpath clippath pathbbox
- 4 -2 roll exch 2 {ceiling cvp} repeat
- exch 2 {floor cvp} repeat flush
- restore
- "
- *End
-
- *% These provide the physical dimensions of the paper (by keyword)
- *DefaultPaperDimension: Letter
- *PaperDimension Letter: "612 792 "
- *PaperDimension Legal: "612 1008"
- *PaperDimension Note: "612 792"
- *PaperDimension Tabloid: "792 1224"
- *PaperDimension LARGE: "878 1944"
- *PaperDimension A3: "842 1190"
- *PaperDimension A4: "595 842 "
- *PaperDimension A5: "420 595 "
- *PaperDimension B5: "516 729 "
- *PaperDimension Letter.Transverse: "792 612 "
- *PaperDimension A4.Transverse: "842 595 "
- *PaperDimension A5.Transverse: "595 420 "
- *PaperDimension B5.Transverse: "729 516 "
-
- *% Default Handling Features. This machine is a roll-fed machine, which is
- *% why most of these entries have values of "None".
- *DefaultPaperTray: None
- *DefaultOutputBin: Upper
- *DefaultInputSlot: None
- *DefaultManualFeed: False
- *DefaultOutputOrder: Normal
- *DefaultCollator: None
- *DefaultSorter: None
- *DefaultDuplex: None
-
- *% Font Information =====================
-
- *DefaultFont: Courier
- *Font Courier: Standard "(001.004)"
- *Font Courier-Bold: Standard "(001.004)"
- *Font Courier-BoldOblique: Standard "(001.004)"
- *Font Courier-Oblique: Standard "(001.004)"
- *Font Helvetica: Standard "(001.002)"
- *Font Helvetica-Bold: Standard "(001.002)"
- *Font Helvetica-BoldOblique: Standard "(001.002)"
- *Font Helvetica-Oblique: Standard "(001.002)"
- *Font Symbol: Special "(001.003)"
- *Font Times-Bold: Standard "(001.002)"
- *Font Times-BoldItalic: Standard "(001.004)"
- *Font Times-Italic: Standard "(001.002)"
- *Font Times-Roman: Standard "(001.002)"
- *?FontQuery: "
- save 4 dict begin /sv exch def
- /str (fonts/ ) def
- /st2 128 string def
- {
- count 0 gt {
- dup st2 cvs (/) print print (:) print
- dup FontDirectory exch known {pop (Yes)}{
- str exch st2 cvs dup length /len exch def
- 6 exch putinterval str 0 len 6 add getinterval mark exch
- { } st2 filenameforall counttomark 0 gt {
- cleartomark (Yes)}{cleartomark (No)}ifelse
- }ifelse = flush
- }{ exit } ifelse
- } bind loop
- (*) = flush
- sv end restore
- "
- *End
-
- *?FontList: "
- save 2 dict begin /sv exch def
- /str 128 string def
- FontDirectory { pop == } bind forall flush
- /filenameforall where {
- pop save (fonts/*) {
- dup length 6 sub 6 exch getinterval cvn ==
- } bind str filenameforall flush restore
- } if
- (*) = flush
- sv end restore
- "
- *End
-
- *% Printer Messages (verbatim from printer):
- *Message: "%%[ exitserver: permanent state may be changed ]%%"
- *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
- *Message: "\FontName\ not found, using Courier"
-
- *% Status (format: %%[ status: <one of these> ]%% )
- *Status: "idle"
- *Status: "busy"
- *Status: "waiting"
- *Status: "printing"
-
- *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
- *Source: "serial9"
- *Source: "serial25"
- *Source: "AppleTalk"
- *Source: "Centronics"
-
- *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
-
- *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
-
- *% Color Separation Information =====================
-
- *InkName: ProcessCyan/Process Cyan
- *InkName: ProcessMagenta/Process Magenta
- *InkName: ProcessYellow/Process Yellow
- *InkName: ProcessBlack/Process Black
- *InkName: CustomColor/Custom Color
-
- *% For 65 lpi =====================================================
-
- *ColorSepScreenAngle ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi: "18.43"
- *ColorSepScreenAngle ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi: "71.57"
- *ColorSepScreenAngle ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi: "70.71"
- *ColorSepScreenFreq CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi: "70.71"
- *ColorSepScreenFreq ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi: "63.25"
- *ColorSepScreenFreq ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi: "63.25"
- *ColorSepScreenFreq ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi: "66.67"
-
- *ColorSepScreenAngle ProcessBlack.65lpi.2400dpi/65 lpi / 2400 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.65lpi.2400dpi/65 lpi / 2400 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.65lpi.2400dpi/65 lpi / 2400 dpi: "18.43"
- *ColorSepScreenAngle ProcessMagenta.65lpi.2400dpi/65 lpi / 2400 dpi: "71.57"
- *ColorSepScreenAngle ProcessYellow.65lpi.2400dpi/65 lpi / 2400 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.65lpi.2400dpi/65 lpi / 2400 dpi: "70.71"
- *ColorSepScreenFreq CustomColor.65lpi.2400dpi/65 lpi / 2400 dpi: "70.71"
- *ColorSepScreenFreq ProcessCyan.65lpi.2400dpi/65 lpi / 2400 dpi: "63.25"
- *ColorSepScreenFreq ProcessMagenta.65lpi.2400dpi/65 lpi / 2400 dpi: "63.25"
- *ColorSepScreenFreq ProcessYellow.65lpi.2400dpi/65 lpi / 2400 dpi: "66.67"
-
- *% For 100 lpi =====================================================
-
- *ColorSepScreenAngle ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi: "18.43"
- *ColorSepScreenAngle ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi: "71.57"
- *ColorSepScreenAngle ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi: "106.07"
- *ColorSepScreenFreq CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi: "106.07"
- *ColorSepScreenFreq ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi: "94.87"
- *ColorSepScreenFreq ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi: "94.87"
- *ColorSepScreenFreq ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi: "100.00"
-
- *ColorSepScreenAngle ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi: "18.43"
- *ColorSepScreenAngle ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi: "71.57"
- *ColorSepScreenAngle ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi: "106.07"
- *ColorSepScreenFreq CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi: "106.07"
- *ColorSepScreenFreq ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi: "94.87"
- *ColorSepScreenFreq ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi: "94.87"
- *ColorSepScreenFreq ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi: "100.00"
-
- *% For 120 lpi =====================================================
-
- *ColorSepScreenAngle ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi: "18.43"
- *ColorSepScreenAngle ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi: "71.57"
- *ColorSepScreenAngle ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi: "113.14"
- *ColorSepScreenFreq CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi: "113.14"
- *ColorSepScreenFreq ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi: "126.50"
- *ColorSepScreenFreq ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi: "126.50"
- *ColorSepScreenFreq ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi: "120.00"
-
- *% For 133 lpi =====================================================
-
- *ColorSepScreenAngle ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi: "18.43"
- *ColorSepScreenAngle ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi: "71.57"
- *ColorSepScreenAngle ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi: "141.42"
- *ColorSepScreenFreq CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi: "141.42"
- *ColorSepScreenFreq ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi: "126.50"
- *ColorSepScreenFreq ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi: "126.50"
- *ColorSepScreenFreq ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi: "133.33"
-
- *ColorSepScreenAngle ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi: "18.43"
- *ColorSepScreenAngle ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi: "71.57"
- *ColorSepScreenAngle ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi: "141.42"
- *ColorSepScreenFreq CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi: "141.42"
- *ColorSepScreenFreq ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi: "126.50"
- *ColorSepScreenFreq ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi: "126.50"
- *ColorSepScreenFreq ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi: "133.33"
-
- *% For 150 lpi =====================================================
-
- *ColorSepScreenAngle ProcessBlack.150lpi.1200dpi/150 lpi / 1200 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.150lpi.1200dpi/150 lpi / 1200 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.150lpi.1200dpi/150 lpi / 1200 dpi: "18.43"
- *ColorSepScreenAngle ProcessMagenta.150lpi.1200dpi/150 lpi / 1200 dpi: "71.57"
- *ColorSepScreenAngle ProcessYellow.150lpi.1200dpi/150 lpi / 1200 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.150lpi.1200dpi/150 lpi / 1200 dpi: "169.71"
- *ColorSepScreenFreq CustomColor.150lpi.1200dpi/150 lpi / 1200 dpi: "169.71"
- *ColorSepScreenFreq ProcessCyan.150lpi.1200dpi/150 lpi / 1200 dpi: "126.50"
- *ColorSepScreenFreq ProcessMagenta.150lpi.1200dpi/150 lpi / 1200 dpi: "126.50"
- *ColorSepScreenFreq ProcessYellow.150lpi.1200dpi/150 lpi / 1200 dpi: "150.00"
-
- *ColorSepScreenAngle ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi: "18.43"
- *ColorSepScreenAngle ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi: "71.57"
- *ColorSepScreenAngle ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi: "169.71"
- *ColorSepScreenFreq CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi: "169.71"
- *ColorSepScreenFreq ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi: "126.50"
- *ColorSepScreenFreq ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi: "126.50"
- *ColorSepScreenFreq ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi: "150.00"
-
- *% For 160 lpi =====================================================
-
- *ColorSepScreenAngle ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi: "18.43"
- *ColorSepScreenAngle ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi: "71.57"
- *ColorSepScreenAngle ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi: "169.71"
- *ColorSepScreenFreq CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi: "169.71"
- *ColorSepScreenFreq ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi: "151.79"
- *ColorSepScreenFreq ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi: "151.79"
- *ColorSepScreenFreq ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi: "160.00"
-
- *% For 175 lpi =====================================================
-
- *ColorSepScreenAngle ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi: "18.43"
- *ColorSepScreenAngle ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi: "71.57"
- *ColorSepScreenAngle ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi: "169.71"
- *ColorSepScreenFreq CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi: "169.71"
- *ColorSepScreenFreq ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi: "189.74"
- *ColorSepScreenFreq ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi: "189.74"
- *ColorSepScreenFreq ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi: "160.00"
-
- *% For 200 lpi =====================================================
-
- *ColorSepScreenAngle ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi: "18.43"
- *ColorSepScreenAngle ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi: "71.57"
- *ColorSepScreenAngle ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi: "212.13"
- *ColorSepScreenFreq CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi: "212.13"
- *ColorSepScreenFreq ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi: "189.74"
- *ColorSepScreenFreq ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi: "189.74"
- *ColorSepScreenFreq ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi: "200.00"
-
- *% end of PPD file for StudioSet2000