Releases: Cykooz/fast_image_resize
Releases · Cykooz/fast_image_resize
[6.0.0] - 2026-01-13
Added
-
BREAKING: Added support of
no_std
environment (#58).
To use the crate in a such environment, you must disable
default features and enabled theno_stdfeature.If you already have default features disabled and want to continue
using the crate instdenvironment, you have to enable
thestdfeature.
[5.6.0] - 2026-01-07 (yanked)
This version was yanked due to a backwards compatibility break - a new feature std was added to the list of default features.
[5.5.0] - 2026-01-02
Added
- Added support of some variants of
ImageBuffertype form theimagecrate (#57).
[5.4.0] - 2025-11-28
Added
- Added
bytemuckfeature and implemented somebytemucktraits for thePixeltype (#56).
[5.3.0] - 2025-09-02
Added
- Added support for multi-thread image resizing using the
ResizeAlg::Nearestalgorithm (#54).
[5.2.2] - 2025-08-29
Fixed
- Fixed a "divide by zero" error in case of using multithreading to resize images with particular sizes (#55).
[5.2.1] - 2025-07-27
Changed
- Added minimum supported Rust version (MSRV) into
Cargo.toml.
[5.2.0] - 2025-07-12
Added
- Added support of
DynamicImage::ImageRgb32FandDynamicImage::ImageRgba32Fform theimagecrate (#50).
[5.1.4] - 2025-05-16
Fixed
- Fixed
SSE4.1andAVX2implementation for dividing image by alpha channel for images withU16x2pixels. - Fixed
NEONimplementation for dividing image by alpha channel for images withU16x2andU16x4pixels .
[4.2.3] - 2025-05-16
Fixed
- Fixed
SSE4.1andAVX2implementation for dividing image by alpha channel for images withU16x2pixels. - Fixed
NEONimplementation for dividing image by alpha channel for images withU16x2andU16x4pixels.