emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref display.texi


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/lispref display.texi
Date: Sat, 10 Jan 2009 13:20:19 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/01/10 13:20:19

Modified files:
        doc/lispref    : display.texi 

Log message:
        Undo last change.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/display.texi?cvsroot=emacs&r1=1.34&r2=1.35

Patches:
Index: display.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/display.texi,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- display.texi        10 Jan 2009 13:10:19 -0000      1.34
+++ display.texi        10 Jan 2009 13:20:18 -0000      1.35
@@ -3949,6 +3949,7 @@
 * XPM Images::          Special features for XPM format.
 * GIF Images::          Special features for GIF format.
 * TIFF Images::         Special features for TIFF format.
+* PostScript Images::   Special features for PostScript format.
 * Other Image Types::   Various other formats are supported.
 * Defining Images::     Convenient ways to define an image for later use.
 * Showing Images::      Convenient ways to display an image once it is defined.
@@ -4347,6 +4348,33 @@
 image with index @var{index}, the image displays as a hollow box.
 @end table
 
address@hidden PostScript Images
address@hidden PostScript Images
address@hidden postscript images
+
+  To use PostScript for an image, specify image type @code{postscript}.
+This works only if you have Ghostscript installed.  You must always use
+these three properties:
+
address@hidden @code
address@hidden :pt-width @var{width}
+The value, @var{width}, specifies the width of the image measured in
+points (1/72 inch).  @var{width} must be an integer.
+
address@hidden :pt-height @var{height}
+The value, @var{height}, specifies the height of the image in points
+(1/72 inch).  @var{height} must be an integer.
+
address@hidden :bounding-box @var{box}
+The value, @var{box}, must be a list or vector of four integers, which
+specifying the bounding box of the PostScript image, analogous to the
address@hidden comment found in PostScript files.
+
address@hidden
+%%BoundingBox: 22 171 567 738
address@hidden example
address@hidden table
+
 @node Other Image Types
 @subsection Other Image Types
 @cindex PBM




reply via email to

[Prev in Thread] Current Thread [Next in Thread]