all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: 10747@debbugs.gnu.org
Cc: Joakim Verona <joakim@verona.se>
Subject: bug#10747: ImageMagick does not return much metadata
Date: Mon, 06 Feb 2012 23:35:53 -0500	[thread overview]
Message-ID: <n9wr7zfefq.fsf@fencepost.gnu.org> (raw)

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)





             reply	other threads:[~2012-02-07  4:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-07  4:35 Glenn Morris [this message]
2012-02-24  0:43 ` bug#10747: ImageMagick does not return much metadata 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=n9wr7zfefq.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=10747@debbugs.gnu.org \
    --cc=joakim@verona.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.