[Webkit-unassigned] [Bug 54522] New: Fix platform/image-encoders/JPEGImageEncoder.cpp empty_output_buffer() behaviour
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 15 19:34:43 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54522
Summary: Fix platform/image-encoders/JPEGImageEncoder.cpp
empty_output_buffer() behaviour
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Images
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: aboxhall at chromium.org
CC: noel.gordon at gmail.com, aboxhall at chromium.org
The libjpeg documentation (e.g. http://trac.imagemagick.org/browser/jpeg/trunk/libjpeg.txt) specifies:
[the empty_output_buffer method of a JPEGDestinationManager] "should write out the *entire* buffer (use the saved start address and buffer length; ignore the current state of next_output_byte and free_in_buffer)."
Fix jpegEmptyOutputBuffer() by ignoring free_in_buffer value as required.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list