home *** CD-ROM | disk | FTP | other *** search
- %%BeginFile: pdfimg2.prc
- %%Copyright: Copyright 1987-1993 Adobe Systems Incorporated. All Rights Reserved.
- PDF /PDFImage get begin
- Level2? StartLoad {
- /ID {
- 5 counttomark 2 idiv
- dup 3 1 roll add
- dict begin
- { def } repeat
- cleartomark
- currentdict
- end
- begin
- /ImageType 1 def
- /ImageMatrix [ Width 0 0 Height neg 0 Height ] def
- /ImageMask here { not } { true } ifelse
- { /ImageMask false def } if
- ImageMask not { ColorSpace setcolorspace } if
- /Intent here { ri } if
- /Decode here { pop } {
- /Decode [
- ImageMask {
- 0 1
- } {
- currentcolorspace 0 get /Indexed eq {
- 0 2 BitsPerComponent exp 1 sub
- } {
- mark currentcolor counttomark
- dup 2 add 1 roll cleartomark
- { 0 1 } repeat
- } ifelse
- } ifelse
- ] def
- } ifelse
- [
- /DataSource here { pop } {
- currentfile
- /Filter here {
- dup type /arraytype eq { length } { pop 1 } ifelse
- 1 sub 0 1 3 -1 roll {
- /DecodeParms here {
- dup type /arraytype eq {
- 1 index get
- } if
- dup null eq { pop } { exch } ifelse
- } if
- Filter dup type /arraytype eq
- { exch get } { exch pop } ifelse
- filter
- dup
- } for
- } if
- /DataSource exch def
- } ifelse
- currentdict
- /ImageMask here not { false } if
- { sfc imagemask } { image } ifelse
- counttomark
- { dup status
- { dup flushfile closefile }
- { pop }
- ifelse
- }
- repeat
- pop
- end
- } bd
- currentdict readonly pop
- } EndLoad
- end
- %%EndFile
-