all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#10747: ImageMagick does not return much metadata
@ 2012-02-07  4:35 Glenn Morris
  2012-02-24  0:43 ` Juri Linkov
  2019-09-24 17:53 ` Lars Ingebrigtsen
  0 siblings, 2 replies; 6+ messages in thread
From: Glenn Morris @ 2012-02-07  4:35 UTC (permalink / raw)
  To: 10747; +Cc: Joakim Verona

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)





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-09-24 17:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-07  4:35 bug#10747: ImageMagick does not return much metadata Glenn Morris
2012-02-24  0:43 ` Juri Linkov
2012-04-17  2:01   ` Glenn Morris
2012-09-29 19:39     ` Juri Linkov
2014-09-18 21:02   ` Juri Linkov
2019-09-24 17:53 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.