[Webkit-unassigned] [Bug 240639] Canvas.toDataURL causes excessive GPUP memory use on Cocoa

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 19 08:59:13 PDT 2022


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

--- Comment #2 from Kimmo Kinnunen <kkinnunen at apple.com> ---
Should probably be fixed by removing ImageBuffer::toData / ImageBuffer::toDataURL and using data(), dataURL(), 


String dataURL(ImageBuffer&, const String& mimeType, std::optional<double> quality = std::nullopt, PreserveResolution preserveResolution)

Vector<uint8_t> toData(ImageBuffer&, const String& mimeType, std::optional<double> quality = std::nullopt)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220519/b65fe585/attachment.htm>


More information about the webkit-unassigned mailing list