v2.6.0
Released 22 May 2012
Highlights:
- Much faster processing of large TIFF files
- Easier use of GPS data
- Basic support for PSD files
Detail:
- Added
GeoLocation
type and updated the means of extracting GPS data from theGpsDirectory
- Added a new sample application which produces Google Maps HTML for a directory of photos which contain GPS data
- Converted
BufferReader
from a class to an interface, renaming the prior implementation asByteArrayReader
- Created a new
RandomAccessFileReader
which allows the processing of files without loading the whole file into memory - Added
PsdMetadataReader
,PsdReader
,PsdHeaderDirectory
andPsdHeaderDescriptor
classes which offer some basic support for PSD files - Changed base class's
MetadataReader.extract
method to take aBufferReader
instead of abyte[]