Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7ccd82bd
Commit
7ccd82bd
authored
Oct 16, 2000
by
Gerd Moellmann
Browse files
(Other Image Types): Add description of :foreground
and :background properties of mono PBM images.
parent
2b8e9c91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletion
+14
-1
lispref/display.texi
lispref/display.texi
+14
-1
No files found.
lispref/display.texi
View file @
7ccd82bd
...
...
@@ -2648,7 +2648,20 @@ See the @file{etc/NEWS} file to make sure.
@
cindex
PBM
For
PBM
images
,
specify
image
type
@
code
{
pbm
}.
Color
,
gray
-
scale
and
monochromatic
images
are
supported
.
monochromatic
images
are
supported
.
For
mono
PBM
images
,
two
additional
image
properties
are
supported
.
@
table
@
code
@
item
:
foreground
@
var
{
foreground
}
The
value
,
@
var
{
foreground
},
should
be
a
string
specifying
the
image
foreground
color
.
This
color
is
used
for
each
pixel
in
the
XBM
that
is
1.
The
default
is
the
frame
's foreground color.
@item :background @var{background}
The value, @var{background}, should be a string specifying the image
background color. This color is used for each pixel in the XBM that is
0. The default is the frame'
s
background
color
.
@
end
table
For
JPEG
images
,
specify
image
type
@
code
{
jpeg
}.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment