All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twelvemonkeys.imageio.plugins.jmagick.package_info Maven / Gradle / Ivy

Go to download

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;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy