aboutsummaryrefslogtreecommitdiff
path: root/core/image/png/helpers.odin
Commit message (Expand)AuthorAgeFilesLines
* Render examples.Jeroen van Rijn2025-10-101-2/+2
* jpeg: extract Exif dataIllusionMan12122025-09-081-2/+2
* Remove outdated PNG save helpersJeroen van Rijn2024-12-231-129/+1
* core: improve package doc comments for the documentation generatorLaytan Laats2024-09-031-0/+1
* Fix `err != 0` usesgingerBill2024-08-041-1/+1
* 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-4/+3
* Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`fo...gingerBill2023-06-261-1/+1
* Use positional and named arguments within the core librarygingerBill2023-06-211-4/+4
* Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriategingerBill2023-02-101-14/+17
* [image] Add QOI load/save.Jeroen van Rijn2022-04-121-7/+6
* Utilize `union #shared_nil` to `core:image` `Error`gingerBill2022-03-241-3/+3
* Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-201-1/+1
* png: Move metadata.Jeroen van Rijn2021-10-061-22/+19
* png: Add sane compile-time maximums for dimensions + chunk sizes.Jeroen van Rijn2021-10-061-2/+1
* Add additional error checking to helpers.Jeroen van Rijn2021-10-061-34/+38
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-201/+201
* PNG: Fix leak if you don't ask for metadata.Jeroen van Rijn2021-06-211-4/+2
* Comment out tracy imports.Jeroen van Rijn2021-06-211-0/+4
* ZLIB: Start optimization.Jeroen van Rijn2021-06-211-4/+11
* Minor formatting changesgingerBill2021-06-141-1/+1
* Change General_Error.OK to nilJeroen van Rijn2021-05-031-5/+5
* Convert `core:compress` and `core:image` error checks to new union comparison.Jeroen van Rijn2021-05-031-4/+4
* Minor stylistic code changes to compress and image packagesgingerBill2021-04-301-96/+91
* Add `compress` and `image` to core.Jeroen van Rijn2021-04-301-0/+521