aboutsummaryrefslogtreecommitdiff
path: root/core/image/tga/tga.odin
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'odin-lang:master' into core-image-tgaMichael Lee2025-12-231-5/+4
|\
| * Change Odin's LICENSE to zlib from BSD 3-clausegingerBill2025-10-281-1/+1
| | | | | | | | This change was made in order to allow things produced with Odin and using Odin's core library, to not require the LICENSE to also be distributed alongside the binary form.
| * Further overhaul of package line comments.Jeroen van Rijn2025-10-091-1/+1
| |
| * Package lines for `core:image`.Jeroen van Rijn2025-10-091-4/+3
| |
* | [core-image/tga] implement Option.do_not_expand_grayscaleMichael Lee2025-09-081-2/+5
|/
* Require `@(init)` and `@(fini)` to be `proc "contextless" ()`gingerBill2025-08-081-1/+1
|
* Even more style fixesgingerBill2024-06-291-1/+1
|
* Improve error handling for `resize` and `reserve` proceduresgingerBill2023-05-221-2/+2
|
* Rename `save_to_memory` for consistency.Jeroen van Rijn2023-03-241-1/+1
|
* Make `core:image` packages work on `js` platform (wasm32) by not requiring ↵gingerBill2023-03-231-29/+0
| | | | `core:os`
* [TGA] Add B&W and RLE color-mapped.Jeroen van Rijn2022-08-291-8/+57
|
* [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-281-8/+24
|
* Various changes to TGA readerJeroen van Rijn2022-08-281-47/+86
| | | | | | | | - Style changes - Change ptr usage to slice indexing - Add TGA Footer Also, add `peek_data` with offset to `compress`.
* Add RLE supports for TGA loaderBenoit Jacquier2022-08-271-17/+51
|
* Add support for basic TGA loadingBenoit Jacquier2022-08-271-1/+145
|
* Fix type and keep -vet happygingerBill2022-05-141-1/+0
|
* [pbm] Normalize some errors, correct .depthJeroen van Rijn2022-04-301-3/+2
|
* [image/tga] Writer for RGB(A) 8-bit images.Jeroen van Rijn2022-04-181-0/+103