Would be nice to compile ImageMagick support, eg this allows org-mode to resize images when showing them inline.
(fboundp 'imagemagick-types) is nil: Emacs is compiled without ImageMagick support
Even after I add this, there's no effect:
(add-to-list 'dynamic-library-alist
'(imagemagick "c:/cygwin64/bin/cygMagickWand-6.Q16-2.dll"))
Emacs version 25.0.50.1, file emacs-bin-w64-20150124-02cbd38.7z
Thanks for your report. For the no effect
add-to-listI think it is expected. Because this build is native windows program and can't play well with cygwin's dlls. I remember there is a patch that can make Emacs support ImageMagick. I will try to find it and see whether it makes things work.Last edit: zklhp 2015-02-04
A quick test suggests that none of the following two approaches works here. By now I don't know how to get it work. Sorry.
Patches are from
http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00423.html
https://gist.github.com/rzl24ozi/d588b40217b80e3dae65
Ah that's sad.
I've read both threads and it looked like rzl24ozi got it figured out.
Another of his patches would also be very useful: emacs-24.4-image-fit.diff (https://gist.github.com/rzl24ozi/fd6bc3cd4963044b661c).
Could you talk to rzl24ozi to figure out what's wrong?
Thanks for your work!! My previous emacs install (stock build from fsf) didn't have any images. Now I can see PlantUML PNG images in org-mode, so I'm happy :-)