help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: how to test imagemagick support in emacs


From: w20100w
Subject: Re: how to test imagemagick support in emacs
Date: Sun, 25 Feb 2018 15:04:30 -0800 (PST)
User-agent: G2/1.0

On Friday, 29 August 2014 23:39:16 UTC+2, Claudius Mueller  wrote:
> Hello,
> 
> Is there a simple way to test if imagemagick support is working in my emacs 
> install? I need to ensure that to track down a problem I have with org-mode 
> with getting inline image scaling to work. As far as I know this function is 
> based on imagemagick.
> 
> I'm using emacs 24.3-177.1 on openSUSE 13.1 (64 bit).
> 
> >ldd emacs | grep Magick
> 
> shows:
> 
> libMagickWand-6.Q16.so.1 => /usr/lib64/libMagickWand-6.Q16.so.1 
> (0x00007f396a498000)
> libMagickCore-6.Q16.so.1 => /usr/lib64/libMagickCore-6.Q16.so.1 
> (0x00007f3969ff9000)
> 
> Thank you for any pointers!
> Claudius

M-x eval-expression RET (getenv "PATH") RET
Shoud return other than nil


reply via email to

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