add option to support extract original layer image for PIMG

This commit is contained in:
2025-07-19 22:39:46 +08:00
parent 601abba284
commit 88bf83802d
4 changed files with 73 additions and 2 deletions

View File

@@ -1413,6 +1413,8 @@ fn main() {
)),
#[cfg(feature = "bgi-arc")]
bgi_compress_file: arg.bgi_compress_file,
#[cfg(feature = "kirikiri-img")]
kirikiri_pimg_overlay: arg.kirikiri_pimg_overlay,
};
match &arg.command {
args::Command::Export { input, output } => {