[Webkit-unassigned] [Bug 54406] png-1.5 fixes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 29 16:23:40 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=54406
Nezmer <me at nezmer.info> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |me at nezmer.info
--- Comment #30 from Nezmer <me at nezmer.info> 2011-03-29 16:23:39 PST ---
FYI, I needed this too to avoid conversion error:
#ifdef PNG_iCCP_SUPPORTED
char* profileName;
int compressionType;
- char* profile;
+ png_byte* profile;
png_uint_32 profileLength;
if (png_get_iCCP(png, info, &profileName, &compressionType, &profile, &profileLength)) {
ColorProfile colorProfile;
--
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