[Webkit-unassigned] [Bug 12752] Hex #80C6FE becomes #73B8FC in images

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 13 17:21:25 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12752


bdash at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|                            |INVALID
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |bdash at webkit.org




------- Comment #1 from bdash at webkit.org  2007-02-13 17:21 PDT -------
Your image has an embedded color profile which WebKit will respect.  Stripping
the color profile information results in the image rendering identically to it
does in Firefox.  I believe the choice to respect embedded color profiles in
PNGs is an explicit one, and as such this is behaving correctly.

You can use pngcrush (<http://pmt.sourceforge.net/pngcrush/>) to strip this
information from PNG files:
pngcrush -rem gAMA -rem cHRM -rem iCCP -rem sRGB prod1.png prod2.png 


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list