index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
core
/
image
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expand grayscale JPEGs to RGB(A)
Jeroen van Rijn
2025-09-09
1
-0
/
+8
*
Implement .alpha_add_if_missing for JPEG
Jeroen van Rijn
2025-09-09
1
-13
/
+13
*
Optionally save BMP
Jeroen van Rijn
2025-09-09
1
-6
/
+7
*
Make progressive JPEGs return a proper error
Jeroen van Rijn
2025-09-09
1
-2
/
+8
*
Add basic test for JPG using Odin emblem
Jeroen van Rijn
2025-09-08
1
-0
/
+48
*
Add `#+feature dynamic-literals` to tests
gingerBill
2025-01-05
1
-0
/
+1
*
Clean up PNG code.
Jeroen van Rijn
2024-06-09
1
-1
/
+0
*
Image: Add improved blending method and test it.
Jeroen van Rijn
2024-06-09
1
-0
/
+36
*
Nuke ancient comment.
Jeroen van Rijn
2024-06-07
1
-1
/
+0
*
utilize `odin test -all-packages` instead of (make/bat) scripts for running t...
Laytan Laats
2024-06-07
1
-2
/
+0
*
Test roundtripping BMP
Jeroen van Rijn
2024-06-07
1
-4
/
+20
*
Rebased.
Jeroen van Rijn
2024-06-06
1
-71
/
+581
*
Change test runner options to `SCREAMING_SNAKE_CASE`
Feoramund
2024-06-02
1
-1
/
+1
*
Update `tests\core\crypto`
Jeroen van Rijn
2024-06-02
1
-9
/
+3
*
Update `core:image` tests to use new runner.
Jeroen van Rijn
2024-06-02
2
-189
/
+114
*
correct newly found vets
Laytan Laats
2024-04-03
1
-2
/
+2
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-1
/
+1
*
[core:image/tga] Add tests.
Jeroen van Rijn
2022-09-10
1
-0
/
+23
*
[image/png] Construct test paths differently.
Jeroen van Rijn
2022-06-11
1
-1
/
+2
*
[tests/core/image] Remove old crappy PPM writer.
Jeroen van Rijn
2022-04-30
1
-201
/
+0
*
[pbm] Also test PFM formats.
Jeroen van Rijn
2022-04-30
1
-14
/
+95
*
[pbm] Fixes.
Jeroen van Rijn
2022-04-30
1
-42
/
+44
*
[pbm] WIP unit tests. part deux.
Jeroen van Rijn
2022-04-30
1
-2
/
+26
*
[pbm] WIP unit tests.
Jeroen van Rijn
2022-04-30
1
-15
/
+43
*
[pbm] Normalize some errors, correct .depth
Jeroen van Rijn
2022-04-30
1
-6
/
+6
*
[QOI] Add support for RGB images (previously loader always output RGBA).
Jeroen van Rijn
2022-04-12
1
-5
/
+29
*
[image] Add QOI load/save.
Jeroen van Rijn
2022-04-12
1
-1
/
+1
*
[varint] Add LEB128 decoding + tests
Jeroen van Rijn
2022-03-08
1
-16
/
+14
*
[tests] Make test runners exit with errorlevel 1 if a test fails.
Jeroen van Rijn
2022-03-03
1
-0
/
+3
*
Update tests
gingerBill
2022-01-20
1
-1
/
+1
*
Update `ODIN_ENDIAN` usage
gingerBill
2022-01-16
1
-1
/
+1
*
png: Move metadata.
Jeroen van Rijn
2021-10-06
1
-3
/
+1
*
png: Add sane compile-time maximums for dimensions + chunk sizes.
Jeroen van Rijn
2021-10-06
1
-2
/
+1
*
png + compress: Rearrange error unions.
Jeroen van Rijn
2021-10-06
2
-13
/
+17
*
Add additional error checking to helpers.
Jeroen van Rijn
2021-10-06
1
-9
/
+9
*
Custom test runner.
Jeroen van Rijn
2021-09-08
1
-9
/
+22
*
Add Makefile for tests.
Jeroen van Rijn
2021-09-07
1
-1
/
+1
*
CI tests for PNG, GZIP + ZLIB.
Jeroen van Rijn
2021-09-07
1
-0
/
+1922