Add OpenEXR Support #2009
Replies: 3 comments
-
Cool format. This would have to be a community contribution though at this time. |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
Any news on Exr support? |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions