Skip to content

v2.9.1

Compare
Choose a tag to compare
@drewnoakes drewnoakes released this 20 Apr 23:07
· 724 commits to main since this release

Fixes:

  • Potential OutOfMemoryException due to overflow arithmetic errors in TiffReader (@dusan-rychnovsky #167)
  • Off-by-one error in IptcReader when last tag in data was one byte in length (@cshclm #172)

Features:

  • Track some hierarchy between Directory instances via getParent().