[webkit-reviews] review requested: [Bug 37621] Chromium/mac: Image thumbnails don't work for indexed images : [Attachment 53464] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 15 13:01:52 PDT 2010
Nico Weber <thakis at chromium.org> has asked for review:
Bug 37621: Chromium/mac: Image thumbnails don't work for indexed images
https://bugs.webkit.org/show_bug.cgi?id=37621
Attachment 53464: Patch
https://bugs.webkit.org/attachment.cgi?id=53464&action=review
------- Additional Comments from Nico Weber <thakis at chromium.org>
Did the RetainPtr thing and even the
CGColorSpaceCreateWithName(kCGColorSpaceGenericRGB) suggestion.
I didn't add a comment though, because just saying that createcontext doesn't
work with indexed images misses the point. We really want RGB here, and not
whatever weird color space the image might be in.
(Also, the WebKit way apparently is to do `svn annotate` and then look at
revision log/bug afaiu).
More information about the webkit-reviews
mailing list