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.
782 lines
32 KiB
782 lines
32 KiB
*PPD-Adobe: "4.0"
|
|
*% Adobe Systems PostScript(R) Printer Description File
|
|
*% Copyright 1987-1992 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.
|
|
*% End of Copyright statement
|
|
*FormatVersion: "4.0"
|
|
*FileVersion: "2.2"
|
|
*PCFileName: "SCG20522.PPD"
|
|
*LanguageVersion: English
|
|
*Product: "(Scantext)"
|
|
*PSVersion: "(52.2) 1.0"
|
|
*PSVersion: "(49.3) 1.0"
|
|
*ModelName: "Scantext 2030-51"
|
|
*NickName: "Scantext 2030-51 v49.3 or 52.2"
|
|
|
|
*% General Information and Defaults ===============
|
|
*FreeVM: "2441278"
|
|
*LanguageLevel: "1"
|
|
*Extensions: FileSystem CMYK
|
|
*ColorDevice: False
|
|
*DefaultColorSpace: Gray
|
|
*VariablePaperSize: True
|
|
*FileSystem: True
|
|
*?FileSystem: "
|
|
save
|
|
statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
|
|
restore
|
|
"
|
|
*End
|
|
*Throughput: "1"
|
|
*Password: "0"
|
|
*ExitServer: "
|
|
count 0 eq {
|
|
true
|
|
}{
|
|
dup
|
|
statusdict /checkpassword get exec not
|
|
} ifelse
|
|
{
|
|
(WARNING : Cannot perform the exitserver command.) =
|
|
(Password supplied is not valid.) =
|
|
(Please contact the author of this software.) = flush
|
|
quit
|
|
} if
|
|
serverdict /exitserver get exec
|
|
"
|
|
*End
|
|
*Reset: "
|
|
count 0 eq {
|
|
true
|
|
}{
|
|
dup
|
|
statusdict /checkpassword get exec not
|
|
} ifelse
|
|
{
|
|
(WARNING : Cannot reset printer.) =
|
|
(Password supplied is not valid.) =
|
|
(Please contact the author of this software.) = flush
|
|
quit
|
|
} if
|
|
serverdict /exitserver get exec
|
|
systemdict /quit get exec
|
|
(WARNING : Printer Reset Failed.) = flush
|
|
"
|
|
*End
|
|
|
|
*DefaultResolution: 1626dpi
|
|
*?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 ===============
|
|
*% Depends on resolution
|
|
*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.
|
|
*OpenUI *PageSize: PickOne
|
|
*OrderDependency: 30 AnySetup *PageSize
|
|
*DefaultPageSize: A4.Transverse
|
|
*PageSize Letter: "letter"
|
|
*PageSize Letter.Transverse: "Letter"
|
|
*PageSize Letter.Extra: "684 864 0 1 statusdict /setpageparams get exec"
|
|
*PageSize Letter.Extra.Transverse: "864 684 0 0 statusdict /setpageparams get exec"
|
|
*PageSize Legal: "legal"
|
|
*PageSize Legal.Transverse: "Legal"
|
|
*PageSize Legal.Extra: "684 1080 0 1 statusdict /setpageparams get exec"
|
|
*PageSize Legal.Extra.Transverse: "1080 684 0 0 statusdict /setpageparams get exec"
|
|
*PageSize Tabloid: "11x17"
|
|
*PageSize Tabloid.Transverse: "17x11"
|
|
*PageSize Tabloid.Extra: "842 1296 0 1 statusdict /setpageparams get exec"
|
|
*PageSize Tabloid.Extra.Transverse: "1296 842 0 0 statusdict /setpageparams get exec"
|
|
*PageSize A3: "a3"
|
|
*PageSize A3.Transverse: "A3"
|
|
*PageSize A3.Extra: "914 1263 0 1 statusdict /setpageparams get exec"
|
|
*PageSize A3.Extra.Transverse: "1263 914 0 0 statusdict /setpageparams get exec"
|
|
*PageSize A4: "a4"
|
|
*PageSize A4.Transverse: "A4"
|
|
*PageSize A4.Extra: "668 914 0 1 statusdict /setpageparams get exec"
|
|
*PageSize A4.Extra.Transverse: "914 668 0 0 statusdict /setpageparams get exec"
|
|
*?PageSize: "
|
|
save
|
|
mark statusdict /pageparams get exec exch pop
|
|
10 dict
|
|
dup [612 792] (Letter) put
|
|
dup [612 1008] (Legal) put
|
|
dup [684 1080] (Legal.Extra) put
|
|
dup [684 864] (Letter.Extra) put
|
|
dup [792 1224] (Tabloid) put
|
|
dup [842 1296] (Tabloid.Extra) put
|
|
dup [842 1191] (A3) put
|
|
dup [914 1263] (A3.Extra) put
|
|
dup [595 842] (A4) put
|
|
dup [668 914] (A4.Extra) put
|
|
10 dict
|
|
dup [792 612] (Letter.Transverse) put
|
|
dup [864 684] (Letter.Extra.Transverse) put
|
|
dup [1008 612] (Legal.Transverse) put
|
|
dup [1080 684] (Legal.Extra.Transverse) put
|
|
dup [1224 792] (Tabloid.Transverse) put
|
|
dup [1296 842] (Tabloid.Extra.Transverse) put
|
|
dup [1191 842] (A3.Transverse) put
|
|
dup [1263 914] (A3.Extra.Transverse) put
|
|
dup [842 595] (A4.Transverse) put
|
|
dup [914 668] (A4.Extra.Transverse) put
|
|
3 -1 roll 1 eq { pop } { exch pop }ifelse
|
|
(Unknown) exch
|
|
{ exch aload pop
|
|
4 index eq exch 5 index eq and
|
|
{ exch pop exit } { pop } ifelse
|
|
} bind forall = flush cleartomark
|
|
restore
|
|
"
|
|
*End
|
|
*CloseUI: *PageSize
|
|
|
|
*% These entries will set up the frame buffer. Usually used with manual feed.
|
|
*OpenUI *PageRegion: PickOne
|
|
*OrderDependency: 40 AnySetup *PageRegion
|
|
*DefaultPageRegion: A4.Transverse
|
|
*PageRegion Letter: "letter"
|
|
*PageRegion Letter.Transverse: "Letter"
|
|
*PageRegion Letter.Extra: "684 864 0 1 statusdict /setpageparams get exec"
|
|
*PageRegion Letter.Extra.Transverse: "864 684 0 0 statusdict /setpageparams get exec"
|
|
*PageRegion Legal: "legal"
|
|
*PageRegion Legal.Transverse: "Legal"
|
|
*PageRegion Legal.Extra: "684 1080 0 1 statusdict /setpageparams get exec"
|
|
*PageRegion Legal.Extra.Transverse: "1080 684 0 0 statusdict /setpageparams get exec"
|
|
*PageRegion Tabloid: "11x17"
|
|
*PageRegion Tabloid.Transverse: "17x11"
|
|
*PageRegion Tabloid.Extra: "842 1296 0 1 statusdict /setpageparams get exec"
|
|
*PageRegion Tabloid.Extra.Transverse: "1296 842 0 0 statusdict /setpageparams get exec"
|
|
*PageRegion A3: "a3"
|
|
*PageRegion A3.Transverse: "A3"
|
|
*PageRegion A3.Extra: "914 1263 0 1 statusdict /setpageparams get exec"
|
|
*PageRegion A3.Extra.Transverse: "1263 914 0 0 statusdict /setpageparams get exec"
|
|
*PageRegion A4: "a4"
|
|
*PageRegion A4.Transverse: "A4"
|
|
*PageRegion A4.Extra: "668 914 0 1 statusdict /setpageparams get exec"
|
|
*PageRegion A4.Extra.Transverse: "914 668 0 0 statusdict /setpageparams get exec"
|
|
*CloseUI: *PageRegion
|
|
|
|
*% The following entries provide information about specific paper keywords.
|
|
*DefaultImageableArea: A4.Transverse
|
|
*ImageableArea Letter: "0 0 612 792"
|
|
*ImageableArea Letter.Transverse: "0 0 612 792"
|
|
*ImageableArea Letter.Extra: "0 0 684 864"
|
|
*ImageableArea Letter.Extra.Transverse: "0 0 684 864"
|
|
*ImageableArea Legal: "0 0 612 1008"
|
|
*ImageableArea Legal.Transverse: "0 0 612 1008"
|
|
*ImageableArea Legal.Extra: "0 0 684 1080"
|
|
*ImageableArea Legal.Extra.Transverse: "0 0 684 1080"
|
|
*ImageableArea Tabloid: "0 0 792 1224"
|
|
*ImageableArea Tabloid.Transverse: "0 0 792 1224"
|
|
*ImageableArea Tabloid.Extra: "0 0 842 1296"
|
|
*ImageableArea Tabloid.Extra.Transverse: "0 0 842 1296"
|
|
*ImageableArea A3: "0 0 841.89 1190.55"
|
|
*ImageableArea A3.Transverse: "0 0 841.89 1190.55"
|
|
*ImageableArea A3.Extra: "0 0 913.89 1262.55"
|
|
*ImageableArea A3.Extra.Transverse: "0 0 913.89 1262.55"
|
|
*ImageableArea A4: "0 0 595.28 841.89"
|
|
*ImageableArea A4.Transverse: "0 0 595.28 841.89"
|
|
*ImageableArea A4.Extra: "0 0 667.28 913.89"
|
|
*ImageableArea A4.Extra.Transverse: "0 0 667.28 913.89"
|
|
*?ImageableArea: "
|
|
save
|
|
/cvp {( ) cvs print ( ) print } bind def
|
|
/upperright {10000 mul floor 10000 div} bind def
|
|
/lowerleft {10000 mul ceiling 10000 div} bind def
|
|
newpath clippath pathbbox
|
|
4 -2 roll exch 2 {lowerleft cvp} repeat
|
|
exch 2 {upperright cvp} repeat flush
|
|
restore
|
|
"
|
|
*End
|
|
|
|
*% These provide the physical dimensions of the paper (by keyword)
|
|
*DefaultPaperDimension: A4
|
|
*PaperDimension Letter: "612 792"
|
|
*PaperDimension Letter.Transverse: "612 792"
|
|
*PaperDimension Letter.Extra: "684 864"
|
|
*PaperDimension Letter.Extra.Transverse: "684 864"
|
|
*PaperDimension Legal: "612 1008"
|
|
*PaperDimension Legal.Transverse: "612 1008"
|
|
*PaperDimension Legal.Extra: "684 1080"
|
|
*PaperDimension Legal.Extra.Transverse: "684 1080"
|
|
*PaperDimension Tabloid: "792 1224"
|
|
*PaperDimension Tabloid.Transverse: "792 1224"
|
|
*PaperDimension Tabloid.Extra: "842 1296"
|
|
*PaperDimension Tabloid.Extra.Transverse: "842 1296"
|
|
*PaperDimension A3: "841.89 1191"
|
|
*PaperDimension A3.Transverse: "841.89 1191"
|
|
*PaperDimension A3.Extra: "913.89 1262.55"
|
|
*PaperDimension A3.Extra.Transverse: "913.89 1262.55"
|
|
*PaperDimension A4: "595.28 841.89"
|
|
*PaperDimension A4.Transverse: "595.28 841.89"
|
|
*PaperDimension A4.Extra: "667.28 913.89"
|
|
*PaperDimension A4.Extra.Transverse: "667.28 913.89"
|
|
|
|
*%=== Custom Page Sizes ==================================
|
|
|
|
*% These entries provide the code and parameter ranges for a user
|
|
*% to set up a custom page size.
|
|
*CustomPageSize True: "exch pop statusdict /setpageparams get exec"
|
|
*ParamCustomPageSize Width: 1 points 0 1771
|
|
*ParamCustomPageSize Height: 2 points 0 878
|
|
*ParamCustomPageSize WidthOffset/Margins: 3 points 0 1771
|
|
*ParamCustomPageSize HeightOffset: 4 points 0 0
|
|
*ParamCustomPageSize Orientation: 5 int 0 1
|
|
*CenterRegistered: False
|
|
*MaxMediaWidth: "1771"
|
|
*?CurrentMediaWidth: "statusdict /mediawidth get exec = flush"
|
|
|
|
*% === Imagesetter Information ===========================
|
|
*OpenGroup: Imagesetter
|
|
*OpenUI *MirrorPrint/Mirror: Boolean
|
|
*OrderDependency: 50 AnySetup *MirrorPrint
|
|
*DefaultMirrorPrint: False
|
|
*MirrorPrint True: "true statusdict /setmirrorprint get exec"
|
|
*MirrorPrint False: "false statusdict /setmirrorprint get exec"
|
|
*?MirrorPrint: "save statusdict /mirrorprint get exec
|
|
{(True)}{(False)}ifelse = flush restore"
|
|
*End
|
|
*CloseUI: *MirrorPrint
|
|
*CloseGroup: Imagesetter
|
|
|
|
*RequiresPageRegion All: True
|
|
*OpenUI *InputSlot: PickOne
|
|
*OrderDependency: 20 AnySetup *InputSlot
|
|
*DefaultInputSlot: Cassette
|
|
*InputSlot Cassette: ""
|
|
*CloseUI: *InputSlot
|
|
|
|
*DefaultOutputOrder: Normal
|
|
|
|
*% Font Information =====================
|
|
*DefaultFont: Courier
|
|
*Font Courier: Standard "(001.004)" Standard ROM
|
|
*Font Courier-Bold: Standard "(001.004)" Standard ROM
|
|
*Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
|
|
*Font Courier-Oblique: Standard "(001.004)" Standard ROM
|
|
*Font Helvetica: Standard "(001.002)" Standard ROM
|
|
*Font Helvetica-Bold: Standard "(001.002)" Standard ROM
|
|
*Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
|
|
*Font Helvetica-Narrow: Standard "(001.002)" Standard ROM
|
|
*Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard ROM
|
|
*Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard ROM
|
|
*Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard ROM
|
|
*Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
|
|
*Font Symbol: Special "(001.003)" Special ROM
|
|
*Font Times-Bold: Standard "(001.002)" Standard ROM
|
|
*Font Times-BoldItalic: Standard "(001.004)" Standard ROM
|
|
*Font Times-Italic: Standard "(001.002)" Standard ROM
|
|
*Font Times-Roman: Standard "(001.002)" Standard ROM
|
|
*?FontQuery: "
|
|
save
|
|
/str 100 string dup 0 (fonts/) putinterval def
|
|
{
|
|
count 1 gt
|
|
{
|
|
exch dup str 6 94 getinterval cvs
|
|
(/) print dup print (:) print exch
|
|
FontDirectory exch known
|
|
{ pop (Yes) }
|
|
{
|
|
length 6 add str 0 3 -1 roll getinterval
|
|
mark exch status
|
|
{cleartomark (Yes)}{cleartomark (No)} ifelse
|
|
} ifelse =
|
|
}
|
|
{exit} ifelse
|
|
}bind loop
|
|
(*) = flush
|
|
restore
|
|
"
|
|
*End
|
|
|
|
*?FontList: "
|
|
save
|
|
FontDirectory { pop == } bind forall flush
|
|
/filenameforall where
|
|
{
|
|
pop (fonts/*)
|
|
{ dup length 6 sub 6 exch getinterval cvn == } bind
|
|
128 string filenameforall flush
|
|
} if
|
|
(*) = flush
|
|
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"
|
|
*Status: "warming up"
|
|
*Status: "PrinterError: Printer never accepted band"
|
|
*Status: "PrinterError: PrintXferBusy for too long"
|
|
*Status: "PrinterError: Fifo transfer took too long: DMABusy still"
|
|
*Status: "PrinterError: Fifo transfer did not start: DMABusy still"
|
|
*Status: "PrinterError: Printer printed but stuck printing: !END"
|
|
*Status: "PrinterError: Default page being defined is too big"
|
|
*Status: "PrinterError: PrinterError: Printer never was ready to start band: !STA"
|
|
*Status: "PrinterError: Printer OK"
|
|
*Status: "PrinterError: Failed Printerstart: !BEG)"
|
|
*Status: "PrinterError: Print aborted <3C>SHIFT STOP<3E>"
|
|
*Status: "PrinterError: Printer not ready to write: unused"
|
|
*Status: "PrinterError: Default page being defined is too big"
|
|
*Status: "PrinterError: Printer not ready; printer needs attention"
|
|
|
|
*% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
|
|
*Source: "serial"
|
|
*Source: "AppleTalk"
|
|
*Source: "Centronics"
|
|
|
|
*% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
|
|
*PrinterError: "Printer never accepted band"
|
|
*PrinterError: "PrintXferBusy for too long"
|
|
*PrinterError: "Fifo transfer took too long: DMABusy still"
|
|
*PrinterError: "Fifo transfer did not start: DMABusy still"
|
|
*PrinterError: "Printer printed but stuck printing: !END"
|
|
*PrinterError: "Default page being defined is too big"
|
|
*PrinterError: "PrinterError: Printer never was ready to start band: !STA"
|
|
*PrinterError: "Printer OK"
|
|
*PrinterError: "Failed Printerstart: !BEG)"
|
|
*PrinterError: "Print aborted <3c>SHIFT STOP<3e>"
|
|
*PrinterError: "Printer not ready to write: unused"
|
|
*PrinterError: "Default page being defined is too big"
|
|
*PrinterError: "Printer not ready; printer needs attention"
|
|
|
|
*%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
|
|
|
|
*DefaultColorSep: ProcessCyan.96lpi/ 96lpi
|
|
|
|
*InkName: ProcessCyan/Process Cyan
|
|
*InkName: ProcessMagenta/Process Magenta
|
|
*InkName: ProcessYellow/Process Yellow
|
|
*InkName: ProcessBlack/Process Black
|
|
*InkName: CustomColor/Custom Color
|
|
|
|
*% For 72 lpi / NR (Normal Resolution)
|
|
|
|
*ColorSepScreenAngle ProcessCyan.72lpi.NR/ 72 lpi / NR: "71.5651"
|
|
*ColorSepScreenAngle ProcessMagenta.72lpi.NR/ 72 lpi / NR: "18.4349"
|
|
*ColorSepScreenAngle ProcessYellow.72lpi.NR/ 72 lpi / NR: "0.0"
|
|
*ColorSepScreenAngle ProcessBlack.72lpi.NR/ 72 lpi / NR: "45.0"
|
|
*ColorSepScreenAngle CustomColor.72lpi.NR/ 72 lpi / NR: "45.0"
|
|
|
|
*ColorSepScreenFreq ProcessBlack.72lpi.NR/ 72 lpi / NR: "71.8597"
|
|
*ColorSepScreenFreq CustomColor.72lpi.NR/ 72 lpi / NR: "71.8597"
|
|
*ColorSepScreenFreq ProcessCyan.72lpi.NR/ 72 lpi / NR: "64.2733"
|
|
*ColorSepScreenFreq ProcessMagenta.72lpi.NR/ 72 lpi / NR: "64.2733"
|
|
*ColorSepScreenFreq ProcessYellow.72lpi.NR/ 72 lpi / NR: "67.75"
|
|
|
|
*ColorSepScreenProc ProcessCyan.72lpi.NR/ 72 lpi / NR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessMagenta.72lpi.NR/ 72 lpi / NR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessYellow.72lpi.NR/ 72 lpi / NR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessBlack.72lpi.NR/ 72 lpi / NR: "
|
|
{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
|
|
*ColorSepScreenProc CustomColor.72lpi.NR/ 72 lpi / NR: "
|
|
{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
|
|
|
|
*% For 96 lpi / NR (Normal Resolution)
|
|
|
|
*ColorSepScreenAngle ProcessCyan.96lpi.NR/ 96 lpi / NR: "71.5651"
|
|
*ColorSepScreenAngle ProcessMagenta.96lpi.NR/ 96 lpi / NR: "18.4349"
|
|
*ColorSepScreenAngle ProcessYellow.96lpi.NR/ 96 lpi / NR: "0.0"
|
|
*ColorSepScreenAngle ProcessBlack.96lpi.NR/ 96 lpi / NR: "45.0"
|
|
*ColorSepScreenAngle CustomColor.96lpi.NR/ 96 lpi / NR: "45.0"
|
|
|
|
*ColorSepScreenFreq ProcessCyan.96lpi.NR/ 96 lpi / NR: "85.6977"
|
|
*ColorSepScreenFreq ProcessMagenta.96lpi.NR/ 96 lpi / NR: "85.6977"
|
|
*ColorSepScreenFreq ProcessYellow.96lpi.NR/ 96 lpi / NR: "90.3333"
|
|
*ColorSepScreenFreq ProcessBlack.96lpi.NR/ 96 lpi / NR: "95.813"
|
|
*ColorSepScreenFreq CustomColor.96lpi.NR/ 96 lpi / NR: "95.813"
|
|
|
|
*ColorSepScreenProc ProcessCyan.96lpi.NR/ 96 lpi / NR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessMagenta.96lpi.NR/ 96 lpi / NR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessYellow.96lpi.NR/ 96 lpi / NR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessBlack.96lpi.NR/ 96 lpi / NR: "
|
|
{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
|
|
*ColorSepScreenProc CustomColor.96lpi.NR/ 96 lpi / NR: "
|
|
{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
|
|
|
|
*% For 96 lpi / DR (Normal Resolution)
|
|
|
|
*ColorSepScreenAngle ProcessCyan.96lpi.DR/ 96 lpi / DR: "71.5651"
|
|
*ColorSepScreenAngle ProcessMagenta.96lpi.DR/ 96 lpi / DR: "18.4349"
|
|
*ColorSepScreenAngle ProcessYellow.96lpi.DR/ 96 lpi / DR: "0.0"
|
|
*ColorSepScreenAngle ProcessBlack.96lpi.DR/ 96 lpi / DR: "45.0"
|
|
*ColorSepScreenAngle CustomColor.96lpi.DR/ 96 lpi / DR: "45.0"
|
|
|
|
*ColorSepScreenFreq ProcessCyan.96lpi.DR/ 96 lpi / DR: "85.6977"
|
|
*ColorSepScreenFreq ProcessMagenta.96lpi.DR/ 96 lpi / DR: "85.6977"
|
|
*ColorSepScreenFreq ProcessYellow.96lpi.DR/ 96 lpi / DR: "90.3333"
|
|
*ColorSepScreenFreq ProcessBlack.96lpi.DR/ 96 lpi / DR: "95.813"
|
|
*ColorSepScreenFreq CustomColor.96lpi.DR/ 96 lpi / DR: "95.813"
|
|
|
|
*ColorSepScreenProc ProcessCyan.96lpi.DR/ 96 lpi / DR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessMagenta.96lpi.DR/ 96 lpi / DR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessYellow.96lpi.DR/ 96 lpi / DR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessBlack.96lpi.DR/ 96 lpi / DR: "
|
|
{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
|
|
*ColorSepScreenProc CustomColor.96lpi.DR/ 96 lpi / DR: "
|
|
{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
|
|
|
|
*% For 115 lpi / DR
|
|
|
|
*ColorSepScreenAngle ProcessCyan.115lpi.DR/115 lpi / DR: "71.5651"
|
|
*ColorSepScreenAngle ProcessMagenta.115lpi.DR/115 lpi / DR: "18.4349"
|
|
*ColorSepScreenAngle ProcessYellow.115lpi.DR/115 lpi / DR: "0.0"
|
|
*ColorSepScreenAngle ProcessBlack.115lpi.DR/115 lpi / DR: "45.0"
|
|
*ColorSepScreenAngle CustomColor.115lpi.DR/115 lpi / DR: "45.0"
|
|
|
|
*ColorSepScreenFreq ProcessCyan.115lpi.DR/115 lpi / DR: "102.837"
|
|
*ColorSepScreenFreq ProcessMagenta.115lpi.DR/115 lpi / DR: "102.837"
|
|
*ColorSepScreenFreq ProcessYellow.115lpi.DR/115 lpi / DR: "108.4"
|
|
*ColorSepScreenFreq ProcessBlack.115lpi.DR/115 lpi / DR: "114.976"
|
|
*ColorSepScreenFreq CustomColor.115lpi.DR/115 lpi / DR: "114.976"
|
|
|
|
*ColorSepScreenProc ProcessCyan.115lpi.DR/115 lpi / DR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessMagenta.115lpi.DR/115 lpi / DR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessYellow.115lpi.DR/115 lpi / DR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessBlack.115lpi.DR/115 lpi / DR: "
|
|
{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
|
|
*ColorSepScreenProc CustomColor.115lpi.DR/115 lpi / DR: "
|
|
{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
|
|
|
|
*% For 144 lpi / DR
|
|
|
|
*ColorSepScreenAngle ProcessCyan.144lpi.DR/144 lpi / DR: "71.5651"
|
|
*ColorSepScreenAngle ProcessMagenta.144lpi.DR/144 lpi / DR: "18.4349"
|
|
*ColorSepScreenAngle ProcessYellow.144lpi.DR/144 lpi / DR: "0.0"
|
|
*ColorSepScreenAngle ProcessBlack.144lpi.DR/144 lpi / DR: "45.0"
|
|
*ColorSepScreenAngle CustomColor.144lpi.DR/144 lpi / DR: "45.0"
|
|
|
|
*ColorSepScreenFreq ProcessCyan.144lpi.DR/144 lpi / DR: "128.547"
|
|
*ColorSepScreenFreq ProcessMagenta.144lpi.DR/144 lpi / DR: "128.547"
|
|
*ColorSepScreenFreq ProcessYellow.144lpi.DR/144 lpi / DR: "135.5"
|
|
*ColorSepScreenFreq ProcessBlack.144lpi.DR/144 lpi / DR: "143.719"
|
|
*ColorSepScreenFreq CustomColor.144lpi.DR/144 lpi / DR: "143.719"
|
|
|
|
*ColorSepScreenProc ProcessCyan.144lpi.DR/144 lpi / DR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessMagenta.144lpi.DR/144 lpi / DR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessYellow.144lpi.DR/144 lpi / DR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessBlack.144lpi.DR/144 lpi / DR: "
|
|
{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
|
|
*ColorSepScreenProc CustomColor.144lpi.DR/144 lpi / DR: "
|
|
{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
|
|
|
|
*% For 96 lpi / SR (Super Resolution)
|
|
|
|
*ColorSepScreenAngle ProcessCyan.96lpi.SR/ 96 lpi / SR: "71.5651"
|
|
*ColorSepScreenAngle ProcessMagenta.96lpi.SR/ 96 lpi / SR: "18.4349"
|
|
*ColorSepScreenAngle ProcessYellow.96lpi.SR/ 96 lpi / SR: "0.0"
|
|
*ColorSepScreenAngle ProcessBlack.96lpi.SR/ 96 lpi / SR: "45.0"
|
|
*ColorSepScreenAngle CustomColor.96lpi.SR/ 96 lpi / SR: "45.0"
|
|
|
|
*ColorSepScreenFreq ProcessCyan.96lpi.SR/ 96 lpi / SR: "85.6977"
|
|
*ColorSepScreenFreq ProcessMagenta.96lpi.SR/ 96 lpi / SR: "85.6977"
|
|
*ColorSepScreenFreq ProcessYellow.96lpi.SR/ 96 lpi / SR: "90.3333"
|
|
*ColorSepScreenFreq ProcessBlack.96lpi.SR/ 96 lpi / SR: "95.813"
|
|
*ColorSepScreenFreq CustomColor.96lpi.SR/ 96 lpi / SR: "95.813"
|
|
|
|
*ColorSepScreenProc ProcessCyan.96lpi.SR/ 96 lpi / SR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessMagenta.96lpi.SR/ 96 lpi / SR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessYellow.96lpi.SR/ 96 lpi / SR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessBlack.96lpi.SR/ 96 lpi / SR: "
|
|
{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
|
|
*ColorSepScreenProc CustomColor.96lpi.SR/ 96 lpi / SR: "
|
|
{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
|
|
|
|
*% For 105 lpi / SR (Super Resolution)
|
|
|
|
*ColorSepScreenAngle ProcessCyan.105lpi.SR/105 lpi / SR: "71.5651"
|
|
*ColorSepScreenAngle ProcessMagenta.105lpi.SR/105 lpi / SR: "18.4349"
|
|
*ColorSepScreenAngle ProcessYellow.105lpi.SR/105 lpi / SR: "0.0"
|
|
*ColorSepScreenAngle ProcessBlack.105lpi.SR/105 lpi / SR: "45.0"
|
|
*ColorSepScreenAngle CustomColor.105lpi.SR/105 lpi / SR: "45.0"
|
|
|
|
*ColorSepScreenFreq ProcessCyan.105lpi.SR/105 lpi / SR: "93.4884"
|
|
*ColorSepScreenFreq ProcessMagenta.105lpi.SR/105 lpi / SR: "93.4884"
|
|
*ColorSepScreenFreq ProcessYellow.105lpi.SR/105 lpi / SR: "98.5455"
|
|
*ColorSepScreenFreq ProcessBlack.105lpi.SR/105 lpi / SR: "104.523"
|
|
*ColorSepScreenFreq CustomColor.105lpi.SR/105 lpi / SR: "104.523"
|
|
|
|
*ColorSepScreenProc ProcessCyan.105lpi.SR/105 lpi / SR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessMagenta.105lpi.SR/105 lpi / SR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessYellow.105lpi.SR/105 lpi / SR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessBlack.105lpi.SR/105 lpi / SR: "
|
|
{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
|
|
*ColorSepScreenProc CustomColor.105lpi.SR/105 lpi / SR: "
|
|
{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
|
|
|
|
*% For 115 lpi / SR (Super Resolution)
|
|
|
|
*ColorSepScreenAngle ProcessCyan.115lpi.SR/115 lpi / SR: "71.5651"
|
|
*ColorSepScreenAngle ProcessMagenta.115lpi.SR/115 lpi / SR: "18.4349"
|
|
*ColorSepScreenAngle ProcessYellow.115lpi.SR/115 lpi / SR: "0.0"
|
|
*ColorSepScreenAngle ProcessBlack.115lpi.SR/115 lpi / SR: "45.0"
|
|
*ColorSepScreenAngle CustomColor.115lpi.SR/115 lpi / SR: "45.0"
|
|
|
|
*ColorSepScreenFreq ProcessCyan.115lpi.SR/115 lpi / SR: "102.837"
|
|
*ColorSepScreenFreq ProcessMagenta.115lpi.SR/115 lpi / SR: "102.837"
|
|
*ColorSepScreenFreq ProcessYellow.115lpi.SR/115 lpi / SR: "108.4"
|
|
*ColorSepScreenFreq ProcessBlack.115lpi.SR/115 lpi / SR: "114.976"
|
|
*ColorSepScreenFreq CustomColor.115lpi.SR/115 lpi / SR: "114.976"
|
|
|
|
*ColorSepScreenProc ProcessCyan.115lpi.SR/115 lpi / SR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessMagenta.115lpi.SR/115 lpi / SR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessYellow.115lpi.SR/115 lpi / SR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessBlack.115lpi.SR/115 lpi / SR: "
|
|
{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
|
|
*ColorSepScreenProc CustomColor.115lpi.SR/115 lpi / SR: "
|
|
{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
|
|
|
|
*% For 128 lpi / SR (Super Resolution)
|
|
|
|
*ColorSepScreenAngle ProcessCyan.128lpi.SR/128 lpi / SR: "71.5651"
|
|
*ColorSepScreenAngle ProcessMagenta.128lpi.SR/128 lpi / SR: "18.4349"
|
|
*ColorSepScreenAngle ProcessYellow.128lpi.SR/128 lpi / SR: "0.0"
|
|
*ColorSepScreenAngle ProcessBlack.128lpi.SR/128 lpi / SR: "45.0"
|
|
*ColorSepScreenAngle CustomColor.128lpi.SR/128 lpi / SR: "45.0"
|
|
|
|
*ColorSepScreenFreq ProcessCyan.128lpi.SR/128 lpi / SR: "114.264"
|
|
*ColorSepScreenFreq ProcessMagenta.128lpi.SR/128 lpi / SR: "114.264"
|
|
*ColorSepScreenFreq ProcessYellow.128lpi.SR/128 lpi / SR: "120.444"
|
|
*ColorSepScreenFreq ProcessBlack.128lpi.SR/128 lpi / SR: "127.751"
|
|
*ColorSepScreenFreq CustomColor.128lpi.SR/128 lpi / SR: "127.751"
|
|
|
|
*ColorSepScreenProc ProcessCyan.128lpi.SR/128 lpi / SR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessMagenta.128lpi.SR/128 lpi / SR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessYellow.128lpi.SR/128 lpi / SR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessBlack.128lpi.SR/128 lpi / SR: "
|
|
{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
|
|
*ColorSepScreenProc CustomColor.128lpi.SR/128 lpi / SR: "
|
|
{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
|
|
|
|
*% For 144 lpi / SR (Super Resolution)
|
|
|
|
*ColorSepScreenAngle ProcessCyan.144lpi.SR/144 lpi / SR: "71.5651"
|
|
*ColorSepScreenAngle ProcessMagenta.144lpi.SR/144 lpi / SR: "18.4349"
|
|
*ColorSepScreenAngle ProcessYellow.144lpi.SR/144 lpi / SR: "0.0"
|
|
*ColorSepScreenAngle ProcessBlack.144lpi.SR/144 lpi / SR: "45.0"
|
|
*ColorSepScreenAngle CustomColor.144lpi.SR/144 lpi / SR: "45.0"
|
|
|
|
*ColorSepScreenFreq ProcessCyan.144lpi.SR/144 lpi / SR: "128.547"
|
|
*ColorSepScreenFreq ProcessMagenta.144lpi.SR/144 lpi / SR: "128.547"
|
|
*ColorSepScreenFreq ProcessYellow.144lpi.SR/144 lpi / SR: "135.5"
|
|
*ColorSepScreenFreq ProcessBlack.144lpi.SR/144 lpi / SR: "143.719"
|
|
*ColorSepScreenFreq CustomColor.144lpi.SR/144 lpi / SR: "143.719"
|
|
|
|
*ColorSepScreenProc ProcessCyan.144lpi.SR/144 lpi / SR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessMagenta.144lpi.SR/144 lpi / SR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessYellow.144lpi.SR/144 lpi / SR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessBlack.144lpi.SR/144 lpi / SR: "
|
|
{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
|
|
*ColorSepScreenProc CustomColor.144lpi.SR/144 lpi / SR: "
|
|
{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
|
|
|
|
*% For 164 lpi / SR (Super Resolution)
|
|
|
|
*ColorSepScreenAngle ProcessCyan.164lpi.SR/164 lpi / SR: "71.5651"
|
|
*ColorSepScreenAngle ProcessMagenta.164lpi.SR/164 lpi / SR: "18.4349"
|
|
*ColorSepScreenAngle ProcessYellow.164lpi.SR/164 lpi / SR: "0.0"
|
|
*ColorSepScreenAngle ProcessBlack.164lpi.SR/164 lpi / SR: "45.0"
|
|
*ColorSepScreenAngle CustomColor.164lpi.SR/164 lpi / SR: "45.0"
|
|
|
|
*ColorSepScreenFreq ProcessCyan.164lpi.SR/164 lpi / SR: "146.91"
|
|
*ColorSepScreenFreq ProcessMagenta.164lpi.SR/164 lpi / SR: "146.91"
|
|
*ColorSepScreenFreq ProcessYellow.164lpi.SR/164 lpi / SR: "154.857"
|
|
*ColorSepScreenFreq ProcessBlack.164lpi.SR/164 lpi / SR: "164.251"
|
|
*ColorSepScreenFreq CustomColor.164lpi.SR/164 lpi / SR: "164.251"
|
|
|
|
*ColorSepScreenProc ProcessCyan.164lpi.SR/164 lpi / SR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessMagenta.164lpi.SR/164 lpi / SR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessYellow.164lpi.SR/164 lpi / SR: "
|
|
{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
|
|
*ColorSepScreenProc ProcessBlack.164lpi.SR/164 lpi / SR: "
|
|
{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
|
|
*ColorSepScreenProc CustomColor.164lpi.SR/164 lpi / SR: "
|
|
{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
|
|
|
|
*% For "Scantext" version 49.3 or 52.3
|
|
*% Produced by "BuildPPD.ps" version 3.0 edit 58
|
|
*% Converted to meet 4.0 specification
|
|
*% Last Edit Date: Nov 30 1992
|
|
*% The byte count of this file should be exactly 032090 or 032872
|
|
*% depending on the filesystem it resides in.
|
|
*% end of PPD file for Scantext
|