From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/elisp/other-image-types.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 devdocs/elisp/other-image-types.html (limited to 'devdocs/elisp/other-image-types.html') diff --git a/devdocs/elisp/other-image-types.html b/devdocs/elisp/other-image-types.html new file mode 100644 index 00000000..ee591ae1 --- /dev/null +++ b/devdocs/elisp/other-image-types.html @@ -0,0 +1,10 @@ +

Other Image Types

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:

GIF
+

Image type gif. Supports the :index property. See Multi-Frame Images.

JPEG
+

Image type jpeg.

PNG
+

Image type png.

TIFF

Image type tiff. Supports the :index property. See Multi-Frame Images.

+

+ Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
+ https://www.gnu.org/software/emacs/manual/html_node/elisp/Other-Image-Types.html +

+
-- cgit v1.2.3