mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 13:58:50 +08:00
Add support to export qlie dpng image to psd
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user