aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-01-22 00:30:00 -0800
committerGlenn Morris2014-01-22 00:30:00 -0800
commit7b997b14589f85f2987f45a99abb8cfa4cd8d390 (patch)
tree8cd0f5d4c3a601deec6965fa20882d8bbfe420f0 /etc
parent44e76f9dd1ab4b37eef3702912a1e20f00353868 (diff)
downloademacs-7b997b14589f85f2987f45a99abb8cfa4cd8d390.tar.gz
emacs-7b997b14589f85f2987f45a99abb8cfa4cd8d390.zip
Some doc for image-format-suffixes
* doc/lispref/display.texi (ImageMagick Images): Expand on image-format-suffixes. * lisp/image.el (image-format-suffixes): Doc fix. * etc/NEWS: Related markup.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7f8907d3b1e..f656fb96431 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -175,9 +175,11 @@ Use `C-h C-\' (`describe-input-method') instead.
175+++ 175+++
176*** ImageMagick images now support the :max-width and :max-height keywords. 176*** ImageMagick images now support the :max-width and :max-height keywords.
177 177
178*** Some data types aren't auto-detected by ImageMagick. 178+++
179Adding :format to `create-image' may help if the content type is in 179*** When using `create-image' with image data, you can pass a :format
180the new variable `image-format-suffixes'. 180attribute (via the property-list argument) in order to help
181ImageMagick detect the image type. The value should be a MIME
182content-type that is found in the new variable `image-format-suffixes'.
181 183
182** Frame and window changes 184** Frame and window changes
183 185