mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-07 21:38:58 +08:00
FIX BSE decode
This commit is contained in:
12
src/types.rs
12
src/types.rs
@@ -299,3 +299,15 @@ pub struct ReplacementTable {
|
||||
#[serde(flatten)]
|
||||
pub map: HashMap<String, String>,
|
||||
}
|
||||
|
||||
#[cfg(feature = "image")]
|
||||
pub enum ImageColorType {
|
||||
Grayscale,
|
||||
Rgb24,
|
||||
Rgba32,
|
||||
}
|
||||
|
||||
#[cfg(feature = "image")]
|
||||
pub enum ImageOutputType {
|
||||
Png,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user