emacs-devel
[Top][All Lists]
Advanced

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

Re: Image formats support


From: Andreas Politz
Subject: Re: Image formats support
Date: Sat, 18 Mar 2017 16:44:49 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Fabrice Popineau <address@hidden> writes:

> My point is that only one of imagemagick and libpng will handle png
> files at a time.  When ImageMagick is available, it supersedes png,
> jpeg and anything it handles (AFAICS).

No, the used library depends on the image-type, i.e.

(create-image "foo.png" 'imagemagick)

    vs.

(create-image "foo.png" 'png)

-ap



reply via email to

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