Bug 47955 - decode WebP into CG using raw BMP for transfer
Summary: decode WebP into CG using raw BMP for transfer
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-19 16:40 PDT by Pascal Massimino
Modified: 2010-10-21 16:09 PDT (History)
4 users (show)

See Also:


Attachments
WebP->BMP->CG transfer (11.63 KB, patch)
2010-10-19 16:41 PDT, Pascal Massimino
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.