An open API service indexing awesome lists of open source software.

https://github.com/vvvv/vl.openexr

Support for .exr and .hdr image formats in VL
https://github.com/vvvv/vl.openexr

loader stride vl vvvv

Last synced: 3 months ago
JSON representation

Support for .exr and .hdr image formats in VL

Awesome Lists containing this project

README

        

# VL.OpenEXR

[OpenEXR](https://www.openexr.com/) (.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](https://docs.rs/exr/latest/exr/).

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

## Getting started
- Install as [described here](https://thegraybook.vvvv.org/reference/hde/managing-nugets.html) via commandline:

`nuget install VL.OpenEXR`

- Usage examples and more information are included in the pack and can be found via the [Help Browser](https://thegraybook.vvvv.org/reference/hde/findinghelp.html)

## Useful tools
- [OpenEXR Viewer](https://github.com/afichet/openexr-viewer)

## Contributing
- Report issues on [the vvvv forum](https://forum.vvvv.org/c/vvvv-gamma/28)
- For custom development requests, please [get in touch](mailto:[email protected])
- When making a pull-request, please make sure to read the general [guidelines on contributing to vvvv libraries](https://thegraybook.vvvv.org/reference/extending/contributing.html)

## Credits
Initial development by [@torinos-yt](https://github.com/torinos-yt).