Add support to compress psd files

This commit is contained in:
2026-02-03 00:20:47 +08:00
parent 014654fb38
commit 7046510d19
6 changed files with 69 additions and 29 deletions

View File

@@ -3365,6 +3365,8 @@ fn main() {
qlie_dpng_use_raw_png: arg.qlie_dpng_use_raw_png,
#[cfg(feature = "qlie-img")]
qlie_dpng_psd: arg.qlie_dpng_psd,
#[cfg(feature = "utils-psd")]
psd_compress: !arg.psd_no_compress,
});
match &arg.command {
args::Command::Export { input, output } => {