syoyo / tinyexr

Tiny OpenEXR image loader/saver library
710 stars 139 forks source link

Add support for using the stb_image[_write].h ZLIB implementation #166

Closed marlam closed 2 years ago

marlam commented 2 years ago

To use it:

define TINYEXR_USE_MINIZ (0)

define TINYEXR_USE_STB_ZLIB (1)

syoyo commented 2 years ago

Could you please add a documentation to README.md?

syoyo commented 2 years ago

Awesome! Thanks! Merged!