Interface ImageTransform
access this type via: media.image.ImageTransform (provides, requires or uses)
This API supports common transform functions for images.
Functions
ImageTransform(
WH outputSize)
ImageTransform(
WH outputSize)
Create a new image transform instance. This instance will only be capable of outputting pixel maps of the given size.
Convert an RGBA image to YUV.
Convert a YUV image to RGBA.
Crop an image, by identifying a rectangle within that image. The identified rectangle is extracted as a new image and returned.
Set pixels matching the given colour to be transparent.
Apply a run-length-encoded mask to the pixels.