Add basic emote psb file export support

This commit is contained in:
2025-09-15 18:58:37 +08:00
parent eabfa43da5
commit 9f03ebf435
10 changed files with 358 additions and 11 deletions

View File

@@ -2056,6 +2056,8 @@ fn main() {
jxl_distance: arg.jxl_distance,
#[cfg(feature = "image-jxl")]
jxl_workers: arg.jxl_workers,
#[cfg(feature = "emote-img")]
psb_process_tlg: !arg.psb_no_process_tlg,
});
match &arg.command {
args::Command::Export { input, output } => {