Releases: Cykooz/fast_image_resize
Releases · Cykooz/fast_image_resize
[5.4.0] - 2025-11-28
[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.
[5.1.3] - 2025-04-06
[4.2.2] - 2025-04-06
Fixed
- Fixed error in
NEONimplementation ofMulDiv::multiply_alpha()and
MulDiv::multiply_alpha_inplace()forU8x2pixels (#49).
[5.1.2] - 2025-02-16
Fixed
- Fixed error in implementation of
ImageView::split_by_width(),ImageView::split_by_height(),
ImageViewMut::split_by_width_mut()andImageViewMut::split_by_height_mut()(#46).