Add support to export pimg file as PSD file

This commit is contained in:
2026-02-03 11:22:20 +08:00
parent 151c71d5e9
commit 8b2eef1028
10 changed files with 194 additions and 14 deletions

View File

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