BigTIFF support ? #22
geektortoise
started this conversation in
Ideas
Replies: 4 comments 1 reply
|
Nothing currently planned, but not opposed to supporting and open to pull requests. |
0 replies
Did you found another way to open BigTiff? |
1 reply
|
Converted from an Issue to a Discussion |
0 replies
|
We would love support for BigTIFF as well. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Version Information:
Expected Results:
Observed Results:
What happened instead?
mil.nga.tiff.util.TiffException: Invalid file identifier, not a TIFF
How often does this occur? Every time
Output:
mil.nga.tiff.util.TiffException: Invalid file identifier, not a TIFF
Steps to Reproduce:
where test.tif is a bigtiff (so the
https://github.com/ngageoint/tiff-java/blob/master/src/main/java/mil/nga/tiff/util/TiffConstants.java#L23
FILE IDENTIFIER is 43)
Test Files:
/usr/local/bin/vips tiffsave "test.jpeg" "test.tif" --tile --pyramid --bigtiff
I know that it is not possible for java to handle a huge file > 2Gb or 4 Gb. But is it planned to be able to read and modify metadata of bigtiff ?
All reactions