Add basic thumbnail parsing functionality.

This commit is contained in:
Dario
2025-01-28 22:34:03 -03:00
committed by Mr-Wiseguy
parent 13a22b1504
commit 937f390331
12 changed files with 142 additions and 101 deletions
+2
View File
@@ -109,6 +109,8 @@ namespace recompui {
Rml::ElementPtr create_custom_element(Rml::Element* parent, std::string tag);
Rml::ElementDocument* load_document(const std::filesystem::path& path);
Rml::ElementDocument* create_empty_document();
void queue_image_from_bytes(const std::string &src, const std::vector<char> &bytes);
void release_image(const std::string &src);
}
#endif