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
/
common.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-1
/
+1
*
Improve error handling for `resize` and `reserve` procedures
gingerBill
2023-05-22
1
-5
/
+5
*
[TGA] Add B&W and RLE color-mapped.
Jeroen van Rijn
2022-08-29
1
-4
/
+35
*
[TGA] Add support for Top-Right and Bottom-Right origins.
Jeroen van Rijn
2022-08-28
1
-2
/
+7
*
Various changes to TGA reader
Jeroen van Rijn
2022-08-28
1
-3
/
+14
*
style fix
Benoit Jacquier
2022-08-27
1
-1
/
+1
*
Add RLE supports for TGA loader
Benoit Jacquier
2022-08-27
1
-1
/
+6
*
Merge remote-tracking branch 'origin/master'
Benoit Jacquier
2022-08-27
1
-5
/
+5
|
\
|
*
fix some typos
cui fliter
2022-08-05
1
-5
/
+5
*
|
Add support for basic TGA loading
Benoit Jacquier
2022-08-27
1
-0
/
+6
|
/
*
Correction to `image.destroy`
gingerBill
2022-05-14
1
-1
/
+1
*
Add `image.destroy`
gingerBill
2022-05-14
1
-0
/
+1
*
Generalized `core:image` loader
gingerBill
2022-05-14
1
-0
/
+1
*
Merge branch 'master' into pr/1726
Jeroen van Rijn
2022-04-30
1
-1
/
+1
|
\
|
*
sys/windows: add a couple of procedures and types
hikari
2022-04-30
1
-1
/
+1
*
|
[pbm] Normalize some errors, correct .depth
Jeroen van Rijn
2022-04-30
1
-16
/
+25
*
|
Merge branch 'master' into pr/1726
Jeroen van Rijn
2022-04-30
1
-0
/
+14
|
\
|
|
*
[image/tga] Writer for RGB(A) 8-bit images.
Jeroen van Rijn
2022-04-18
1
-0
/
+14
*
|
Image: Fix implicit enum error
WalterPlinge
2022-04-18
1
-2
/
+1
*
|
Added initial Netpbm image format support
WalterPlinge
2022-04-18
1
-0
/
+46
|
/
*
[image] Add QOI load/save.
Jeroen van Rijn
2022-04-12
1
-19
/
+811
*
Utilize `union #shared_nil` to `core:image` `Error`
gingerBill
2022-03-24
1
-1
/
+2
*
Simplify docs to hide the copyright
gingerBill
2022-01-17
1
-0
/
+2
*
png: Channel helper metadata.
Jeroen van Rijn
2021-10-06
1
-2
/
+1
*
png: Move metadata.
Jeroen van Rijn
2021-10-06
1
-6
/
+99
*
png: Add sane compile-time maximums for dimensions + chunk sizes.
Jeroen van Rijn
2021-10-06
1
-3
/
+4
*
png + compress: Rearrange error unions.
Jeroen van Rijn
2021-10-06
1
-3
/
+20
*
Add additional error checking to helpers.
Jeroen van Rijn
2021-10-06
1
-0
/
+1
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-36
/
+36
*
ZLIB: Start optimization.
Jeroen van Rijn
2021-06-21
1
-4
/
+13
*
Replace `core:image`'s `sidecar` with explicit `metadata_ptr` and `metadata_t...
Jeroen van Rijn
2021-06-21
1
-14
/
+17
*
Change PNG's img.sidecar to ^Info, make img.depth an int.
Jeroen van Rijn
2021-06-20
1
-1
/
+1
*
Minor formatting changes
gingerBill
2021-06-14
1
-32
/
+30
*
Fix gray+alpha alpha extract.
Jeroen van Rijn
2021-05-04
1
-4
/
+4
*
Remove debug print in image helper.
Jeroen van Rijn
2021-05-03
1
-5
/
+1
*
Add new PNG post processing options.
Jeroen van Rijn
2021-05-02
1
-14
/
+115
*
Add `compress` and `image` to core.
Jeroen van Rijn
2021-04-30
1
-0
/
+107