Files
Odin/core/image
gingerBill 01e8e682c0 Generalized core:image loader
```odin
import "core:image"
import "core:image/png"

...

img, err := image.load_from_file("path.png")
```
2022-05-14 14:38:26 +01:00
..
2022-05-14 14:38:26 +01:00
2022-05-14 14:38:26 +01:00
2022-05-14 14:38:26 +01:00
2022-05-14 14:38:26 +01:00