How to produce EPS image file with preview??? [message #6964] |
Sun, 08 September 1996 00:00  |
jyli
Messages: 21 Registered: November 1995
|
Junior Member |
|
|
An EPS graphics file may contain two graphics file formats: the PostScript
code which determines how the graphic looks when it is printed
(required), and a TIFF or PICT preview image, the version you see on the
screen (optional). That is all I know about this subject.
I'd very much like to learn how to produce an EPS image with a preview,
in particular the one that is recognized by Microsoft Word.
many thanks,
--
Jason Li | Email:jyli@climate.gsfc.nasa.gov
Climate and Radiation Branch | Tel: (301) 286 1029
NASA Goddard Space Flight Center | Fax: (301) 286 1759
Greenbelt, MD 20771 U.S.A. | WWW: http://climate.gsfc.nasa.gov
|
|
|
Re: How to produce EPS image file with preview??? [message #7010 is a reply to message #6964] |
Sun, 15 September 1996 00:00  |
Mark Hadfield
Messages: 783 Registered: May 1995
|
Senior Member |
|
|
Jason Li wrote:
> I'd very much like to learn how to produce an EPS image with a preview,
> in particular the one that is recognized by Microsoft Word.
and Mike Chinander replied
> For postscript devices, there is the keyword PREVIEW which should do what
> you want. Try doing device,/preview. I have not tried it, so I don't
> know how other programs do at reading this preview image.
The bitmap produced by the PREVIEW keyword is in "device-independent"
format and is not recognised by MS Word, which requires a TIFF or WMF
preview.
I recommend using WMF previews and adding them with GSview
(http://www.cs.wisc.edu/~ghost/).
|
|
|