Add OpenEXR Support #2009
Unanswered
NHodgesVFX
asked this question in
Ideas
Replies: 3 comments 3 replies
|
Cool format. This would have to be a community contribution though at this time. |
0 replies
|
I have started looking into support for OpenExr a while ago. I have a branch which could maybe a starting point for anyone interested to help in making this feature work for ImageSharp: https://github.com/SixLabors/ImageSharp/tree/bp/openExr So far Decoding and Encoding of uncompressed OpenExr images work. The real challenge would be the different other compressions. There is an official Reference implementation which can help. For reference: OpenExr Specification |
0 replies
|
Any news on Exr support? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
OpenEXR is a format used heavily in VFX, animation, film, and game pipelines. Adding support for OpenEXR would allow ImageSharp to be used in those pipelines. Additionally it would add a second format for High Bit Depth exports, I think the only one currently able to export 32bpc is Tiff which has huge export sizes compared to exr.
Website:
https://www.openexr.com/
License:
Modified BSD
All reactions