Skip to content

v0.11.0-next.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions 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)