mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-12 16:08:54 +08:00
Add support to export multiple images
This commit is contained in:
@@ -375,3 +375,10 @@ pub struct ImageData {
|
||||
pub depth: u8,
|
||||
pub data: Vec<u8>,
|
||||
}
|
||||
|
||||
#[cfg(feature = "image")]
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct ImageDataWithName {
|
||||
pub name: String,
|
||||
pub data: ImageData,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user