Cykooz / fast_image_resize

Rust library for fast image resizing with using of SIMD instructions.
Apache License 2.0
284 stars 25 forks source link

Bump image to 0.25 #26

Closed RyanBluth closed 4 months ago

RyanBluth commented 4 months ago

Bumped the image crate to 0.25 which should bring performance benefits

Cykooz commented 4 months ago

Main performance benefits were made in decoders and encoders. It have nothing to do with image resizing.