TinyTIFF Versions Save

lightweight TIFF reader/writer library (C/C++)

4.0.1.0

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/jkriege2/TinyTIFF/compare/4.0.0.0...4.0.1.0

4.0.0.0

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/jkriege2/TinyTIFF/compare/3.0.0.0...4.0.0.0

3.0.0.0

3 years ago
  • library itself is now a simple C-library and does no longer depend on C++, additional C++-tools have been moved to header-only extension
  • improved documentation
  • new TIFF-reader code, which now supports chunked and planar multi-sample data
  • TinyTIFFWriter now supports chunked and planar multi-sample data
  • TinyTIFFWriter now supports data interpretations, RGB(A), Grey, Grey+Alpha and extra samples properly
  • added TinyTIFFWriter_GetVersion() and TinyTIFFReader_GetVersion() functions
  • improved/rewritten test programs
  • several bugfixes, some thanks to other user, such as https://github.com/Eta76, https://github.com/bala1144

2.0.0.0

3 years ago
  • diverse bugfixes
  • working import headers
  • CMake build

1.0.0.0

3 years ago

This release was created to allow to refer to the old pre-CMake state of this library