Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 774 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 774 Bytes

VL.OpenEXR

OpenEXR (.exr) and Radiance HDR (.hdr) image loader and .exr file writer. Supported .exr compression formats:

  • Uncompressed
  • RLE
  • ZIP1
  • ZIP16
  • PIZ

Based on this rust exr library.

For use with vvvv, the visual live-programming environment for .NET: http://visualprogramming.net

Getting started

  • Install as described here via commandline:

    nuget install VL.OpenEXR -pre

  • Usage examples and more information are included in the pack and can be found via the Help Browser

Useful tools