-
-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Save without additional dialog #227
Comments
I think without save dialog should only be rotation. Other operations are destructible and users should be notified about it by save dialog. |
Note that this feature request does not propose any "destructible" operations (like in #62). All changes are saved to a new file. The original is always preserved. |
I beg to differ on this one. It's a rather common concept (if not default) that if you open a file, edit it and save it, you immediately overwrite the file with the edited version. By opening a file in an editor, you typically agree to this workflow. If you want to save your edits to a different file instead, you simply use the dedicated This discrepancy already makes Fossify Gallery's compulsory "Save as ..." dialog enough of a nuisance it should be optional. If the user prefers, tapping the checkmark icon should suffice to immediately save the changes to the current file, just like pressing the "Save" button (or Alas, the compulsory "Save as ..." dialog is even more tedious in practice, since it, once you've tapped Requiring three taps for every single save-in-place operation is beyond reasonable if you (like me) edit pictures in place, anyway. (And in the rare case I really mean to save my edits to a new file, there are viable other options:
Akin to (a), Fossify Gallery could also offer both "Save" and "Save as ...", either by separate button or by overloading the existing one:
|
Checklist
Feature description
Saving changes to an image should be low-friction and seamless. There should be no additional save dialog. Changes to an image could simply be saved with a filename suffix, preserving the original.
Why do you want this feature?
I always find it quite jarring when I edit an image (e.g. rotate it) then tap "save" and the save dialog pops up. The stock gallery app on my phone provides a much more seamless experience.
Additional information
To keep things flexible, there could be additional options for configuration such as...
... but (except maybe point 3) those probably shouldn't be considered in-scope for the issue at hand and could be implemented separately at a later time.
The text was updated successfully, but these errors were encountered: