emacs-devel
[Top][All Lists]
Advanced

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

Re: Image formats support


From: Fabrice Popineau
Subject: Re: Image formats support
Date: Sat, 18 Mar 2017 16:49:32 +0100



2017-03-18 16:44 GMT+01:00 Andreas Politz <address@hidden>:
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)

 
That is when you program, but when you merely use emacs to browse files
with dired, or when some package generates and load images (preview-latex), 
defaults are used. And the default is that imagemagick supersedes png and jpeg.

Fabrice

reply via email to

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