aboutsummaryrefslogtreecommitdiff
path: root/core/image
Commit message (Expand)AuthorAgeFilesLines
* Fix loads of indentation issues with mixing spaces and tabsgingerBill2024-06-292-4/+4
* Even more style fixesgingerBill2024-06-294-5/+5
* Indentation fixesgingerBill2024-06-292-58/+58
* Check for unneeded `transmute` with `-vet-cast`gingerBill2024-06-291-4/+2
* Clean up PNG code.Jeroen van Rijn2024-06-091-26/+20
* Use new blend helperJeroen van Rijn2024-06-092-28/+41
* Image: Add improved blending method and test it.Jeroen van Rijn2024-06-092-11/+26
* Add saving of 24 and 32-bit images to BMP format.Jeroen van Rijn2024-06-062-1/+110
* Rebased.Jeroen van Rijn2024-06-064-0/+801
* 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
* 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
* Add `#no_broadcast` procedure parameter to disallow automatic array programmi...gingerBill2024-03-211-18/+18
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-284-5/+5
* Disallow `for in` in favour of `for _ in`gingerBill2023-08-081-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-313-12/+12
* Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`fo...gingerBill2023-06-262-7/+7
* Use positional and named arguments within the core librarygingerBill2023-06-211-4/+4
* Improve error handling for `resize` and `reserve` proceduresgingerBill2023-05-224-14/+14
* Rename `save_to_memory` for consistency.Jeroen van Rijn2023-03-246-8/+8
* Make `core:image` packages work on `js` platform (wasm32) by not requiring `c...gingerBill2023-03-2316-191/+247
* Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriategingerBill2023-02-103-21/+31
* Merge pull request #1544 from FancyKillerPanda/build_ignoregingerBill2022-11-031-1/+1
|\
| * Changed //+ignore to //+build ignore.FancyKillerPanda2022-02-241-1/+1
* | [TGA] Add B&W and RLE color-mapped.Jeroen van Rijn2022-08-292-12/+92
* | [TGA] Add B5G5R5 15- and 16-bit support.Jeroen van Rijn2022-08-281-41/+98
* | [TGA] Add support for Top-Right and Bottom-Right origins.Jeroen van Rijn2022-08-282-10/+31
* | Various changes to TGA readerJeroen van Rijn2022-08-282-50/+100
* | style fixBenoit Jacquier2022-08-271-1/+1
* | Add RLE supports for TGA loaderBenoit Jacquier2022-08-272-18/+57
* | Merge remote-tracking branch 'origin/master'Benoit Jacquier2022-08-273-9/+9
|\ \
| * | Fix to png example.odingingerBill2022-08-111-1/+1
| * | fix some typoscui fliter2022-08-051-5/+5
| * | Change `unreachable` with `panic`gingerBill2022-08-051-3/+3
* | | Add support for basic TGA loadingBenoit Jacquier2022-08-272-1/+151
|/ /
* | Rename strings.Builder procedures to be consistent with the rest of the core ...gingerBill2022-07-111-2/+2
* | Add DjVugingerBill2022-05-141-0/+6
* | Remove `bool` return on `image.destroy`gingerBill2022-05-141-3/+2
* | Destroy pixel buffergingerBill2022-05-141-0/+2
* | Correction to `image.destroy`gingerBill2022-05-142-2/+4
* | Add `image.destroy`gingerBill2022-05-146-16/+29
* | Add `destroy` with loadergingerBill2022-05-144-14/+21
* | Rename `load_from_buffer` to `load_from_bytes`gingerBill2022-05-141-4/+4
* | Rename `load_from_slice` to `load_from_bytes` across `core`gingerBill2022-05-143-16/+14
* | Fix type and keep -vet happygingerBill2022-05-142-2/+1
* | Add image packages to examples/allgingerBill2022-05-141-5/+5
* | Generalized `core:image` loadergingerBill2022-05-145-0/+63
* | Add PAM and PFM to format detection.Jeroen van Rijn2022-05-141-1/+5