diff options
| author | Glenn Morris | 2014-01-22 00:30:00 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-01-22 00:30:00 -0800 |
| commit | 7b997b14589f85f2987f45a99abb8cfa4cd8d390 (patch) | |
| tree | 8cd0f5d4c3a601deec6965fa20882d8bbfe420f0 /etc | |
| parent | 44e76f9dd1ab4b37eef3702912a1e20f00353868 (diff) | |
| download | emacs-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/NEWS | 8 |
1 files changed, 5 insertions, 3 deletions
| @@ -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 | +++ |
| 179 | Adding :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 |
| 180 | the new variable `image-format-suffixes'. | 180 | attribute (via the property-list argument) in order to help |
| 181 | ImageMagick detect the image type. The value should be a MIME | ||
| 182 | content-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 | ||