Closed flyingbarron closed 10 months ago
try the latest. I switched it so that save filepicker forces png or tif/tiff. It's theoretically possible to save a .png file without an extension, but the underlying image library doesn't support it directly. It determines the file format from the file extension and throws an exception if it doesn't understand, which includes absence of extension. But now it shouldn't be possible to get that exception - the filepicker automatically adds png if you omit it.
Thanks!
When trying to save a file without explicitly giving an extension the UI silently fails (does not save the file, does not raise an error)
The command line/console log says: