diff options
| author | Gerd Moellmann | 1999-12-31 15:04:57 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-12-31 15:04:57 +0000 |
| commit | 3bd37feb63e4d2a3e926b8b1dc8088a8d6f53008 (patch) | |
| tree | 79bff8518ef8d5d93aa97254036d7cc82e353bae /etc | |
| parent | 8e39770ae5829c0c5ac1c31e399240c9b6d57947 (diff) | |
| download | emacs-3bd37feb63e4d2a3e926b8b1dc8088a8d6f53008.tar.gz emacs-3bd37feb63e4d2a3e926b8b1dc8088a8d6f53008.zip | |
Support :data for JPEG.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 7 insertions, 2 deletions
| @@ -1836,8 +1836,13 @@ defined. | |||
| 1836 | **** JPEG, image type `jpeg' | 1836 | **** JPEG, image type `jpeg' |
| 1837 | 1837 | ||
| 1838 | Support for JPEG images requires the external library `libjpeg', | 1838 | Support for JPEG images requires the external library `libjpeg', |
| 1839 | package `jpegsrc.v6a.tar.gz', or later. There are no additional image | 1839 | package `jpegsrc.v6a.tar.gz', or later. Additional image properties |
| 1840 | properties defined. | 1840 | are: |
| 1841 | |||
| 1842 | `:data DATA' | ||
| 1843 | |||
| 1844 | DATA must be a string containing a JPEG image. The contents of the | ||
| 1845 | string are of the same format as that of JPEG files. | ||
| 1841 | 1846 | ||
| 1842 | **** TIFF, image type `tiff' | 1847 | **** TIFF, image type `tiff' |
| 1843 | 1848 | ||