Skip to content

Releases: Cykooz/fast_image_resize

[6.0.0] - 2026-01-13

13 Jan 23:22

Choose a tag to compare

Added

  • BREAKING: Added support of no_std
    environment (#58).
    To use the crate in a such environment, you must disable
    default features and enabled the no_std feature.

    If you already have default features disabled and want to continue
    using the crate in std environment, you have to enable
    the std feature.

[5.6.0] - 2026-01-07 (yanked)

07 Jan 17:30

Choose a tag to compare

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

02 Jan 23:32

Choose a tag to compare

Added

  • Added support of some variants of ImageBuffer type form the image crate (#57).

[5.4.0] - 2025-11-28

30 Nov 21:32

Choose a tag to compare

Added

  • Added bytemuck feature and implemented some bytemuck traits for the Pixel type (#56).

[5.3.0] - 2025-09-02

02 Sep 19:45

Choose a tag to compare

Added

  • Added support for multi-thread image resizing using the ResizeAlg::Nearest algorithm (#54).

[5.2.2] - 2025-08-29

29 Aug 20:13

Choose a tag to compare

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

27 Jul 20:59

Choose a tag to compare

Changed

  • Added minimum supported Rust version (MSRV) into Cargo.toml.

[5.2.0] - 2025-07-12

12 Jul 10:24

Choose a tag to compare

Added

  • Added support of DynamicImage::ImageRgb32F and DynamicImage::ImageRgba32F form the image crate (#50).

[5.1.4] - 2025-05-16

16 May 13:46

Choose a tag to compare

Fixed

  • Fixed SSE4.1 and AVX2 implementation for dividing image by alpha channel for images with U16x2 pixels.
  • Fixed NEON implementation for dividing image by alpha channel for images with U16x2 and U16x4 pixels .

[4.2.3] - 2025-05-16

16 May 13:45

Choose a tag to compare

Fixed

  • Fixed SSE4.1 and AVX2 implementation for dividing image by alpha channel for images with U16x2 pixels.
  • Fixed NEON implementation for dividing image by alpha channel for images with U16x2 and U16x4 pixels.