From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#28692: Emacs fails to display images Date: Thu, 05 Oct 2017 17:13:41 +0200 Message-ID: <878tgp4ogq.fsf@gnu.org> References: <877ewcdnjp.fsf@GlaDOS.home> 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]:52656) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e07qi-0006I0-DX for bug-guix@gnu.org; Thu, 05 Oct 2017 11:14:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e07qc-0002Ws-Qq for bug-guix@gnu.org; Thu, 05 Oct 2017 11:14:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43012) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e07qc-0002Wm-N5 for bug-guix@gnu.org; Thu, 05 Oct 2017 11:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e07qc-0004dD-HQ for bug-guix@gnu.org; Thu, 05 Oct 2017 11:14:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <877ewcdnjp.fsf@GlaDOS.home> (Diego Nicola Barbato's message of "Tue, 03 Oct 2017 21:44:10 +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: Diego Nicola Barbato Cc: 28692@debbugs.gnu.org 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' @ error= /constitute.c/ReadImage/504 Could it be a CLI change in ImageMagick? The package was upgraded in 87a9c53b7ca08bd490c94fe5579c3f26c19be78c. Ludo=E2=80=99.