[Webkit-unassigned] [Bug 50905] [chromium] Simplify the PNG encoder.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 13 01:27:12 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=50905





--- Comment #2 from Eric Seidel <eric at webkit.org>  2010-12-13 01:27:11 PST ---
(From update of attachment 76358)
View in context: https://bugs.webkit.org/attachment.cgi?id=76358&action=review

Otherwise as far as I can tell this looks fine.

> WebCore/platform/image-encoders/skia/PNGImageEncoder.cpp:78
> +    png_set_IHDR(png, info, imageSize.width(), imageSize.height(),
> +                 8, PNG_COLOR_TYPE_RGB_ALPHA, 0, 0, 0);

Why is this change OK?

-- 
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