Add support to export qlie dpng image to psd

This commit is contained in:
2026-02-02 22:31:36 +08:00
parent 3a4ca5d59a
commit dbf1357dbc
10 changed files with 1223 additions and 3 deletions

View File

@@ -652,6 +652,10 @@ pub struct Arg {
/// Whether to use PNG file directly for Qlie DPNG images when importing.
/// Enable this will disable reencoding PNG files. Useful when the PNG files are already optimized by other tools.
pub qlie_dpng_use_raw_png: bool,
#[cfg(feature = "qlie-img")]
#[arg(long, global = true, action = ArgAction::SetTrue)]
/// Export Qlie DPNG images as PSD files.
pub qlie_dpng_psd: bool,
#[command(subcommand)]
/// Command
pub command: Command,