aboutsummaryrefslogtreecommitdiff
path: root/core/image/qoi
Commit message (Expand)AuthorAgeFilesLines
* 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-142-2/+2
* core: improve package doc comments for the documentation generatorLaytan Laats2024-09-031-1/+1
* fix `@(optimization_mode)` usage in builtin collectionsLaytan Laats2024-07-081-2/+2
* Fix loads of indentation issues with mixing spaces and tabsgingerBill2024-06-291-2/+2
* Even more style fixesgingerBill2024-06-291-1/+1
* Check for unneeded `transmute` with `-vet-cast`gingerBill2024-06-291-4/+2
* Apply fix to QOI decoder as well.Jeroen van Rijn2024-05-181-378/+377
* Fix qoi encode bug.Jeroen van Rijn2024-05-181-2/+0
* Disallow `for in` in favour of `for _ in`gingerBill2023-08-081-1/+1
* Improve error handling for `resize` and `reserve` proceduresgingerBill2023-05-221-2/+2
* Rename `save_to_memory` for consistency.Jeroen van Rijn2023-03-243-4/+4
* Make `core:image` packages work on `js` platform (wasm32) by not requiring `c...gingerBill2023-03-233-30/+43
* Add `image.destroy`gingerBill2022-05-141-0/+1
* Add `destroy` with loadergingerBill2022-05-141-3/+2
* Rename `load_from_slice` to `load_from_bytes` across `core`gingerBill2022-05-141-5/+5
* Generalized `core:image` loadergingerBill2022-05-141-0/+5
* [pbm] Normalize some errors, correct .depthJeroen van Rijn2022-04-301-7/+5
* [QOI] Add support for RGB images (previously loader always output RGBA).Jeroen van Rijn2022-04-121-14/+15
* [image] Add QOI load/save.Jeroen van Rijn2022-04-121-0/+407