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

@@ -606,6 +606,9 @@ pub struct ExtraConfig {
/// 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")]
/// Export Qlie DPNG images as PSD files.
pub qlie_dpng_psd: bool,
}
#[derive(Clone, Copy, Debug, ValueEnum, PartialEq, Eq, PartialOrd, Ord)]