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 640x480 screen image. It is intended to be used
- % with the command line parameters
- % -g640x480 port_scr.ps
-
-
- gsave clippath pathbbox grestore
- 4 dict begin
- /ury exch def /urx exch def /lly exch def /llx exch def
- 271 73 translate
- .58 .58 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
-