mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
png: Add sane compile-time maximums for dimensions + chunk sizes.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
package png
|
||||
|
||||
/*
|
||||
Copyright 2021 Jeroen van Rijn <nom@duclavier.com>.
|
||||
Made available under Odin's BSD-2 license.
|
||||
@@ -10,6 +8,7 @@ package png
|
||||
|
||||
These are a few useful utility functions to work with PNG images.
|
||||
*/
|
||||
package png
|
||||
|
||||
import "core:image"
|
||||
import "core:compress/zlib"
|
||||
|
||||
Reference in New Issue
Block a user