Youjin Kim

Results 2 issues of Youjin Kim

Hello I found this example(https://github.com/mvlabat/bevy_egui/blob/e57b2d31a669e1a80a42e0f459aa61a91ba305a6/examples/render_to_image_widget.rs). Now I wonder is it possible to save this render image to file? Any comment is helpful!

I wanted to convert exr file to png file. I used the example [1b_convert_exr_to_png](https://github.com/johannesvollmer/exrs/blob/master/examples/1b_convert_exr_to_png.rs), but the color of converted png file was quite different from original exr file. exr file:...

question