For PBM images, specify image type pbm
. Color, gray-scale and monochromatic images are supported. For mono PBM images, two additional image properties are supported.
:foreground foreground
The value, foreground, should be a string specifying the image foreground color, or nil
for the default color. This color is used for each pixel in the PBM that is 1. The default is the frame’s foreground color.
:background background
The value, background, should be a string specifying the image background color, or nil
for the default color. This color is used for each pixel in the PBM that is 0. The default is the frame’s background color.
The remaining image types that Emacs can support are:
Image type gif
. Supports the :index
property. See Multi-Frame Images.
Image type jpeg
.
Image type png
.
Image type tiff
. Supports the :index
property. See Multi-Frame Images.
Copyright © 1990-1996, 1998-2019 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
https://www.gnu.org/software/emacs/manual/html_node/elisp/Other-Image-Types.html