v0.9.0-pre7
Pre-release
Pre-release
HappySeaFox
released this
20 Aug 10:19
·
1958 commits
to master
since this release
- COMMON: Make more fields unsigned
- COMMON: Added SAIL_ERROR_UNSUPPORTED_SEEK_WHENCE
- COMMON: Added missing pixel formats in sail_bits_per_pixel()
- PLUGINS: Added TIFF file format
- PLUGINS: Make compression levels double instead of int
- PLUGINS: Updated the reading function to accept non-const images as we modify their pixels
- JPEG: Handle other RGB conversions from CMYK
- JPEG: Added more output pixel formats
- PNG: Detect if we actually can write the requested output format
- LIBSAIL: Allocate context implicitly per thread. The public API now doesn't require contexts at all
- LIBSAIL: Fixed getting the number of bytes written
- LIBSAIL: Allow reading in I/O writing operations
- LIBSAIL: Fix manipulating memory I/O source
- LIBSAIL: Use sail_malloc() more
- BINDINGS/C++: Fixed copying compressions
- BINDINGS/C++: Fixed copying image meta entries
- BINDINGS/C++: Make probe methods overloads
- EXAMPLES: Print all meta entries in deep-diver demos
- EXAMPLES: Support older versions of Qt