[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Linking to ImageMagick by default
From: |
Alan Third |
Subject: |
Re: Linking to ImageMagick by default |
Date: |
Thu, 27 Dec 2018 13:11:05 +0000 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
On Wed, Dec 19, 2018 at 06:36:16PM +0200, Eli Zaretskii wrote:
> I think you should use Fcons instead of list3 or list2.
Thanks Eli! I got there eventually using Fcons.
I’ve now run into another issue. Now that I’m stripping the image spec
down to the basics when I load an image in image mode and then use +
or - to resize, it doesn’t redraw.
It redraws correctly if you cause a redraw, by scrolling the window,
or making an animated gif animate, or similar.
I think that during redisplay something must be looking at the image
and deciding it hasn’t changed, but I can’t find anything like that.
Patch attached. It probably won’t build on Windows, unfortunately.
I’ve yet to look at that code properly, and I don’t have a Windows
build environment, but I expect it to work on X and NS.
--
Alan Third
0001-Add-native-image-scaling.patch
Description: Text document
- Re: Linking to ImageMagick by default, (continued)
- Re: Linking to ImageMagick by default, Alan Third, 2018/12/05
- Re: Linking to ImageMagick by default, Alan Third, 2018/12/08
- Re: Linking to ImageMagick by default, Paul Eggert, 2018/12/08
- Re: Linking to ImageMagick by default, Alan Third, 2018/12/10
- Re: Linking to ImageMagick by default, Alan Third, 2018/12/19
- Re: Linking to ImageMagick by default, Eli Zaretskii, 2018/12/19
- Re: Linking to ImageMagick by default, Joseph Garvin, 2018/12/19
- Re: Linking to ImageMagick by default, Alan Third, 2018/12/27
- Re: Linking to ImageMagick by default,
Alan Third <=
- Re: Linking to ImageMagick by default, Eli Zaretskii, 2018/12/27
- Re: Linking to ImageMagick by default, Juri Linkov, 2018/12/27
- Re: Linking to ImageMagick by default, Eli Zaretskii, 2018/12/28
- Re: Linking to ImageMagick by default, Alan Third, 2018/12/28
- Re: Linking to ImageMagick by default, Eli Zaretskii, 2018/12/29
- Re: Linking to ImageMagick by default, Juri Linkov, 2018/12/29
- Re: Linking to ImageMagick by default, Alan Third, 2018/12/30
- Re: Linking to ImageMagick by default, Elias Mårtenson, 2018/12/09