GNU bug report logs - #7799
24.0.50; Animated images display strangely

Previous Next

Package: emacs;

Reported by: Lars Magne Ingebrigtsen <larsi <at> gnus.org>

Date: Fri, 7 Jan 2011 04:58:02 UTC

Severity: normal

Found in version 24.0.50

Done: Chong Yidong <cyd <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #13 received at 7799 <at> debbugs.gnu.org (full text, mbox):

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: 7799 <at> debbugs.gnu.org
Cc: cyd <at> stupidchicken.com
Subject: Re: bug#7799: 24.0.50; Animated images display strangely
Date: Tue, 09 Aug 2011 20:17:21 +0200
Chong Yidong <cyd <at> stupidchicken.com> writes:

> This was fixed a while ago, so I'm closing the bug.

It's much better than it used to be, but I'm still seeing some glitches.

With emacs -Q and the latest bzr, eval the following:

(url-retrieve
 "http://icanhascheezburger.files.wordpress.com/2011/08/0848b876-a808-4614-ac26-9285d46cc5f7.gif"
 (lambda (status)
   (goto-char (point-min))
   (search-forward "\n\n")
   (let ((data (buffer-substring (point) (point-max))))
     (pop-to-buffer "*animate*")
     (let ((image (create-image data 'gif t)))
       (insert-image image)
       (image-animate image nil 60)))))

One single frame in the animation looks broken.  That seems to be the
case with all my test cases where the image displays buggily.  (But most
animated gifs display properly now.)  Could it be a off-by-one error of
some kind?
       
-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




This bug report was last modified 13 years and 181 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.