emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-image-actual-width has no effect


From: Claudius Mueller
Subject: Re: [O] org-image-actual-width has no effect
Date: Fri, 29 Aug 2014 09:47:46 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0

Thank you for pointing this out. I compiled emacs 24.3 with imagemagick support:

"ldd /usr/local/bin/emacs | grep Magick" ====>
libMagickWand-6.Q16.so.1 => /usr/lib64/libMagickWand-6.Q16.so.1 (0x00007f3946278000) libMagickCore-6.Q16.so.1 => /usr/lib64/libMagickCore-6.Q16.so.1 (0x00007f3945dd9000)

However, inline images are still not scaled at all if I include:

(setq org-image-actual-width 50)

in my .emacs file.

Any other ideas of what I am doing wrong?

Thank you very much for your help!
Claudius

On 08/28/2014 07:50 PM, Charles Philip Chan wrote:
On 28 Aug 2014, address@hidden wrote:

I am using emacs 24.3 in openSUSE 13.1. I have not compiled emacs
myself, but the core imagemagick libraries are part of the
dependencies, which makes me assume that it's been compiled with
imagemagick support.
No, the Emacs in OpenSuSE 13.1 is not compiled with Image Magick
support- "ldd /usr/bin/emacs | grep Magick" produces nothing. Where as,
this is the output of my self-compiled version.

,----[ ldd /usr/local/bin/emacs | grep Magick ]
| libMagickWand-6.Q16.so.1 => /usr/lib64/libMagickWand-6.Q16.so.1 
(0x00007fe7e8072000)
| libMagickCore-6.Q16.so.1 => /usr/lib64/libMagickCore-6.Q16.so.1 
(0x00007fe7e7bd3000
`----

I can display inline images of several file types just fine (tif, png,
gif, ...).
This is because Emacs is using libtiff, libjpeg, libpng, libxpm etc.

Charles





reply via email to

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