Custom error functions for PNG
This commit is contained in:
@@ -33,6 +33,10 @@ class PNG : public Image
|
||||
public:
|
||||
PNG(std::string path);
|
||||
~PNG();
|
||||
|
||||
private:
|
||||
static void pngErrorFunction();
|
||||
static void pngWarningFunction();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user