diff options
Diffstat (limited to '')
| -rw-r--r-- | doc/lispref/display.texi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 5f92f23c694..b74e4b9632f 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -4911,7 +4911,7 @@ either a string or a vector of integers, where each element (an | |||
| 4911 | integer) corresponds to one row of the bitmap. Each bit of an integer | 4911 | integer) corresponds to one row of the bitmap. Each bit of an integer |
| 4912 | corresponds to one pixel of the bitmap, where the low bit corresponds | 4912 | corresponds to one pixel of the bitmap, where the low bit corresponds |
| 4913 | to the rightmost pixel of the bitmap. (Note that this order of bits | 4913 | to the rightmost pixel of the bitmap. (Note that this order of bits |
| 4914 | is opposite of the order in XBM images; @pxref{XBM Images}.) | 4914 | is the opposite of the order in XBM images; @pxref{XBM Images}.) |
| 4915 | 4915 | ||
| 4916 | The height is normally the length of @var{bits}. However, you | 4916 | The height is normally the length of @var{bits}. However, you |
| 4917 | can specify a different height with non-@code{nil} @var{height}. The width | 4917 | can specify a different height with non-@code{nil} @var{height}. The width |
| @@ -6367,8 +6367,8 @@ used for each pixel in the XBM that is 0. The default is the frame's | |||
| 6367 | background color. | 6367 | background color. |
| 6368 | @end table | 6368 | @end table |
| 6369 | 6369 | ||
| 6370 | If you specify an XBM image using data within Emacs instead of an | 6370 | To specify an XBM image using data within Emacs instead of an |
| 6371 | external file, use the following three properties: | 6371 | external file, use the following properties: |
| 6372 | 6372 | ||
| 6373 | @table @code | 6373 | @table @code |
| 6374 | @item :data @var{data} | 6374 | @item :data @var{data} |
| @@ -6999,6 +6999,7 @@ Supports the @code{:index} property. @xref{Multi-Frame Images}. | |||
| 6999 | 6999 | ||
| 7000 | @item WebP | 7000 | @item WebP |
| 7001 | Image type @code{webp}. | 7001 | Image type @code{webp}. |
| 7002 | Supports the @code{:index} property. @xref{Multi-Frame Images}. | ||
| 7002 | @end table | 7003 | @end table |
| 7003 | 7004 | ||
| 7004 | @node Defining Images | 7005 | @node Defining Images |
| @@ -7320,8 +7321,8 @@ about these image-specific key bindings. | |||
| 7320 | @cindex image frames | 7321 | @cindex image frames |
| 7321 | Some image files can contain more than one image. We say that there | 7322 | Some image files can contain more than one image. We say that there |
| 7322 | are multiple ``frames'' in the image. At present, Emacs supports | 7323 | are multiple ``frames'' in the image. At present, Emacs supports |
| 7323 | multiple frames for GIF, TIFF, and certain ImageMagick formats such as | 7324 | multiple frames for GIF, TIFF, WebP, and certain ImageMagick formats |
| 7324 | DJVM@. | 7325 | such as DJVM@. |
| 7325 | 7326 | ||
| 7326 | The frames can be used either to represent multiple pages (this is | 7327 | The frames can be used either to represent multiple pages (this is |
| 7327 | usually the case with multi-frame TIFF files, for example), or to | 7328 | usually the case with multi-frame TIFF files, for example), or to |