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 318081 - Error when smoothing and jpeg are selected
Error when smoothing and jpeg are selected
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
2.2.x
Other Windows
: Normal minor
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-10-06 05:14 UTC by Christopher E. Franklin, Sr.
Modified: 2008-01-15 13:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christopher E. Franklin, Sr. 2005-10-06 05:14:12 UTC
Version details: Just says 2.2 on the about dialog... there is a dark picture there hiding the actual version in black
Distribution/Version: XP

Save an image as a jpeg and select 4:2:2 sampling and then raise the smoothing.
 You get a bunch of error dialogs.  This then locks up the program for me and I
have to kill the process, losing any work that I did not save.

What I expect to happen is, since you can't use smoothing with the uneven
sampling, the slider should be inactive, so you cannot slide it and get an error
dialog for each level from 1 to 100.

This is the windows 2.2 version.
Comment 1 Sven Neumann 2005-10-06 12:30:06 UTC
Definitely doesn't lock up the program, it only sends a couple of messages to
sdterr. Lowering severity to minor.
Comment 2 Michael Schumacher 2005-10-06 12:51:30 UTC
I only get one message here - in a nice dialog box directly from libjpeg, it
seems. No lock up, either.

Sounds like an enhancement request for the JPEG plug-in - it probably shouldn't
try smoothing in this case and disable the controls if used interactively.
Comment 3 Sven Neumann 2005-10-06 13:00:29 UTC
Fixed in CVS. I don't see any point in backporting this change to 2.2. Closing
as FIXED.

2005-10-06  Sven Neumann  <sven@gimp.org>

        * plug-ins/jpeg/jpeg-save.c: can't use smoothing with nonstandard
        sampling ratios. Set the slider sensitivity accordingly (bug #318081).