comparison etc/NEWS @ 37948:3025939a637d

Add that PBM and XPM image specs may have :foreground nil, and :background nil.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 30 May 2001 15:31:34 +0000
parents f7113f2126e9
children 3bf93c45de95
comparison
equal deleted inserted replaced
37947:085486fa1c02 37948:3025939a637d
3894 XBM images don't require an external library. Additional image 3894 XBM images don't require an external library. Additional image
3895 properties supported are 3895 properties supported are
3896 3896
3897 `:foreground FG' 3897 `:foreground FG'
3898 3898
3899 FG must be a string specifying the image foreground color. Default 3899 FG must be a string specifying the image foreground color, or nil
3900 is the frame's foreground. 3900 meaning to use the default. Default is the frame's foreground.
3901 3901
3902 `:background BG' 3902 `:background BG'
3903 3903
3904 BG must be a string specifying the image foreground color. Default is 3904 BG must be a string specifying the image foreground color, or nil
3905 the frame's background color. 3905 meaning to use the default. Default is the frame's background color.
3906 3906
3907 XBM images can be constructed from data instead of file. In this 3907 XBM images can be constructed from data instead of file. In this
3908 case, the image specification must contain the following properties 3908 case, the image specification must contain the following properties
3909 instead of a `:file' property. 3909 instead of a `:file' property.
3910 3910
3959 mono images are supported. Additional image properties supported for 3959 mono images are supported. Additional image properties supported for
3960 mono images are 3960 mono images are
3961 3961
3962 `:foreground FG' 3962 `:foreground FG'
3963 3963
3964 FG must be a string specifying the image foreground color. Default 3964 FG must be a string specifying the image foreground color, or nil
3965 is the frame's foreground. 3965 meaning to use the default. Default is the frame's foreground.
3966 3966
3967 `:background FG' 3967 `:background FG'
3968 3968
3969 BG must be a string specifying the image foreground color. Default is 3969 BG must be a string specifying the image foreground color, or nil
3970 the frame's background color. 3970 meaning to use the default. Default is the frame's background color.
3971 3971
3972 **** JPEG, image type `jpeg' 3972 **** JPEG, image type `jpeg'
3973 3973
3974 Support for JPEG images requires the external library `libjpeg', 3974 Support for JPEG images requires the external library `libjpeg',
3975 package `jpegsrc.v6a.tar.gz', or later. Additional image properties 3975 package `jpegsrc.v6a.tar.gz', or later. Additional image properties