BigTIFF support ? #22
geektortoise
started this conversation in
Ideas
Replies: 3 comments
-
Nothing currently planned, but not opposed to supporting and open to pull requests. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Did you found another way to open BigTiff? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Converted from an Issue to a Discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 ?
Beta Was this translation helpful? Give feedback.
All reactions