all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* how to test imagemagick support in emacs
@ 2014-08-29 21:39 claudius.mueller
  2014-08-30 22:13 ` Michael Heerdegen
  2018-02-25 23:04 ` w20100w
  0 siblings, 2 replies; 3+ messages in thread
From: claudius.mueller @ 2014-08-29 21:39 UTC (permalink / raw)
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: how to test imagemagick support in emacs
  2014-08-29 21:39 how to test imagemagick support in emacs claudius.mueller
@ 2014-08-30 22:13 ` Michael Heerdegen
  2018-02-25 23:04 ` w20100w
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Heerdegen @ 2014-08-30 22:13 UTC (permalink / raw)
  To: help-gnu-emacs

claudius.mueller@gmail.com writes:

> 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 don't know much about it.  AFAICT you need to eval something like

    (setq image-type-header-regexps '((".*" . imagemagick)))

to be able to resize images in image-mode with imagemagick (for example,
from the "Image" menu).  If resizing works for you when visiting an
image file, I guess your imagemagick support is ok.

Michael.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: how to test imagemagick support in emacs
  2014-08-29 21:39 how to test imagemagick support in emacs claudius.mueller
  2014-08-30 22:13 ` Michael Heerdegen
@ 2018-02-25 23:04 ` w20100w
  1 sibling, 0 replies; 3+ messages in thread
From: w20100w @ 2018-02-25 23:04 UTC (permalink / raw)
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-02-25 23:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-29 21:39 how to test imagemagick support in emacs claudius.mueller
2014-08-30 22:13 ` Michael Heerdegen
2018-02-25 23:04 ` w20100w

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.