aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChong Yidong2009-01-10 13:10:19 +0000
committerChong Yidong2009-01-10 13:10:19 +0000
commitd9ffc9c39a96daa07ddff51c6bc3e9673f4553ce (patch)
tree81f0d82add54ef945d0c57bfe4ffbdf0f0dcbf3f /doc
parent5667b1b438c74309197305df8e30cb3c0b4e5826 (diff)
downloademacs-d9ffc9c39a96daa07ddff51c6bc3e9673f4553ce.tar.gz
emacs-d9ffc9c39a96daa07ddff51c6bc3e9673f4553ce.zip
(PostScript Images): Node deleted.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/display.texi32
1 files changed, 0 insertions, 32 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index cc358fe65b8..2a076c3f22c 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -3949,7 +3949,6 @@ displayed (@pxref{Display Feature Testing}).
3949* XPM Images:: Special features for XPM format. 3949* XPM Images:: Special features for XPM format.
3950* GIF Images:: Special features for GIF format. 3950* GIF Images:: Special features for GIF format.
3951* TIFF Images:: Special features for TIFF format. 3951* TIFF Images:: Special features for TIFF format.
3952* PostScript Images:: Special features for PostScript format.
3953* Other Image Types:: Various other formats are supported. 3952* Other Image Types:: Various other formats are supported.
3954* Defining Images:: Convenient ways to define an image for later use. 3953* Defining Images:: Convenient ways to define an image for later use.
3955* Showing Images:: Convenient ways to display an image once it is defined. 3954* Showing Images:: Convenient ways to display an image once it is defined.
@@ -4348,37 +4347,6 @@ number @var{index} from the file. If the TIFF file doesn't contain an
4348image with index @var{index}, the image displays as a hollow box. 4347image with index @var{index}, the image displays as a hollow box.
4349@end table 4348@end table
4350 4349
4351@node PostScript Images
4352@subsection PostScript Images
4353@cindex postscript images
4354
4355 To use PostScript for an image, specify image type @code{postscript}.
4356This works only if you have Ghostscript installed. You must always use
4357these three properties:
4358
4359@table @code
4360@item :pt-width @var{width}
4361The value, @var{width}, specifies the width of the image measured in
4362points (1/72 inch). @var{width} must be an integer.
4363
4364@item :pt-height @var{height}
4365The value, @var{height}, specifies the height of the image in points
4366(1/72 inch). @var{height} must be an integer.
4367
4368@item :bounding-box @var{box}
4369The value, @var{box}, must be a list or vector of four integers, which
4370specifying the bounding box of the PostScript image, analogous to the
4371@samp{BoundingBox} comment found in PostScript files.
4372
4373@example
4374%%BoundingBox: 22 171 567 738
4375@end example
4376@end table
4377
4378 Displaying PostScript images from Lisp data is not currently
4379implemented, but it may be implemented by the time you read this.
4380See the @file{etc/NEWS} file to make sure.
4381
4382@node Other Image Types 4350@node Other Image Types
4383@subsection Other Image Types 4351@subsection Other Image Types
4384@cindex PBM 4352@cindex PBM