Skip to content

v2.6.0

Compare
Choose a tag to compare
@drewnoakes drewnoakes released this 20 Nov 14:23

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 the GpsDirectory
  • 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 as ByteArrayReader
  • Created a new RandomAccessFileReader which allows the processing of files without loading the whole file into memory
  • Added PsdMetadataReader, PsdReader, PsdHeaderDirectory and PsdHeaderDescriptor classes which offer some basic support for PSD files
  • Changed base class's MetadataReader.extract method to take a BufferReader instead of a byte[]