Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add warning about lossy compression with denoising

...

The default compression method for the image's pixel data is the value specified for /display/openexr/compression in rendermn.ini, which may take the value of none, rle, zip, zips, pixarpiz, pxr24, b44, b44a, dwaa or pizdwab; if not specified therein it defaults to zips. A lossy compression (b44a, dwaa, and dwab) will confuse denoising, to the point that you will have regions in your denoised image that appear to not have any denoising on them at all - the problem gets worse as you increase samples in the region - and can introduce very slightly negative values (eg -0.00001).

You can select a different compression method by adding a "compression" argument to the Display command. For example:

...