| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Disallow `for in` in favour of `for _ in` | gingerBill | 2023-08-08 | 1 | -1/+1 |
| * | Improve error handling for `resize` and `reserve` procedures | gingerBill | 2023-05-22 | 1 | -2/+2 |
| * | Rename `save_to_memory` for consistency. | Jeroen van Rijn | 2023-03-24 | 3 | -4/+4 |
| * | Make `core:image` packages work on `js` platform (wasm32) by not requiring `c... | gingerBill | 2023-03-23 | 3 | -30/+43 |
| * | Add `image.destroy` | gingerBill | 2022-05-14 | 1 | -0/+1 |
| * | Add `destroy` with loader | gingerBill | 2022-05-14 | 1 | -3/+2 |
| * | Rename `load_from_slice` to `load_from_bytes` across `core` | gingerBill | 2022-05-14 | 1 | -5/+5 |
| * | Generalized `core:image` loader | gingerBill | 2022-05-14 | 1 | -0/+5 |
| * | [pbm] Normalize some errors, correct .depth | Jeroen van Rijn | 2022-04-30 | 1 | -7/+5 |
| * | [QOI] Add support for RGB images (previously loader always output RGBA). | Jeroen van Rijn | 2022-04-12 | 1 | -14/+15 |
| * | [image] Add QOI load/save. | Jeroen van Rijn | 2022-04-12 | 1 | -0/+407 |