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 554890 - JPEG Save Options Dialog does not remember Subsampling mode
JPEG Save Options Dialog does not remember Subsampling mode
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
2.6.0
Other All
: Normal normal
: 2.6
Assigned To: GIMP Bugs
GIMP Bugs
: 555031 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-10-03 16:54 UTC by Stefan Stasche
Modified: 2008-10-04 22:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefan Stasche 2008-10-03 16:54:41 UTC
Please describe the problem:
In the "Save as JPEG" options dialog, the user can select
the Subsampling factor. I have selected "1x1,1x1,1x1 (best quality)"
and then clicked on the "Save Defaults" button to set this as the future
default.
When opening GIMP the next time and creating a new image from scratch,
the dropdown field is BLANK (instead of displaying "1x1,1x1,1x1 (best
quality)").

It seems that GIMP then uses its "normal default" 2x1,1x1,1x1 (4:2:2)
when saving the image.

Steps to reproduce:
1. Save an image as JPEG
2. In the JPEG Options dialog, select Subsampling: "1x1,1x1,1x1 (best quality)"
3. Click "Save Defaults"
4. Close GIMP
5. Reopen GIMP
6. Start a new image using any Template
7. Save as JPEG
8. In the dialog, the Subsampling dropdown box is EMPTY (i.e. blank)


Actual results:
see above

Expected results:
The Subsampling factor should be remembered

Does this happen every time?
when creating a new image, yes.


Other information:
I'm using Gimp 2.6 for WINDOWS (!!!) not sure if this happens in the
Linux version as well
Comment 1 Sven Neumann 2008-10-03 23:29:11 UTC
I don't seem to be able to reproduce this. Did you test this with an RGB or a grayscale iamge?
Comment 2 Sven Neumann 2008-10-04 21:01:29 UTC
*** Bug 555031 has been marked as a duplicate of this bug. ***
Comment 3 Sven Neumann 2008-10-04 22:45:54 UTC
Ok, I can reproduce it now.
Comment 4 Sven Neumann 2008-10-04 22:46:55 UTC
Fixed in trunk:

2008-10-05  Sven Neumann  <sven@gimp.org>

	* plug-ins/file-jpeg/jpeg.c (run): fixed problem introduced by the
	use of an enum for the subsampling factor. Fixes bug #554890.