From 001affa3fb77fe2551d41e380af75708ca5404f6 Mon Sep 17 00:00:00 2001 From: trivernis Date: Mon, 13 Dec 2021 17:55:31 +0100 Subject: [PATCH] Change downscaling filter to Lanczos Signed-off-by: trivernis --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f82d756..14437ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ readme = "README.md" license = "Apache-2.0" authors = ["trivernis "] description = "An image thumbnail creation library" -version = "0.2.3" +version = "0.2.4" edition = "2018" repository = "https://github.com/Trivernis/thumbnailer" diff --git a/src/lib.rs b/src/lib.rs index 019fc78..d723e1b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -79,7 +79,7 @@ fn resize_images(image: DynamicImage, sizes: &[ThumbnailSize]) -> Vec