v0.11.0-next.3
Pre-release
Pre-release
github-actions
released this
02 Sep 21:41
·
19 commits
to main
since this release
v0.11.0-next.3
Bug Fixes
- cli: π convert all input images to rgba8 (c980e9a)
- cli: π fixed incorect handling of file names with dots (1f3275c)
- cli: π fixed null error on avif decoding (59b6759)
- error if input width or height is 0 (b626fdc)
- cli: π ensure max length calculation returns 0 instead of panicking when no outputs are present (3d0a3a3)
- cli: π fixed handling of float32 images (66c3648)
- cli: π improved resize value parsing by trimming input and refining error handling for invalid formats (2a43c26)
- cli: π updated parsing logic for width and height to reduce number of edge cases (9bd3ea2)
- operations: π updated apply icc profile operation to work in threads (b5dee09)
Features
- cli: β¨ update resize value format for width and height to use 'w' and 'h' suffixes instead of 'x_' and '_x' (693ea46)