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
/
core
/
image
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix(core/image): off-by-one index when detecting certain JPEG images
Hisham Aburaqibah
2025-01-05
1
-1
/
+1
*
Remove outdated PNG save helpers
Jeroen van Rijn
2024-12-23
1
-129
/
+1
*
Fix image.which_bytes
Jeroen van Rijn
2024-10-29
1
-1
/
+1
*
image: add panic when load is called without any registered loaders
Laytan Laats
2024-10-20
1
-1
/
+9
*
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
14
-14
/
+14
*
core: improve package doc comments for the documentation generator
Laytan Laats
2024-09-03
5
-356
/
+351
*
Added missing slice advancing.
gordonshamway23
2024-08-23
1
-0
/
+2
*
Fix for blend_pixel.odin in core/image/common.odin not compiling
Karl Zylinski
2024-08-05
1
-1
/
+1
*
common.odin compile fix
Karl Zylinski
2024-08-05
1
-1
/
+1
*
Fix `err != 0` uses
gingerBill
2024-08-04
2
-2
/
+2
*
Replace `err != 0` with `err != nil` where possible
gingerBill
2024-08-04
1
-1
/
+1
*
Add image.premultiply_alpha helper.
Jeroen van Rijn
2024-08-03
1
-0
/
+36
*
Add image.pixels_to_image helper.
dev-2024-08
Jeroen van Rijn
2024-08-02
1
-1
/
+28
*
fix `@(optimization_mode)` usage in builtin collections
Laytan Laats
2024-07-08
3
-7
/
+7
*
Fix loads of indentation issues with mixing spaces and tabs
gingerBill
2024-06-29
2
-4
/
+4
*
Even more style fixes
gingerBill
2024-06-29
4
-5
/
+5
*
Indentation fixes
gingerBill
2024-06-29
2
-58
/
+58
*
Check for unneeded `transmute` with `-vet-cast`
gingerBill
2024-06-29
1
-4
/
+2
*
Clean up PNG code.
Jeroen van Rijn
2024-06-09
1
-26
/
+20
*
Use new blend helper
Jeroen van Rijn
2024-06-09
2
-28
/
+41
*
Image: Add improved blending method and test it.
Jeroen van Rijn
2024-06-09
2
-11
/
+26
*
Add saving of 24 and 32-bit images to BMP format.
Jeroen van Rijn
2024-06-06
2
-1
/
+110
*
Rebased.
Jeroen van Rijn
2024-06-06
4
-0
/
+801
*
Apply fix to QOI decoder as well.
Jeroen van Rijn
2024-05-18
1
-378
/
+377
*
Fix qoi encode bug.
Jeroen van Rijn
2024-05-18
1
-2
/
+0
*
Fix the format of some `doc.odin` files of the `core` library which did not m...
Maurizio M. Gavioli
2024-04-14
1
-18
/
+21
*
correct newly found vets
Laytan Laats
2024-04-03
1
-6
/
+6
*
Add `#no_broadcast` procedure parameter to disallow automatic array programmi...
gingerBill
2024-03-21
1
-18
/
+18
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
4
-5
/
+5
*
Disallow `for in` in favour of `for _ in`
gingerBill
2023-08-08
1
-1
/
+1
*
Clean up usage of `using` throughout core and vendor
gingerBill
2023-07-31
1
-7
/
+8
*
Improve `//+vet`; remove `using` in many places; add `//+vet !using-stmt` whe...
gingerBill
2023-07-31
3
-12
/
+12
*
Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`fo...
gingerBill
2023-06-26
2
-7
/
+7
*
Use positional and named arguments within the core library
gingerBill
2023-06-21
1
-4
/
+4
*
Improve error handling for `resize` and `reserve` procedures
gingerBill
2023-05-22
4
-14
/
+14
*
Rename `save_to_memory` for consistency.
Jeroen van Rijn
2023-03-24
6
-8
/
+8
*
Make `core:image` packages work on `js` platform (wasm32) by not requiring `c...
gingerBill
2023-03-23
16
-191
/
+247
*
Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate
gingerBill
2023-02-10
3
-21
/
+31
*
Merge pull request #1544 from FancyKillerPanda/build_ignore
gingerBill
2022-11-03
1
-1
/
+1
|
\
|
*
Changed //+ignore to //+build ignore.
FancyKillerPanda
2022-02-24
1
-1
/
+1
*
|
[TGA] Add B&W and RLE color-mapped.
Jeroen van Rijn
2022-08-29
2
-12
/
+92
*
|
[TGA] Add B5G5R5 15- and 16-bit support.
Jeroen van Rijn
2022-08-28
1
-41
/
+98
*
|
[TGA] Add support for Top-Right and Bottom-Right origins.
Jeroen van Rijn
2022-08-28
2
-10
/
+31
*
|
Various changes to TGA reader
Jeroen van Rijn
2022-08-28
2
-50
/
+100
*
|
style fix
Benoit Jacquier
2022-08-27
1
-1
/
+1
*
|
Add RLE supports for TGA loader
Benoit Jacquier
2022-08-27
2
-18
/
+57
*
|
Merge remote-tracking branch 'origin/master'
Benoit Jacquier
2022-08-27
3
-9
/
+9
|
\
\
|
*
|
Fix to png example.odin
gingerBill
2022-08-11
1
-1
/
+1
|
*
|
fix some typos
cui fliter
2022-08-05
1
-5
/
+5
|
*
|
Change `unreachable` with `panic`
gingerBill
2022-08-05
1
-3
/
+3
[next]