This commit is contained in:
Luna 2025-07-08 09:00:45 +02:00
parent 0e03adb88e
commit 7c09fa42a7
3 changed files with 50 additions and 68 deletions

View file

@ -15,4 +15,4 @@ struct metadata
char interface;
};
buffer_unsigned read_png(const std::string &file_path);
void read_png(const std::string &file_path, buffer_unsigned &data);