Interface ImageTransform
access this type via: media.image.ImageTransform (provides, requires or uses)
Functions
ImageTransform(
WH outputSize)
ImageTransform(
WH outputSize)
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.