Add new arg

This commit is contained in:
2025-08-08 23:29:53 +08:00
parent df0e4fb6cf
commit ceb97a5394
5 changed files with 40 additions and 7 deletions

View File

@@ -263,6 +263,8 @@ pub struct ExtraConfig {
pub webp_lossless: bool,
#[cfg(feature = "webp")]
pub webp_quality: u8,
#[cfg(feature = "circus-img")]
pub circus_crx_canvas: bool,
}
#[derive(Clone, Copy, Debug, ValueEnum, PartialEq, Eq, PartialOrd, Ord)]