Mercurial > hg > xemacs-beta
comparison lisp/glyphs.el @ 4708:1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
routines. Delete internal GIF support code with no stated license. Fix up
a number of references in the documentation to GIF support. See discussion
on xemacs-beta: <87iqg4vg9t.fsf@uwakimon.sk.tsukuba.ac.jp>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Mon, 05 Oct 2009 10:11:59 -0600 |
parents | 7191a7b120f1 |
children | 1360b0c147c1 |
comparison
equal
deleted
inserted
replaced
4707:5bb0735f56e0 | 4708:1cecc3e9f0a0 |
---|---|
79 `formatted-string' | 79 `formatted-string' |
80 Display this image as a text string, with replaceable fields. | 80 Display this image as a text string, with replaceable fields. |
81 Not currently implemented -- it's treated like `string'. | 81 Not currently implemented -- it's treated like `string'. |
82 [:data] (text) | 82 [:data] (text) |
83 `gif' | 83 `gif' |
84 A GIF87 or GIF89 image; only if GIF support was compiled into this | 84 A GIF87 or GIF89 image; only if GIF support was compiled into this XEmacs. |
85 XEmacs. NOTE: Only the first frame of animated gifs will be displayed. | |
86 [:data, :file] (color-pixmap, pointer) | 85 [:data, :file] (color-pixmap, pointer) |
87 `jpeg' | 86 `jpeg' |
88 A JPEG image; only if JPEG support was compiled into this XEmacs. | 87 A JPEG image; only if JPEG support was compiled into this XEmacs. |
89 [:data, :file] (color-pixmap, pointer) | 88 [:data, :file] (color-pixmap, pointer) |
90 `png' | 89 `png' |