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

@@ -656,6 +656,10 @@ pub struct Arg {
#[arg(long, global = true, action = ArgAction::SetTrue)]
/// Export Qlie DPNG images as PSD files.
pub qlie_dpng_psd: bool,
#[cfg(feature = "utils-psd")]
#[arg(long, global = true, action = ArgAction::SetTrue)]
/// Whether to disable compression for image data in PSD files.
pub psd_no_compress: bool,
#[command(subcommand)]
/// Command
pub command: Command,