tiff-java
tiff-java copied to clipboard
Tagged Image File Format Java Library
#### Version Information: * TIFF Java Version: 3.0.0 * TIFF Java Source: mvnrepository * IDE Name & Version: IntelliJ IDEA * Maven Version: sbt 1.6.2 * Java Version: openjdk version...
This is a pretty large PR, but its almost entirely javadoc and whitespace cleanup. With this PR, there are no more javadoc warnings. I've tracked the source document for (almost)...
Please fill out as much known and relevant information as possible. #### Version Information: * TIFF Java Version: * TIFF Java Source: (e.g. Central Repository, Release, Source Code Build) *...
We've been using this library since 2.0.0, and it's gotten us out of a few tiff-related scrapes with other libraries and frameworks! Hoping I can get this one annoyance fixed....
Optimized the code in the LZW decompression algorithm. In running of the unit tests, this allowed the decode method to preform about 5.6x faster than the old implementation.
Parsing a geotiff from the nrlssc geoint tileserver would often throw exceptions, sometimes about the byte stream ending early or other problems with the bytes. The happens on most geotiff...
#### Version Information: * TIFF Java Version: 3.0.0 #### Expected Results: Parse geo tiff images from https://geoint.nrlssc.org/nrltileserver/wcs without an exception The geotiff can be successfully read with java's ImageIO.read() as...