diff options
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -2567,11 +2567,13 @@ left to higher-level functions. | |||
| 2567 | 2567 | ||
| 2568 | ** Image mode | 2568 | ** Image mode |
| 2569 | 2569 | ||
| 2570 | *** An Exif library has been added that can parse JPEG files and | 2570 | *** New library Exif. |
| 2571 | An Exif library has been added that can parse JPEG files and | ||
| 2571 | output data about creation times and orientation and the like. | 2572 | output data about creation times and orientation and the like. |
| 2572 | 'exif-parse' is the main interface function. | 2573 | 'exif-parse' is the main interface function. |
| 2573 | 2574 | ||
| 2574 | *** 'image-mode' started using ImageMagick by default for all images | 2575 | *** 'imagemagick-types-inhibit' disables using ImageMagick by default. |
| 2576 | 'image-mode' started using ImageMagick by default for all images | ||
| 2575 | some years back. It now respects 'imagemagick-types-inhibit' as a way | 2577 | some years back. It now respects 'imagemagick-types-inhibit' as a way |
| 2576 | to disable that. | 2578 | to disable that. |
| 2577 | 2579 | ||