comparison lispref/display.texi @ 32552:070ca96fa546

(Other Image Types): Add description of :foreground and :background properties of mono PBM images.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 16 Oct 2000 20:11:41 +0000
parents d8a494b62fbd
children 66f219c7e8ca
comparison
equal deleted inserted replaced
32551:329cbf266d5c 32552:070ca96fa546
2646 @node Other Image Types 2646 @node Other Image Types
2647 @subsection Other Image Types 2647 @subsection Other Image Types
2648 @cindex PBM 2648 @cindex PBM
2649 2649
2650 For PBM images, specify image type @code{pbm}. Color, gray-scale and 2650 For PBM images, specify image type @code{pbm}. Color, gray-scale and
2651 monochromatic images are supported. 2651 monochromatic images are supported. For mono PBM images, two additional
2652 image properties are supported.
2653
2654 @table @code
2655 @item :foreground @var{foreground}
2656 The value, @var{foreground}, should be a string specifying the image
2657 foreground color. This color is used for each pixel in the XBM that is
2658 1. The default is the frame's foreground color.
2659
2660 @item :background @var{background}
2661 The value, @var{background}, should be a string specifying the image
2662 background color. This color is used for each pixel in the XBM that is
2663 0. The default is the frame's background color.
2664 @end table
2652 2665
2653 For JPEG images, specify image type @code{jpeg}. 2666 For JPEG images, specify image type @code{jpeg}.
2654 2667
2655 For TIFF images, specify image type @code{tiff}. 2668 For TIFF images, specify image type @code{tiff}.
2656 2669