7.1.2-29
Added 1
- Add WEBP compress case when writing
Changed 1
- Update dependencies
Fixed 3
- Make sure we read the bits_per_sample before using it
- Only set the TIFFTAG_WEBP_LEVEL when the quality is not undefined
- Add missing typecast
Removed 2
- Remove unnecessary include
- Remove checks for values from tif_config.h that are not included, libtiff will report errors itself now
Commits
- beta release b8ae505
- Updated the dependencies. 90f5b91
- add WEBP compress case when writing f35294e
- Removed unnecessary include. 1e2f64f
- Removed checks for values from tif_config.h that are not included, libtiff will report errors itself now. 7cf1988
- Only set the TIFFTAG_WEBP_LEVEL when the quality is not undefined. 02ac849
- Make sure we read the bits_per_sample before using it. 0af4ede
- Added missing typecast. b919b37
- release 360eda5