Page 1 of 1

A new java interface to ImageMagick

Posted: 2009-01-29T04:26:00-07:00
by bablokb
I have just published the initial release of im4java (http://im4java.sourceforge.net). In contrast to JMagick (http://www.jmagick.org), which uses JNI to access the C-API of ImageMagick, im4java just generates the ImageMagick commandline.

Both approaches have their merits and java developers can decide which interface best fits their need.

Bernhard