diff options
| -rw-r--r-- | doc/lispref/display.texi | 32 |
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 | |||
| 4348 | image with index @var{index}, the image displays as a hollow box. | 4347 | image 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}. | ||
| 4356 | This works only if you have Ghostscript installed. You must always use | ||
| 4357 | these three properties: | ||
| 4358 | |||
| 4359 | @table @code | ||
| 4360 | @item :pt-width @var{width} | ||
| 4361 | The value, @var{width}, specifies the width of the image measured in | ||
| 4362 | points (1/72 inch). @var{width} must be an integer. | ||
| 4363 | |||
| 4364 | @item :pt-height @var{height} | ||
| 4365 | The 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} | ||
| 4369 | The value, @var{box}, must be a list or vector of four integers, which | ||
| 4370 | specifying 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 | ||
| 4379 | implemented, but it may be implemented by the time you read this. | ||
| 4380 | See 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 |