[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: DJVU files and ImageMagick
From: |
Eli Zaretskii |
Subject: |
Re: DJVU files and ImageMagick |
Date: |
Sun, 03 Feb 2019 19:12:22 +0200 |
> From: Stephen Berman <address@hidden>
> Date: Sat, 02 Feb 2019 23:12:12 +0100
>
> Should the following change be made?
>
> diff --git a/lisp/image.el b/lisp/image.el
> index 3aa3b0aa24..ba75bdf034 100644
> --- a/lisp/image.el
> +++ b/lisp/image.el
> @@ -902,7 +902,7 @@ imagemagick-register-types
> (setq imagemagick--file-regexp re))))
>
> (defcustom imagemagick-types-inhibit
> - '(C HTML HTM INFO M TXT PDF)
> + '(C HTML HTM INFO M TXT PDF DJVU)
> "List of ImageMagick types that should never be treated as images.
> This should be a list of symbols, each of which should be one of
> the ImageMagick types listed by `imagemagick-types'. The listed
I think ImageMagick is a troubled package, so replacing it with better
alternatives is generally a Good Thing. Therefore, I agree with this
change, and would encourage others to speak up their views on this.
Thanks.