chore: update iced

This commit is contained in:
Ashley Wulber 2026-03-20 16:17:24 -04:00
parent 5c1887fb07
commit 6c401d7030
7 changed files with 1502 additions and 915 deletions

View file

@ -42,11 +42,11 @@ pub fn main(
}
}?;
if let Some((width, height)) = size_opt {
image = image.thumbnail(width, height);
}
// if let Some((width, height)) = size_opt {
// image = image.thumbnail(width, height);
// }
image.save_with_format(output, ImageFormat::Png)?;
// image.save_with_format(output, ImageFormat::Png)?;
Ok(())
}