Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 2.19 KB

CHANGELOG.md

File metadata and controls

66 lines (41 loc) · 2.19 KB

Change Log

All notable changes to this project will be documented in this file. Adheres to Semantic Versioning.


3.0.1 (TBD)

  • TBD

3.0.0 (01-10-2022)

  • Differencing Predictor decoding implementation
  • Java 11

2.0.5 (10-11-2021)

  • FileDirectory setModelPixelScale and setModelTiepoint methods

2.0.4 (07-12-2021)

  • Improved error for byte offsets out of range or above max integer

2.0.3 (06-25-2021)

  • Modifiable IOUtils copy buffer, defaulted at 8k byte chunks

2.0.2 (07-10-2020)

  • Model pixel scale and model tiepoint retrieval methods
  • Sample values byte buffer max capacity allocation check

2.0.1 (04-01-2019)

  • xResolution and yResolution write fix
  • Skip unknown tags while reading
  • Allow headers to be read for unsupported compression types
  • JPEG field tags
  • Eclipse project cleanup
  • Dropping "geopackage" from library name

2.0.0 (11-20-2017)

  • Rasters modified to use buffers in place of arrays
  • Deflate compression support
  • Additional Rasters constructor options
  • Handle missing samples per pixel with default value of 1
  • Public access to tiff tags
  • String Entry Value getter and setter
  • maven-gpg-plugin version 1.6

1.0.3 (06-27-2017)

  • Handle writing file directory entry ASCII values ending with more than one null

1.0.2 (06-12-2017)

  • Handle fewer SampleFormat values specified than SamplesPerPixel. Defaults to 1 (unsigned integer data)

1.0.1 (03-02-2017)

  • LZW Compression modified to handle non contiguous table codes

1.0.0 (10-04-2016)

  • Initial Release