diff options
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 | ||