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

@@ -1640,6 +1640,8 @@ fn main() {
webp_lossless: arg.webp_lossless,
#[cfg(feature = "webp")]
webp_quality: arg.webp_quality,
#[cfg(feature = "circus-img")]
circus_crx_canvas: arg.circus_crx_canvas,
};
match &arg.command {
args::Command::Export { input, output } => {