Cleaning up documentation. Renamed package.html to package_info.java.

This commit is contained in:
Harald Kuhr
2009-10-21 18:43:49 +02:00
parent ac68a31c36
commit 1c22280f51
45 changed files with 286 additions and 324 deletions
@@ -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.
@@ -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;