You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently TinyEXR uses codes from OpenEXR, which is not optimized, difficult to interpret code(hard to apply fixes found by fuzzers), and also not secure(although various fixes already added in TinyEXR thanks to fuzzer)
replacing such code part with wuffs would make TinyEXR more faster, secure and portable.
This change also open the possiblity to relicense TinyEXR to MIT or Apache 2.0 by removing OpenEXR code part.
(We also need to rewrite PIZ and other pixel encodings though)
To Reproduce
N/A
Expected behavior
TinyEXR becode faster, secure and portable.
Environment
N/A
The text was updated successfully, but these errors were encountered:
Describe the issue
wuffs is a fast, secure and portable algorithm library(zip, huffman decoding for LZW, etc)
https://github.com/google/wuffs
Currently TinyEXR uses codes from OpenEXR, which is not optimized, difficult to interpret code(hard to apply fixes found by fuzzers), and also not secure(although various fixes already added in TinyEXR thanks to fuzzer)
replacing such code part with wuffs would make TinyEXR more faster, secure and portable.
This change also open the possiblity to relicense TinyEXR to MIT or Apache 2.0 by removing OpenEXR code part.
(We also need to rewrite PIZ and other pixel encodings though)
To Reproduce
N/A
Expected behavior
TinyEXR becode faster, secure and portable.
Environment
N/A
The text was updated successfully, but these errors were encountered: