Hello I wanted to convert OpenEXR format file to png file.
I found this example from exr crates and ran code. However, the result of converted png file has different color from the original.
Converted Png file:
Image crate also has save_with_format, but the result was also different from the original.
Is there any other way to convert exr to png file?