aboutsummaryrefslogtreecommitdiff
path: root/core/image
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add even more file formatsgingerBill2022-05-141-6/+25
* Add `image.which` file format testing proceduresgingerBill2022-05-141-0/+150
* Fixed the depth values in the doc file, made some info more clearWalterPlinge2022-05-012-10/+11
* [pbm] Remove stray comment.Jeroen van Rijn2022-04-301-1/+0
* Merge branch 'master' into pr/1726Jeroen van Rijn2022-04-301-1/+1
|\
| * sys/windows: add a couple of procedures and typeshikari2022-04-301-1/+1
* | [pbm] Fixes.Jeroen van Rijn2022-04-302-25/+25
* | [pbm] WIP unit tests.Jeroen van Rijn2022-04-302-27/+112
* | [pbm] Normalize some errors, correct .depthJeroen van Rijn2022-04-305-71/+64
* | Merge branch 'master' into pr/1726Jeroen van Rijn2022-04-302-0/+117
|\|
| * [image/tga] Writer for RGB(A) 8-bit images.Jeroen van Rijn2022-04-182-0/+117
* | Image: Fix implicit enum errorWalterPlinge2022-04-182-3/+2
* | Added initial Netpbm image format supportWalterPlinge2022-04-184-0/+785
|/
* [QOI] Add support for RGB images (previously loader always output RGBA).Jeroen van Rijn2022-04-121-14/+15
* [PNG] Remove debug printf.Jeroen van Rijn2022-04-121-6/+0
* [image] Add QOI load/save.Jeroen van Rijn2022-04-124-56/+1269
* Utilize `union #shared_nil` to `core:image` `Error`gingerBill2022-03-242-4/+5
* Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-202-2/+2
* Simplify docs to hide the copyrightgingerBill2022-01-172-0/+7
* `ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new stri...gingerBill2022-01-152-2/+2
* png: Channel helper metadata.Jeroen van Rijn2021-10-061-2/+1
* png: Move metadata.Jeroen van Rijn2021-10-064-218/+216
* png: Add more OOM checks.Jeroen van Rijn2021-10-061-5/+15
* png: Add sane compile-time maximums for dimensions + chunk sizes.Jeroen van Rijn2021-10-064-15/+62
* png + compress: Rearrange error unions.Jeroen van Rijn2021-10-063-46/+58
* Add additional error checking to helpers.Jeroen van Rijn2021-10-064-133/+164