home *** CD-ROM | disk | FTP | other *** search
- % A small prologue for going from landscape mode to portrait.
- % The files will no longer fit without some kind of scaling.
- % This is a rough attempt by a novice... there must be a better way.
- %
- % This version is intended to fit what would have been a Landscape image
- % inside a portrait view on a 300 x 300 DPI printer. It will not work
- % properly on other resolutions.
-
-
- gsave clippath pathbbox grestore
- 4 dict begin
- /ury exch def /urx exch def /lly exch def /llx exch def
- 50 0 translate
- .60 .60 scale
- 90 rotate
- ury urx sub llx ury add neg translate
- gsave clippath pathbbox grestore
- 4 dict begin
- /ury exch def /urx exch def /lly exch def /llx exch def
- 90 rotate
- ury urx sub llx ury add neg translate
- gsave clippath pathbbox grestore
- 4 dict begin
- /ury exch def /urx exch def /lly exch def /llx exch def
- 90 rotate
- ury urx sub llx ury add neg translate
- end
-