GNU bug report logs -
#7799
24.0.50; Animated images display strangely
Previous Next
Full log
View this message in rfc822 format
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.