-
It seems that no C# library supports loading and saving OpenEXR images... |
Beta Was this translation helpful? Give feedback.
Answered by
dlemstra
Dec 13, 2021
Replies: 1 comment 1 reply
-
The ImageSharp library currently has no support for OpenEXR images. But this C# library is one of the libraries that has support for reading and writing OpenEXR images: https://github.com/dlemstra/Magick.NET. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ksgfk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ImageSharp library currently has no support for OpenEXR images. But this C# library is one of the libraries that has support for reading and writing OpenEXR images: https://github.com/dlemstra/Magick.NET.