GNU bug report logs -
#10747
ImageMagick does not return much metadata
Previous Next
Reported by: Glenn Morris <rgm <at> gnu.org>
Date: Tue, 7 Feb 2012 04:37:01 UTC
Severity: minor
Found in version 24.0.93
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #3 received at submit <at> debbugs.gnu.org (full text, mbox):
Package: emacs
Version: 24.0.93
As an example animated gif file, I use:
http://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Rotating_earth_%28large%29.gif/200px-Rotating_earth_%28large%29.gif
In an Emacs compiled with both libgif and ImageMagick support:
emacs -Q file.gif
then in the resulting image-mode buffer,
(image-metadata (image-get-display-property))
returns:
(count 44 delay 0.09 extension-data (0 "control-chars" 255 "NETSCAPE2.0" 254
"File source: http://commons.wikimedia.org/wiki/File:Rotating_earth_(large).gif"
249 "control-chars"))
If I repeat the experiment with (I think this is the way to prefer
ImageMagick over libgif):
emacs -Q --eval "(setq image-type-header-regexps nil)" \
-f imagemagick-register-types
then the returned metadata is just: (count 44)
This bug report was last modified 5 years and 302 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.