Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: pgrit/SimpleImageIO

v0.14.0

04 Sep 15:44

Choose a tag to compare

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

Choose a tag to compare

Support writing most image formats to memory

v0.8.0

24 Jul 21:25

Choose a tag to compare

  • 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

Choose a tag to compare

Fixes a memory leak in the denoiser (C#) and a missing file in the Python package.

v0.7.4

19 Jul 08:40

Choose a tag to compare

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

Choose a tag to compare

Changes since 0.7.0

  • Added XML documentation for all public classes and methods
  • Some minor code clean-up and refactoring