Releases: ngageoint/tiff-java
3.0.0
Version 3.0.0: http://search.maven.org/#artifactdetails|mil.nga|tiff|3.0.0|jar
3.0.0 (01-10-2022)
- Differencing Predictor decoding implementation
- Java 11
Previous usages of this library should remove any post raster reading manual predictor decoding implementations.
2.0.5
Version 2.0.5: http://search.maven.org/#artifactdetails|mil.nga|tiff|2.0.5|jar
2.0.5 (10-11-2021)
- FileDirectory setModelPixelScale and setModelTiepoint methods
2.0.4
Version 2.0.4: http://search.maven.org/#artifactdetails|mil.nga|tiff|2.0.4|jar
2.0.4 (07-12-2021)
- Improved error for byte offsets out of range or above max integer
2.0.3
Version 2.0.3: http://search.maven.org/#artifactdetails|mil.nga|tiff|2.0.3|jar
2.0.3 (06-25-2021)
- Modifiable IOUtils copy buffer, defaulted at 8k byte chunks
2.0.2
Version 2.0.2: http://search.maven.org/#artifactdetails|mil.nga|tiff|2.0.2|jar
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
Version 2.0.1: http://search.maven.org/#artifactdetails|mil.nga|tiff|2.0.1|jar
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
Version 2.0.0: http://search.maven.org/#artifactdetails|mil.nga|tiff|2.0.0|jar
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
Version 1.0.3: http://search.maven.org/#artifactdetails|mil.nga|tiff|1.0.3|jar
1.0.3 (06-27-2017)
- Handle writing file directory entry ASCII values ending with more than one null
1.0.2
Version 1.0.2: http://search.maven.org/#artifactdetails|mil.nga|tiff|1.0.2|jar
1.0.2 (06-12-2017)
- Handle fewer SampleFormat values specified than SamplesPerPixel. Defaults to 1 (unsigned integer data)
1.0.1
Version 1.0.1: http://search.maven.org/#artifactdetails|mil.nga|tiff|1.0.1|jar
1.0.1 (03-02-2017)
- LZW Compression modified to handle non contiguous table codes