GNU Info

Info Node: (elisp)Postscript Images

(elisp)Postscript Images


Next: Other Image Types Prev: GIF Images Up: Images
Enter node , (file) or (file)node

Postscript Images
-----------------

   To use Postscript for an image, specify image type `postscript'.
This works only if you have Ghostscript installed.  You must always use
these three properties:

`:pt-width WIDTH'
     The value, WIDTH, specifies the width of the image measured in
     points (1/72 inch).  WIDTH must be an integer.

`:pt-height HEIGHT'
     The value, HEIGHT, specifies the height of the image in points
     (1/72 inch).  HEIGHT must be an integer.

`:bounding-box BOX'
     The value, BOX, must be a list or vector of four integers, which
     specifying the bounding box of the Postscript image, analogous to
     the `BoundingBox' comment found in Postscript files.

          %%BoundingBox: 22 171 567 738

   Displaying Postscript images from Lisp data is not currently
implemented, but it may be implemented by the time you read this.  See
the `etc/NEWS' file to make sure.


automatically generated by info2www version 1.2.2.9