emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Auto-resizing of images in image-mode


From: Juri Linkov
Subject: Re: Auto-resizing of images in image-mode
Date: Mon, 20 Apr 2020 02:18:12 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu)

> Before Emacs 27 any image scaling and rotation required imagemagick.
> Emacs 27 can (mostly) handle it without imagemagick now. So yes, this
> behaviour is new to people who don’t build with imagemagick.

Aha, this explains everything because I used imagemagick in older versions.

>> But anyway their docstrings say:
>>
>>   This command has no effect unless Emacs is compiled with
>>   ImageMagick support.
>>
>> So these commands should be fixed to work without ImageMagick.
>
> It should generally be a case of removing any checks for imagemagick
> since the dependence on it is no longer there. In some cases I think
> the docstring says it relies on imagemagick, but the function works in
> Emacs 27 without it anyway.

So I removed checks for imagemagick and mentions from docstrings
after confirming that all commands work in Emacs 27 without imagemagick.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]