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
- Host: GitHub
- URL: https://github.com/vvvv/vl.openexr
- Owner: vvvv
- License: mit
- Created: 2022-01-23T17:09:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T10:11:19.000Z (3 months ago)
- Last Synced: 2025-03-02T14:51:24.924Z (3 months ago)
- Topics: loader, stride, vl, vvvv
- Language: Rust
- Homepage:
- Size: 26.1 MB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- PIZBased 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).