Bug 261866

Summary: ImageBuffer filter operations should return NativeImage
Product: WebKit Reporter: Kimmo Kinnunen <kkinnunen>
Component: CanvasAssignee: Kimmo Kinnunen <kkinnunen>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   

Description Kimmo Kinnunen 2023-09-21 01:10:38 PDT
ImageBuffer filter operations should return NativeImage

ImageBuffer operates on NativeImages, WebCore::Image is a higher level type.
The filter operations anyway flatten the results into a NativeImage, from which the Image was always created.
Comment 1 Radar WebKit Bug Importer 2023-09-21 01:10:48 PDT
<rdar://problem/115829020>
Comment 2 Kimmo Kinnunen 2023-09-21 01:16:28 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18011
Comment 3 EWS 2023-09-21 23:26:32 PDT
Committed 268301@main (f0576678c276): <https://commits.webkit.org/268301@main>

Reviewed commits have been landed. Closing PR #18011 and removing active labels.