com.twelvemonkeys.imageio.plugins.jmagick.package_info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of imageio-jmagick Show documentation
Show all versions of imageio-jmagick Show documentation
ImageIO wrapper for JMagick.
See the <a href="http://www.yeo.id.au/jmagick/">JMagick Home page</a>
for more information.
The newest version!
/**
* JMagick plugin for ImageIO that uses JMagick, an open source Java interface for
* ImageMagick to read and write images.
*
*
*
* Note: The plugin relies on JMagick, which ues JNI and native code. You need
* to have the JMagick and ImageMagick shared libraries (or DLLs) in Java's
* {@code java.library.path} for this plugin to work.
*
*
* @see ImageMagick homepage
* @see JMagick homepage
*/
package com.twelvemonkeys.imageio.plugins.jmagick;