Skip to content

getImageData function on Context2d #45

@sjrct

Description

@sjrct

getImageData is a standard function that should exist on the Context2D object, which is as of now not implemented in browser or on native. We do, after all, use it in at least one occasion.

There is some degree of complication with implementing this in the standard fashion as Uint8ClampedArray does not seem to be defined on native android, at the very least. Although that could be emulated with an array of plain JavaScript numbers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions