From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#14700: 24.3.50; Animated ImageMagick images doesn't work Date: Wed, 14 Aug 2013 16:18:27 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1376489960 24155 80.91.229.3 (14 Aug 2013 14:19:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 Aug 2013 14:19:20 +0000 (UTC) To: 14700@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Aug 14 16:19:22 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V9buz-0001ad-IY for geb-bug-gnu-emacs@m.gmane.org; Wed, 14 Aug 2013 16:19:21 +0200 Original-Received: from localhost ([::1]:58485 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9buw-0000bD-R0 for geb-bug-gnu-emacs@m.gmane.org; Wed, 14 Aug 2013 10:19:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9bun-0000at-U5 for bug-gnu-emacs@gnu.org; Wed, 14 Aug 2013 10:19:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V9buh-0004RM-6a for bug-gnu-emacs@gnu.org; Wed, 14 Aug 2013 10:19:09 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:35743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9buh-0004RG-3V for bug-gnu-emacs@gnu.org; Wed, 14 Aug 2013 10:19:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1V9bug-0002uV-GP for bug-gnu-emacs@gnu.org; Wed, 14 Aug 2013 10:19:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Lars Magne Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 14 Aug 2013 14:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14700 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 14700-submit@debbugs.gnu.org id=B14700.137648992711158 (code B ref 14700); Wed, 14 Aug 2013 14:19:02 +0000 Original-Received: (at 14700) by debbugs.gnu.org; 14 Aug 2013 14:18:47 +0000 Original-Received: from localhost ([127.0.0.1]:58292 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V9buR-0002tt-1s for submit@debbugs.gnu.org; Wed, 14 Aug 2013 10:18:47 -0400 Original-Received: from hermes.netfonds.no ([80.91.224.195]:39917) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V9buN-0002th-Jh for 14700@debbugs.gnu.org; Wed, 14 Aug 2013 10:18:44 -0400 Original-Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=stories.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1V9bu7-0004oU-W1 for 14700@debbugs.gnu.org; Wed, 14 Aug 2013 16:18:28 +0200 X-Now-Playing: Dead Can Dance's _Anastasis In Concert_: "Nierika " X-Hashcash: 1:23:130814:14700@debbugs.gnu.org::C4//TPvCacA/1RaM:0000000000000000000000000000000000000000Fii7 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 23 Jun 2013 21:39:13 +0200") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) X-MailScanner-ID: 1V9bu7-0004oU-W1 MailScanner-NULL-Check: 1377094708.07011@N6qogXN6DwMPeFyUbL6ZPA X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:77345 Archived-At: I've checked in a fix that will actually animate ImageMagick images now. (It previously computed the index and everything, but didn't actually use it for anything.) So the example code in this bug now "works". But it's really ugly. It displays the same bugs as gif animation did before Chong Yidong fixed it in 2011. Looking at those fixes, it looks like is has something to do with... er... transparent colours and... something. I'm trying to google to see whether anybody has written some code to use ImageMagick to display animated gifs to see whether there's any way to make ImageMagick compute all this stuff itself, but so far I've come up short. Anybody? -- (domestic pets only, the antidote for overdose, milk.) No Gnus T-Shirt for sale: http://ingebrigtsen.no/no.php and http://lars.ingebrigtsen.no/2013/08/twenty-years-of-september.html