[Webkit-unassigned] [Bug 54915] Remove unused JPEGImageEncoder code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 24 12:50:11 PST 2011


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





--- Comment #14 from Yong Li <yong.li.webkit at gmail.com>  2011-02-24 12:50:11 PST ---
(In reply to comment #13)
> (In reply to comment #12)
> > (In reply to comment #11)
> > > (In reply to comment #10)
> > > > It allows ImageBuffer to easily support saving images with image/jpeg format.
> > > 
> > > Why is this useful?  How will this be exposed to users?
> > 
> > canvas.toDataURL(type);
> 
> Hmm.  I'm pretty sure Chrome supports this already, I wonder how it's implemented there.  Not sure who would know; abarth is already CCed, adding mihaip.

Seems most ports either leave it unimplemented or rely on (graphics)platform feature. skia port is using a PNG encoder in image-encoders/skia. The jpeg/png encoders in image-encoders are platform independent, and can provide a shared implementation for other ports.

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