From mboxrd@z Thu Jan 1 00:00:00 1970 From: Diego Nicola Barbato Subject: bug#28692: Emacs fails to display images Date: Thu, 05 Oct 2017 18:11:39 +0200 Message-ID: <877ew9h8w4.fsf@GlaDOS.home> References: <877ewcdnjp.fsf@GlaDOS.home> <878tgp4ogq.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e08kp-0007Gu-0U for bug-guix@gnu.org; Thu, 05 Oct 2017 12:12:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e08kl-00073t-K8 for bug-guix@gnu.org; Thu, 05 Oct 2017 12:12:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43040) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e08kl-00073H-G8 for bug-guix@gnu.org; Thu, 05 Oct 2017 12:12:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e08kl-0006Bm-6G for bug-guix@gnu.org; Thu, 05 Oct 2017 12:12:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <878tgp4ogq.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 05 Oct 2017 17:13:41 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 28692@debbugs.gnu.org Hello Ludo, ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hello Diego, > > Diego Nicola Barbato skribis: > >> Several of emacs image related features have stopped working properly: >> * Eww does not render images showing empty squares instead. >> * When visiting an image in a buffer and pressing n to visit the next >> image the next image is either not displayed at all (showing an empty >> square instead) or a thumbnail sized version is displayed. >> * Transformations such as "Fit to Window Width" or "Rotate Image" do not >> work at all. The following error message is displayed instead: >> ImageMagick error: no decode delegate for this image format `PBM' @ >> error/constitute.c/ReadImage/504 >> (This happens with all image formats not just .pbm) > > Indeed, I experience this with DocView as well (when resizing), which > leads to: > > ImageMagick error: no decode delegate for this image format `PNG' @ err= or/constitute.c/ReadImage/504 > > Could it be a CLI change in ImageMagick? The package was upgraded in > 87a9c53b7ca08bd490c94fe5579c3f26c19be78c. > > Ludo=E2=80=99. I believe the bug was introduced in 030030f4416b54285dcdd58bddb863c0e6bda4c4. It appears to be a known bug in ImageMagick (https://github.com/ImageMagick/ImageMagick/issues/825), which was already present in version 6.9.9-15. It has been fixed in version 6.9.9-18 (https://github.com/ImageMagick/ImageMagick/blob/ImageMagick-6/ChangeLog). Diego