v1.0.2
What's Changed
- Check MINGW_HAS_SECURE_API before using *_s functions. by @InsertAReallyCreativeNameHere in #162
- Code refactor in tinyexr.h by @GermanAizek in #164
- Add support for using the stb_image[_write].h ZLIB implementation by @marlam in #166
- Add mention that DWA compression is not planned by @akien-mga in #168
- Add bounds check to address #169 by @0xdd96 in #170
- Update tinyexr.h by @delhoume in #172
- Fix typos in error codes by @ashpil in #174
- Fix out of bounds access in DecodePixelData by @roehling in #175
- Fixed problem with channels when specifying no layer name by @Inuniku in #179
- Fuzzer fixes 2022 nov by @syoyo in #181
- Fix overflow on huge files (and some small typos) by @tom7 in #182
- Add CodeQL workflow for GitHub code scanning by @lgtm-com in #184
- Adds usage of memory-mapping where available to read files; fixes some handle leaks; improves C++98-compatibility by @neilbickford-nv in #185
New Contributors
- @InsertAReallyCreativeNameHere made their first contribution in #162
- @GermanAizek made their first contribution in #164
- @marlam made their first contribution in #166
- @0xdd96 made their first contribution in #170
- @delhoume made their first contribution in #172
- @ashpil made their first contribution in #174
- @roehling made their first contribution in #175
- @Inuniku made their first contribution in #179
- @tom7 made their first contribution in #182
- @lgtm-com made their first contribution in #184
- @neilbickford-nv made their first contribution in #185
Full Changelog: v1.0.1...v1.0.2