mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
ensure image script functions preserve metadata
This commit is contained in:
@@ -96,6 +96,10 @@ public:
|
||||
bool parseFiles(wxArrayString& filenames, vector<CardP>& out);
|
||||
bool parseText (String& text, vector<CardP>& out);
|
||||
bool parseImage(Image& image, vector<CardP>& out);
|
||||
|
||||
/// Recreate the images for image fields from the metadata
|
||||
void parseImageMetadata(CardP& card, const Image& image);
|
||||
void parseImageMetadata(CardP& card);
|
||||
|
||||
// --------------------------------------------------- : Card linking
|
||||
|
||||
|
||||
Reference in New Issue
Block a user