Open
Description
I wanted to convert exr file to png file.
I used the example 1b_convert_exr_to_png, but the color of converted png file was quite different from original exr file.
exr file: (can't upload exr file, so instead screenshot)
converted png file:
I found the comment does the image crate expect gamma corrected data?
in tone_map function.
Is that comment related to this problem?
Any comment will be helpful!