mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-05-01 00:00:02 -04:00
Cleaning up documentation. Renamed package.html to package_info.java.
This commit is contained in:
-13
@@ -1,13 +0,0 @@
|
||||
JMagick plugin for ImageIO that uses JMagick, an open source Java interface for
|
||||
ImageMagick to read and write images.
|
||||
<p/>
|
||||
<!-- TODO: Describe the formats available -->
|
||||
<small>
|
||||
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
|
||||
<tt>java.library.path</tt> for this plugin to work.
|
||||
</small>
|
||||
<p/>
|
||||
See <a href="http://www.imagemagick.org/">ImageMagick homepage</a>
|
||||
or <a href="http://www.yeo.id.au/jmagick/">JMagick homepage</a>
|
||||
for more information.
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* JMagick plugin for ImageIO that uses JMagick, an open source Java interface for
|
||||
* ImageMagick to read and write images.
|
||||
* <p/>
|
||||
* <!-- TODO: Describe the formats available -->
|
||||
* <small>
|
||||
* 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.
|
||||
* </small>
|
||||
* <p/>
|
||||
* @see <a href="http://www.imagemagick.org/">ImageMagick homepage</a>
|
||||
* @see <a href="http://www.yeo.id.au/jmagick/">JMagick homepage</a>
|
||||
*/
|
||||
package com.twelvemonkeys.imageio.plugins.jmagick;
|
||||
Reference in New Issue
Block a user