Add SIMD-accelerated resize operation using fast_image_resize

Lanczos3 filter, supports ByWidth, ByHeight, FitInBox, Exact modes.
All 5 resize tests passing.
This commit is contained in:
2026-03-06 01:54:57 +02:00
parent c445f71163
commit 545bf27fe4
3 changed files with 123 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
pub mod resize;
use serde::{Deserialize, Serialize};
use crate::types::{Dimensions, ImageFormat, QualityPreset};