Bug 145100

Summary: Sometimes fails to save JPEG at 100%
Product: [Fedora] Fedora Reporter: Tim Waugh <twaugh>
Component: gimpAssignee: Nils Philippsen <nphilipp>
Status: CLOSED ERRATA QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-01-14 17:06:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
example image none

Description Tim Waugh 2005-01-14 13:10:00 UTC
Description of problem:
When saving in JPEG format, if the quality selector is at 100% then sometimes it
fails.

Version-Release number of selected component (if applicable):
gimp-2.2.2-0.fc3.1

How reproducible:
Not sure, but it happens often enough to be annoying.

Comment 1 Tim Waugh 2005-01-14 13:41:39 UTC
Created attachment 109775 [details]
example image

It happens 100% with this image.

Load the image.
Save As...
Select 100% quality

Comment 2 Nils Philippsen 2005-01-14 17:06:04 UTC
With high quality settings and high detail images, saving as a 100% jpeg can
lead to the EXIF plus thumbnail marker getting longer than 65533 (sanity limit
by libjpeg). The soon to be released gimp-2.2.2-0.fc3.2 package contains a patch
that decreases the thumbnail quality in 5% steps until the marker fits.