diff --git a/src/main.rs b/src/main.rs index 3de59c4..1a1f626 100644 --- a/src/main.rs +++ b/src/main.rs @@ -245,7 +245,7 @@ fn main() -> anyhow::Result<()> { Action::Clear => RgbImage::new(layout.width_px(), layout.height_px()), Action::Image { path } => ImageReader::open(path)? .decode()? - .resize_to_fill(layout.width_px(), layout.height_px(), FilterType::Gaussian) + .resize(layout.width_px(), layout.height_px(), FilterType::Gaussian) .into_rgb8(), Action::Animation { animation } => { animate(