Releases: pgrit/SimpleImageIO
Releases · pgrit/SimpleImageIO
v0.14.0
04 Sep 15:44
Compare
Sorry, something went wrong.
No results found
Added a code generator for a simple interactive HTML image viewer. Supports Python and .NET, standalone and Jupyter.
v0.9.0
15 Aug 11:00
Compare
Sorry, something went wrong.
No results found
Support writing most image formats to memory
v0.8.0
24 Jul 21:25
Compare
Sorry, something went wrong.
No results found
Supports loading TIFF (32 bit float and 8/16/32 bit uint) via TinyDNGLoader
Adds tev support to Python by adapting Tomas Iser's gist
Reinhard and ACES tonemapping support
v0.7.5
23 Jul 19:07
Compare
Sorry, something went wrong.
No results found
Fixes a memory leak in the denoiser (C#) and a missing file in the Python package.
v0.7.4
19 Jul 08:40
Compare
Sorry, something went wrong.
No results found
Workaround for syoyo/tinyexr#160
Switch to ZIP compression when writing .exr images.
Note: to load a PIZ compressed .exr correctly, you may have to use OpenEXR to re-encode with one of the other supported encodings.
v0.7.1
09 May 14:58
Compare
Sorry, something went wrong.
No results found
Changes since 0.7.0
Added XML documentation for all public classes and methods
Some minor code clean-up and refactoring