Tom94 / tev

High dynamic range (HDR) image viewer for graphics people
BSD 3-Clause "New" or "Revised" License
1.08k stars 86 forks source link

Saving dialog on Windows #210

Closed diiigle closed 1 year ago

diiigle commented 1 year ago

I believe you recently fixed the saving dialog on Windows to not fail, when no extension was provided. That used to be quite an annoyance.

However I believe there was a regression with this: When you do provide an extension in the filename other than the one selected in the dropdown you will end up with both.

Example: I want to save myimage.png, open the file dialog, paste myimage.png, but the default output format OpenEXR is selected. When you click save, you get a file in EXR format with the name myimage.png.exr.

Tom94 commented 1 year ago

Good catch! Should be fixed on latest master (please feel free to re-open the issue if it resurfaces).