We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
./Source/Metadata/XTIFF.cpp: if((unsigned)_TIFFDataSize(tif_tag_type) != FreeImage_TagDataWidth(tag_type)) { ./Source/LibTIFF4/tiffiop.h:extern int _TIFFDataSize(TIFFDataType type); ./Source/LibTIFF4/tif_dir.c: tv_size = _TIFFDataSize(fip->field_type); ./Source/LibTIFF4/tif_dirinfo.c:_TIFFDataSize(TIFFDataType type) ./Source/LibTIFF4/tif_print.c: _TIFFDataSize(fip->field_type)
uses _TIFFDataSize which is removed from libtiff 4.4 https://gitlab.com/libtiff/libtiff/-/commit/11f3f279608ae9e68f014717393197f430f9be58
_TIFFDataSize
conda-forge/libtiff-feedstock#78
libtiff 4.4 freeimage 3.18
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Solution to issue cannot be found in the documentation.
Issue
uses
_TIFFDataSize
which is removed from libtiff 4.4https://gitlab.com/libtiff/libtiff/-/commit/11f3f279608ae9e68f014717393197f430f9be58
conda-forge/libtiff-feedstock#78
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: