Now that Emacs supports ImageMagick animations.
+2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
+
+ * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
+ now that Emacs supports ImageMagick animations.
+
2013-08-16 Michael Albinus <michael.albinus@gmx.de>
* net/tramp-cmds.el (top): Don't declare `buffer-name'.
"Rescale DATA, if too big, to fit the current buffer.
If FORCE, rescale the image anyway."
(if (or (not (fboundp 'imagemagick-types))
- (eq (image-type-from-data data) 'gif)
(not (get-buffer-window (current-buffer))))
(create-image data nil t :ascent 100)
(let ((edges (window-inside-pixel-edges