-
Notifications
You must be signed in to change notification settings - Fork 184
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
TIFF is not valid #127
Comments
This is what ExifTool tells about the 46 byte tiff.tif :
When trying to add some meta data:
|
Before the PR in #86, @dmak posted in #85 that these were taken from https://stackoverflow.com/questions/42787235/smallest-possible-valid-tif-file, which hosts some more complaints about the file. Maybe a better source is needed? |
@TPS I don't see any complaints specifically about the 46-byte TIFF in the linked SO question. ?? |
What I mean is that it gives the vibes of "random guy on the Internet" on a platform that isn't suitable for publishing such. I also can't find anyone else who's even working on such a thing. |
TIFF added in #86 is not entirely valid, and both libtiff and ImageMagick complain about it.
As I read the standard, it should add the StripByteCounts field, and terminate the IFD with a zero long to indicate no more IFDs.
The text was updated successfully, but these errors were encountered: