art1
2 years ago |
3 commits to master since this release
- bugfix, TIFFWriteDirectory() is errorneous because sometimes libtiff
could extend IFD with missed tags automatically. The call of
TIFFReWriteDirectory() adds a new(!) IFD at the end of the TIFF file.
This is less dangerous, bot in very rare situations with very, very
large TIFFs it could exceeds the 32bit offset value and fail.
- minor fixes