Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for the TIFF image reader (v2) #133

Closed
wants to merge 124 commits into from

Conversation

mzuehlke
Copy link

This pull request contains fixes for bugs we discovered while using the TIFFImageReader to read only a single band (or a subset of bands) out of a multi-band tiff file by specifying the "sourceBands" parameter.

It is a cleaned up version of pull request #82 and supersedes it.

dromagnoli and others added 30 commits May 25, 2011 14:18
git-svn-id: https://svn.java.net/svn/imageio-ext~svn/trunk@1264 866bbf7d-4862-ccf5-812a-c90ffd63a74d
git-svn-id: https://svn.java.net/svn/imageio-ext~svn/trunk@1271 866bbf7d-4862-ccf5-812a-c90ffd63a74d
git-svn-id: https://svn.java.net/svn/imageio-ext~svn/trunk@1272 866bbf7d-4862-ccf5-812a-c90ffd63a74d
git-svn-id: https://svn.java.net/svn/imageio-ext~svn/trunk@1275 866bbf7d-4862-ccf5-812a-c90ffd63a74d
git-svn-id: https://svn.java.net/svn/imageio-ext~svn/trunk@1284 866bbf7d-4862-ccf5-812a-c90ffd63a74d
git-svn-id: https://svn.java.net/svn/imageio-ext~svn/trunk@1286 866bbf7d-4862-ccf5-812a-c90ffd63a74d
git-svn-id: https://svn.java.net/svn/imageio-ext~svn/trunk@1289 866bbf7d-4862-ccf5-812a-c90ffd63a74d
git-svn-id: https://svn.java.net/svn/imageio-ext~svn/trunk@1295 866bbf7d-4862-ccf5-812a-c90ffd63a74d
git-svn-id: https://svn.java.net/svn/imageio-ext~svn/trunk@1299 866bbf7d-4862-ccf5-812a-c90ffd63a74d
git-svn-id: https://svn.java.net/svn/imageio-ext~svn/trunk@1303 866bbf7d-4862-ccf5-812a-c90ffd63a74d
git-svn-id: https://svn.java.net/svn/imageio-ext~svn/trunk@1304 866bbf7d-4862-ccf5-812a-c90ffd63a74d
git-svn-id: https://svn.java.net/svn/imageio-ext~svn/trunk@1314 866bbf7d-4862-ccf5-812a-c90ffd63a74d
git-svn-id: https://svn.java.net/svn/imageio-ext~svn/trunk@1336 866bbf7d-4862-ccf5-812a-c90ffd63a74d
git-svn-id: https://svn.java.net/svn/imageio-ext~svn/trunk@1338 866bbf7d-4862-ccf5-812a-c90ffd63a74d
Simone Giannecchini and others added 27 commits August 10, 2015 20:07
geosolutions-it#101, pushing back inefficient but correct approach for precompressing
…finalizer queue when imageio deferred loading is used, if that happens we don't want to carry around baggage
Issue#113: Supporting emptyTiles and noData fill
…orizontal differencing Predictor (geosolutions-it#119)

* TIFF/LZW decoder, predictor for 16-bit samples
Horizontal differencing Predictor supports decoding of 16-bit samples if
all channels are 16-bit wide.
* Issue#117: Fixing TIFF LZW/Deflate decompressor supporting 16 bit horizontal diff predictor + Tests
Improve Ant release script to support SSH key and custom SSH port
…nds.length may be less than numBands

Signed-off-by: Marco Zuehlke <Marco.Zuehlke@brockmann-consult.de>
…subsampling parameter.

Signed-off-by: Marco Zuehlke <Marco.Zuehlke@brockmann-consult.de>
Signed-off-by: Marco Zuehlke <Marco.Zuehlke@brockmann-consult.de>
@aaime
Copy link
Member

aaime commented Sep 16, 2024

Band selection should be working nowadays, we have no performance issues reading hyperspecral data?

However, if still relevant, please clean up, the current PR is too large and contains many unrelated changes by other authors:

image

@aaime aaime closed this Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants