NEW 230375
find a way to re-use CGBitmapContextCreateForFlatteningImage logic for ShareableBitmap creation
https://bugs.webkit.org/show_bug.cgi?id=230375
Summary find a way to re-use CGBitmapContextCreateForFlatteningImage logic for Sharea...
Cameron McCormack (:heycam)
Reported 2021-09-16 14:57:42 PDT
In bug 229021 comment 19 Sam points out the existence of CGBitmapContextCreateForFlatteningImage, which duplicates some of the logic added in that bug for creating a CGBitmap with a configuration and color space appropriate for converting a CGImage into a ShareableBitmap. We should look into whether we can use it, to avoid having our own flattening logic.
Attachments
Radar WebKit Bug Importer
Comment 1 2021-09-23 14:58:25 PDT
Note You need to log in before you can comment on or make changes to this bug.