A button for displaying preview image in image viewer would be quite useful if a user would want to examine a picture in full resolution before saving it.
Implementing such a button would require a couple of changes to how previews are currently stored, as of now they are stored directly in RAM (which is probably a cause of high memory usage after changing options in app for some time with high-res image loaded), the idea would be to just store previews in /tmp directory, so that they could be easily accessible by external image viewers.
For where I would put the button in UI, to not make window unnecessary taller, I would put a button as a overlay on preview widget itself, like how Damask does it on downloaded wallpapers preview.
A button for displaying preview image in image viewer would be quite useful if a user would want to examine a picture in full resolution before saving it.
Implementing such a button would require a couple of changes to how previews are currently stored, as of now they are stored directly in RAM (which is probably a cause of high memory usage after changing options in app for some time with high-res image loaded), the idea would be to just store previews in
/tmp
directory, so that they could be easily accessible by external image viewers.For where I would put the button in UI, to not make window unnecessary taller, I would put a button as a overlay on preview widget itself, like how Damask does it on downloaded wallpapers preview.
Example: