aboutsummaryrefslogtreecommitdiff
path: root/core/image/general.odin
Commit message (Collapse)AuthorAgeFilesLines
* Fix TGA header detectionViktor2026-01-081-1/+1
|
* core/image: some jpegs have APP13 or COM markers after SOIHisham Aburaqibah2025-09-081-1/+1
|
* Require `@(init)` and `@(fini)` to be `proc "contextless" ()`gingerBill2025-08-081-5/+5
|
* fix(core/image): off-by-one index when detecting certain JPEG imagesHisham Aburaqibah2025-01-051-1/+1
|
* Fix image.which_bytesJeroen van Rijn2024-10-291-1/+1
| | | | Invert test in `which_bytes` to fix Softimage PIC detection. Fixes #4429.
* image: add panic when load is called without any registered loadersLaytan Laats2024-10-201-1/+9
|
* Make `core:image` packages work on `js` platform (wasm32) by not requiring ↵gingerBill2023-03-231-0/+203
`core:os`