Skip to content

v0.9.0-pre18

Pre-release
Pre-release
Compare
Choose a tag to compare
@HappySeaFox HappySeaFox released this 24 Oct 15:02
· 796 commits to master since this release
987c987

BINDINGS/C++: Added new sail::palette(pixel_format, data) constructor
BINDINGS/C++: Added new sail::resolution constructor
BINDINGS/C++: Added new palette::palette(pixel_format, data, color_count) constructor
BINDINGS/C++: Fixed copying invalid palette
BINDINGS/C++: Fixed image::image(std::string_view) not allocating pimpl
BINDINGS/C++: Make with() builders destructive even when the input is invalid
BINDINGS/C++: Simplify with_data() overload in iccp
CODECS: Fix using release/debug dependencies for static builds
CODECS: Use generator expression to append to INTERFACE_LINK_LIBRARIES
COMMON: Fixed memory leak in copying palette
EXAMPLES: Display only the first image info
EXTRA: Added resvg
EXTRA: Fix linking to ZSTD and JBIG in TIFF in Debug builds
EXTRA: Install Rust and cargo instead of using portable version
EXTRA: Repack resvg as tar.gz
EXTRA: Specify build type Release/Debug in command line
EXTRA: Unpack perl quietly
JPEG2000: Don't use extra void *ptr to malloc
JPEG2000: Remove io.h inclusion
JPEG2000: Use jas_stream_memopen() instead of jas_stream_memopen2()
LIBSAIL: Added (void) to intentionally ignore return value
LIBSAIL: Search for file extension in file name component only
PNG: Print trace instead of error when no gamma is present #127
SAIL: Added missing include for atoi()
SAIL: Added script to build portable versions automatically
SAIL: Convert icons to PNG
SAIL: Fixed configuring SDL example
SAIL: Install icons per codec
SAIL: Merge sail-convert and sail-probe into a single 'sail' tool
SAIL: Quote test name to allow extra characters in its name as per the doc
SAIL: Update help message in sail utility
SVG: Added SVG reader
TESTS: Added more sail::iccp and sail::palette tests
TESTS: Added test to load images in C++
TESTS: Remove unused includes
TESTS: Test copying invalid sail::iccp and sail::palette
WAL: Added WAL codec and icon
WEBP: Added missing NAMES for find_library()