jMagick

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
janci
Posts: 2
Joined: 2015-08-04T22:27:36-07:00
Authentication code: 1151

jMagick

Post by janci »

Hi guys,

i would like to know where i can find newest versions of jMagick for linux and windows .
Last versions are 6.3.9 which is old a bit i guess.

Reason why i have to update ImageMagick is that i want to process PDF files.

Edit:
The issue may be somewhere else.
Im getting "MagickException: Unable to retrieve handle" when i want to parse pdfs on my local PC (windows) .
However on server(linux) with same code is all working fine :/ .
Images (pngs ,jpegs) works great on both enviroments.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: jMagick

Post by fmw42 »

What do you get from running

convert -version

and

convert -list configure and look at the line starting with DELEGATES

on both systems? Perhaps you need Ghostscript installed or updated.


See http://www.jmagick.org/
janci
Posts: 2
Joined: 2015-08-04T22:27:36-07:00
Authentication code: 1151

Re: jMagick

Post by janci »

Thank you for response fmw42.

Meantime i updated on 6.6.5 version .
It is still working with jMagick for 6.3.9 version.

result of convert -version:
Version: ImageMagick 6.6.5-9 2010-11-15 Q8 http://www.imagemagick.org

result of convert -list configure:
DELEGATES bzlib freetype jpeg jp2 lcms png tiff x11 xml wmf zlib

I gues you just found the issue! Pdf is missing in delegates. I will need also svg in future.

The question is "how i can put pdf and svg to delegates in windows enviroment?"
Is there some full configured binary or just delegates.xml / configure.xml needs to be updated ?
I added "pdf svg" to configure.xml ,but it doesnt help.

Binary for windows was downloaded from http://ftp.sunet.se/pub/multimedia/grap ... /binaries/
I hope i dont need build binary from source.

Many thanks for help again!
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: jMagick

Post by Bonzo »

With a normal Imagemagick install if you have ghostscript installed Imagemagick will find it.
Post Reply