Skip to content

Releases: Imagine-Programming/tiffconvert

tiffconvert-v1.2.0.0

13 Mar 11:00
1eba05f
Compare
Choose a tag to compare

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

30 Sep 14:21
bf70881
Compare
Choose a tag to compare

Bugfix: improper validation would cause eiStream/Wang tags to fail on some files.

tiffconvert-v1.1.2.0

26 Aug 08:05
Compare
Choose a tag to compare

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

17 Jul 20:25
Compare
Choose a tag to compare

Simple bugfix release, where the usage of _stricmp was flawed. Replaced it with a proper memcmp call.

tiffconvert-v1.1.0.0

16 Jul 21:41
b20b11a
Compare
Choose a tag to compare

Initial release with x64 binaries and libs.

  • libtiffconvert.(dll|lib|exp)
  • libtiffwang.(dll|lib|exp)
  • tiffconvert.exe
  • LICENSE