After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 749555 - Inefficient Export Workflow
Inefficient Export Workflow
Status: RESOLVED DUPLICATE of bug 581655
Product: GIMP
Classification: Other
Component: User Interface
2.8.10
Other All
: Normal minor
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2015-05-18 19:11 UTC by Dave Jarvis
Modified: 2015-05-19 22:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dave Jarvis 2015-05-18 19:11:34 UTC
The workflow to export the image as a raster is terribly inefficient for anyone who wants to simply export the final image. For example, the fastest way to export an image originally loaded from disk seems to be:

0. Open an existing image (JPG/TIFF/GIF/PNG), make some changes.
1. Ctrl-Shift-E (opens Export dialog)
2. Alt-e (to accept the filename and continue to the Export dialog)
3. Alt-r (to accept the replacement confirmation dialog)
4. Alt-e (to confirm the image quality dialog for JPEG)

Then, to close the image:

5. Alt-F4 (to close the window)
6. Alt-d (to discard "changes", even though the file has been saved...)

I do this *a lot* and it is excessive (especially in comparison to the older versions of GIMP). Understandably, some people may have been confused about the older way to save.

Fortunately, with software, it doesn't have to be an either-or scenario.

As a feature request, it would be nice to have an option--for advanced users to enable--that reverts to older behaviour. Here is the workflow that would be maximally efficient:

0. Open an existing image (JPG/TIFF/GIF/PNG), make some changes.
1. Ctrl-Shift-E (exports in default quality for JPG, marks image as saved).
2. Alt-F4 closes the window (without confirmation).

Six steps has been reduced to two.

While there exists a plug-in to save as JPG, it seems useless for other file formats:

http://www.gimphelp.org/python_save_as_jpg.shtml
http://www.gimphelp.org/saveasjpg.shtml

Enabling "fast export" could be an option in the preferences.
Comment 1 Michael Schumacher 2015-05-18 22:52:02 UTC
There is File->Overwrite. See http://gui.gimp.org/index.php/Save_%2B_export_specification

*** This bug has been marked as a duplicate of bug 581655 ***
Comment 2 Dave Jarvis 2015-05-19 22:59:18 UTC
To get the desired behaviour:

1. Edit >> Keyboard Shortcuts
2. Expand File
3. Scroll down to find "Overwrite"
4. Select "Overwrite"
5. Type ctrl+e
6. Accept the change

To use the behaviour:

0. Open and modify an image.
1. Press ctrl+e
2. Press Enter

This is equivalent to the fast export.