Bug 47955

Summary: decode WebP into CG using raw BMP for transfer
Product: WebKit Reporter: Pascal Massimino <pascal.massimino>
Component: ImagesAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: abarth, fishd, mrowe, pkasting
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
WebP->BMP->CG transfer none

Description Pascal Massimino 2010-10-19 16:40:47 PDT
Hi,

looks like a trick, but works...

patch might be outdated, but the idea is here.
Comment 1 Pascal Massimino 2010-10-19 16:41:36 PDT
Created attachment 71223 [details]
WebP->BMP->CG transfer
Comment 2 Adam Barth 2010-10-21 16:09:38 PDT
This is an ugly hack.  I think a better approach is to switch over to using the WebKit image decoders entirely rather than creating a fake BMP.  That approach seems to be making progress, so I'm closing this bug.  Free free to re-open if that effort stalls.