ImageInfo image file metadata extraction 1.6 [Public Domain]
| Marco Schmidt 03 Jan 2005 18:04 GMT | Page rating:  |
ImageInfo version 1.6 has been released.
===
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, color depth and other properties. ImageInfo does not depend on
the AWT or additional libraries and is thus especially suited for a
server environment.
Supported file formats: JPEG, PNG, GIF, BMP, PCX, IFF, RAS, PBM, PGM,
PPM, PSD and SWF.
ImageInfo is written in the Java programming language and comes with
full source code.
ImageInfo is contributed to the Public Domain.
ImageInfo requires Java 1.1 or higher.
===
Website at
<http://www.geocities.com/marcoschmidt.geo/image-info.html>.
Freshmeat record at <http://freshmeat.net/projects/imageinfo/>.
===
Changes since last version:
* Removed unused fields and methods.
* Added missing method documentation.
* Made class compatible with Java 1.1 again.
* Fixed bug with detection of progressive (interlaced) GIF files.
* Changed compact output delimiter to tab for better integration with
cut(1) etc.
* Added documentation to the "known issues" section of the website.
Full change history at
<http://www.geocities.com/marcoschmidt.geo/image-info.html#history>.
No comments at this time. Why not be the first?