GNU bug report logs - #46491
[feature/pgtk] Unused macro warning in image.c without ImageMagick

Previous Next

Package: emacs;

Reported by: "Basil L. Contovounesios" <contovob <at> tcd.ie>

Date: Sat, 13 Feb 2021 16:35:01 UTC

Severity: minor

Tags: patch

Done: "Basil L. Contovounesios" <contovob <at> tcd.ie>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Yuuki Harano <masm+emacs <at> masm11.me>
To: alan <at> idiocy.org
Cc: contovob <at> tcd.ie, 46491 <at> debbugs.gnu.org
Subject: bug#46491: [feature/pgtk] Unused macro warning in image.c without ImageMagick
Date: Sun, 14 Feb 2021 11:20:19 +0900 (JST)
On Sat, 13 Feb 2021 23:05:45 +0000,
	Alan Third <alan <at> idiocy.org> wrote:
> I think your patch looks right, but I'm confused as to why this is in
> the PGTK branch at all. The imagemagick transforms are intentionally
> excluded from the native transforms, but this disables the imagemagick
> transforms completely and, presumably, replaces them with native
> transforms.

I wanted to make imagemagick images not blurry in image-mode on
scale x2.0 monitor.

With the exclusion, imagemagick generates scaled image pixel data,
and the image is rendered twice in size, so it is blurry.
Without the exclusion, imagemagick generates original image pixel data,
and the image may not be enlarged (but shrinked), so it may not be blurry.

For other than imagemagick, like png, original image pixel data is generated,
and it is not blurry on scale x2.0 monitor.

So I disabled it.

-- 
Yuuki Harano




This bug report was last modified 4 years and 156 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.