gingerBill
|
c516fb947f
|
Add image.destroy
|
2022-05-14 15:11:23 +01:00 |
|
gingerBill
|
3aa0a733f3
|
Add destroy with loader
|
2022-05-14 15:06:55 +01:00 |
|
gingerBill
|
4e080057fb
|
Rename load_from_buffer to load_from_bytes
|
2022-05-14 15:01:17 +01:00 |
|
gingerBill
|
e46d87b221
|
Fix type and keep -vet happy
|
2022-05-14 14:47:58 +01:00 |
|
gingerBill
|
5af7004f44
|
Add image packages to examples/all
|
2022-05-14 14:43:50 +01:00 |
|
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 |
|
WalterPlinge
|
74d3bcec05
|
Fixed the depth values in the doc file, made some info more clear
|
2022-05-01 21:29:09 +01:00 |
|
Jeroen van Rijn
|
6ade9acc4d
|
[pbm] Remove stray comment.
|
2022-04-30 22:54:53 +02:00 |
|
Jeroen van Rijn
|
8bd16c32f3
|
[pbm] Fixes.
|
2022-04-30 21:00:32 +02:00 |
|
Jeroen van Rijn
|
dd8b71e353
|
[pbm] WIP unit tests.
|
2022-04-30 17:52:23 +02:00 |
|
Jeroen van Rijn
|
d6a8216ce4
|
[pbm] Normalize some errors, correct .depth
|
2022-04-30 14:34:07 +02:00 |
|
WalterPlinge
|
b6abd691f4
|
Image: Fix implicit enum error
|
2022-04-18 20:42:50 +01:00 |
|
WalterPlinge
|
8d370fabdd
|
Added initial Netpbm image format support
|
2022-04-18 20:29:37 +01:00 |
|