Bug 261866 - ImageBuffer filter operations should return NativeImage
Summary: ImageBuffer filter operations should return NativeImage
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kimmo Kinnunen
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-09-21 01:10 PDT by Kimmo Kinnunen
Modified: 2023-09-21 23:26 PDT (History)
2 users (show)

See Also:


Attachments

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