Skip to content

Tags: GerHobbelt/tinyexr

Tags

v1.0.12

Toggle v1.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request syoyo#224 from metamuffin/line-order-bugs

Fix line order bugs

v1.0.11

Toggle v1.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request syoyo#220 from karjonas/multipartsavefix

Support saving multipart image with only one part

v1.0.10

Toggle v1.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request syoyo#214 from dbPhilips/perf_enhancements

Perf enhancements

v1.0.9

Toggle v1.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

v1.0.8

Toggle v1.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request syoyo#202 from BradleyMarie/patch-1

Remove const from outbuf

v1.0.7

Toggle v1.0.7's commit message
fix `marker` pointer address can be decremented by `int` dataSize.

v1.0.6

Toggle v1.0.6's commit message
Add bounds check. Fixes syoyo#197

v1.0.5

Toggle v1.0.5's commit message
Fix wrong variable was used in the loop. Causing potential memory leaks.

Issue found by Code scanning: https://github.com/syoyo/tinyexr/security/code-scanning/105

v1.0.4

Toggle v1.0.4's commit message
Fix compile.

v1.0.3

Toggle v1.0.3's commit message
Fix PIZ decoding when image tile(bitmap) is composed of all black pix…

…els. Fixes syoyo#194