All releases of Imagero


Release Notes: This release adds basic support for reading PSD files and optimized reading images from URL (the byteserving feature of HTTP 1.1) bugfixes.


Release Notes: In this version, a very important bug in TiffReader was finally fixed. Factory methods for creating RandomAccessRO/RandomAccess with default Java byte order (big endian) were added to RandomAccessFactory.


Release Notes: A new method was added to ReaderFactory which creates an ImageReader from an InputStream. Internal bugfixes were made. A short, unfinished tutorial was added, and can be found at http://reader.imagero.com/tutorial/.


Release Notes: Extracting XMP metadata from TIFF, JPEG, PNG and PSD files is now supported. There is better common support for JPEG metadata. The com.imagero.io.uio package features a unified approach to input/output.


Release Notes: A single mistake in the previous version has been corrected: the redundant interface com.imagero.io.Output has been removed.


Release Notes: TIFF FAX is now supported. A bug in loading images from a byte array in the applet has been fixed. There are also significant changes in the com.imagero.io package.


Release Notes: MNG, THM (which contains thumbnail and EXIF data from CRW files), and CRW files can be now read. The IPTC support was improved and support for CIFF was added (used by CRWReader). Some bugfixes were made.


Release Notes: Support has been added for JNG files. PNGReader was revised (improved performance and lesser memory usage). All PNG chunks were made public (access to all PNG metadata). setROI is now supported for JPEG files (although rows before roi.y are decoded, but no IDCT performed; rows after roi.y + roi.height don't read at all).


Release Notes: Method getIFD(int index); in TiffReader was made public. Access to full tiff metadata is now possible. It is also possible to read an image from a byte array.


Release Notes: The LZW and setROI bugs were fixed, and a ProgressListener was added.