Open Youdiie opened 1 year ago
Hi! Yes, this might be the problem. The exr format allows many color spaces, in linear format. Most other software doesn't use linear colors.
Where do your exr images come from?
The color differences can have many sources, but I think these are the most likely in your case:
So essentially, remove the calculations from line 45 in the example
This seems like a prerequisite to anny work with exrs. https://docs.rs/colorspace/latest/colorspace/ Seems sort of abandonned though
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!