<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="http://www.riotfamily.org/ivy/ivy-doc.xsl"?>
<ivy-module version="1.3">
    <info 
        organisation="devlib" 
        module="imageinfo" 
        revision="1.7" 
        status="release">

        <license name="Public Domain" />
    	<ivyauthor name="neteye" url="http://neteye.de" />

		<description homepage="http://schmidt.devlib.org/image-info/">
			Imageinfo is a single Java class that examines InputStream and RandomAccessFile objects. It checks whether 
			the stream/file is in one of the supported image file formats and determines image width, height, and color depth. 
			ImageInfo does not depend on the AWT or additional libraries.
		</description>
    </info>
</ivy-module>
