aboutsummaryrefslogtreecommitdiff
path: root/core/image/netpbm/netpbm.odin
Commit message (Expand)AuthorAgeFilesLines
* Make `using` as a statement an opt-in with `#+feature using-stmt`gingerBill2025-12-211-18/+16
* Require `@(init)` and `@(fini)` to be `proc "contextless" ()`gingerBill2025-08-081-1/+1
* Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-141-1/+1
* correct newly found vetsLaytan Laats2024-04-031-6/+6
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* Improve `//+vet`; remove `using` in many places; add `//+vet !using-stmt` whe...gingerBill2023-07-311-0/+1
* Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`fo...gingerBill2023-06-261-6/+6
* Make `core:image` packages work on `js` platform (wasm32) by not requiring `c...gingerBill2023-03-231-36/+0
* Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriategingerBill2023-02-101-0/+3
* Rename strings.Builder procedures to be consistent with the rest of the core ...gingerBill2022-07-111-2/+2
* Add `image.destroy`gingerBill2022-05-141-5/+2
* Add `destroy` with loadergingerBill2022-05-141-5/+8
* Rename `load_from_buffer` to `load_from_bytes`gingerBill2022-05-141-4/+4
* Fix type and keep -vet happygingerBill2022-05-141-1/+1
* Add image packages to examples/allgingerBill2022-05-141-5/+5
* Generalized `core:image` loadergingerBill2022-05-141-0/+12
* Fixed the depth values in the doc file, made some info more clearWalterPlinge2022-05-011-1/+1
* [pbm] Fixes.Jeroen van Rijn2022-04-301-23/+22
* [pbm] WIP unit tests.Jeroen van Rijn2022-04-301-27/+111
* [pbm] Normalize some errors, correct .depthJeroen van Rijn2022-04-301-37/+24
* Image: Fix implicit enum errorWalterPlinge2022-04-181-1/+1
* Added initial Netpbm image format supportWalterPlinge2022-04-181-0/+681