Releases: Imagine-Programming/tiffconvert
Releases · Imagine-Programming/tiffconvert
tiffconvert-v1.2.0.0
Bugfixes and impurity clean-ups, such as uninitialized pointers, useless copies and ignoring the height to determine if scaling should be applied. Additionally, a verbose mode has been added so that the Tiff-tag processing and eiStream rendering can be debugged.
tiffconvert-v1.1.3.0
Bugfix: improper validation would cause eiStream/Wang tags to fail on some files.
tiffconvert-v1.1.2.0
Another bugfix release, in libtiffconvert
the tiff_verify_header
would actually update the byte order of the \Magic
and \IFD0
fields of the header for big endian (motorola) files. This should not happen.
tiffconvert-v1.1.1.0
Simple bugfix release, where the usage of _stricmp
was flawed. Replaced it with a proper memcmp
call.
tiffconvert-v1.1.0.0
Initial release with x64 binaries and libs.
libtiffconvert.(dll|lib|exp)
libtiffwang.(dll|lib|exp)
tiffconvert.exe
LICENSE