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)