aboutsummaryrefslogtreecommitdiff
path: root/core/image/netpbm
Commit message (Expand)AuthorAgeFilesLines
* Fix the format of some `doc.odin` files of the `core` library which did not m...Maurizio M. Gavioli2024-04-141-18/+21
* correct newly found vetsLaytan Laats2024-04-031-6/+6
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* Clean up usage of `using` throughout core and vendorgingerBill2023-07-311-7/+8
* 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-233-36/+51
* 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-012-10/+11
* [pbm] Remove stray comment.Jeroen van Rijn2022-04-301-1/+0
* [pbm] Fixes.Jeroen van Rijn2022-04-302-25/+25
* [pbm] WIP unit tests.Jeroen van Rijn2022-04-302-27/+112
* [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-183-0/+739