bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#7799: 24.0.50; Animated images display strangely


From: Lars Magne Ingebrigtsen
Subject: bug#7799: 24.0.50; Animated images display strangely
Date: Tue, 09 Aug 2011 20:17:21 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

Chong Yidong <cyd@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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]