Add new PNG post processing options.

This commit is contained in:
Jeroen van Rijn
2021-05-02 20:38:30 +02:00
parent 0a81fcc2af
commit 7d534769d6
3 changed files with 143 additions and 17 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ Error :: union {
This is here because png.load will return a this type of error union,
as it may involve an I/O error, a Deflate error, etc.
*/
image.PNG_Error,
image.Error,
}
General_Error :: enum {