unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
To: 7799@debbugs.gnu.org
Cc: cyd@stupidchicken.com
Subject: bug#7799: 24.0.50; Animated images display strangely
Date: Tue, 09 Aug 2011 20:17:21 +0200	[thread overview]
Message-ID: <m38vr2a1qm.fsf@stories.gnus.org> (raw)
In-Reply-To: <87aabju5g1.fsf@stupidchicken.com> (Chong Yidong's message of "Mon, 08 Aug 2011 14:24:46 -0400")

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	other threads:[~2011-08-09 18:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-07  5:04 bug#7799: 24.0.50; Animated images display strangely Lars Magne Ingebrigtsen
2011-08-08 18:24 ` Chong Yidong
2011-08-09 18:17   ` Lars Magne Ingebrigtsen [this message]
2011-08-09 23:11     ` Andy Moreton
2011-08-14 19:21     ` Chong Yidong

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=m38vr2a1qm.fsf@stories.gnus.org \
    --to=larsi@gnus.org \
    --cc=7799@debbugs.gnu.org \
    --cc=cyd@stupidchicken.com \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).