How to insert a TIFF into PostScript?

2019-08-15 03:37发布

问题:

I would like to include a TIFF image into my PostScript similarily to an EPS and a JPEG. But it fails on creation stating the file ImageType isn't JPEG.

Is this possible?

回答1:

You can't use a TIFF directly in PostScript, as PostScript doesn't support the TIFF file format. You can use a PostScript program to read a TIFF file and process it as an image, for example :

Conversion of TIFF to PDF with Ghostscript