Interface ImageTransform
access this type via: media.image.ImageTransform (provides, requires or uses)
Functions
PixelMapYUV rgbaToYUV(PixelMap p, optional byte pixelFormat)
PixelMap yuvToRGBA(PixelMapYUV p, optional ChromaKeySpec spec)
PixelMap crop(PixelMap p, int x, int y, int width, int height)
PixelMap chromaKey(PixelMap p, ChromaKeySpec spec, optional byte pixelFormat)
PixelMapYUV rgbaToYUV(PixelMap p, optional byte pixelFormat)
Convert an RGBA image to YUV.
PixelMap yuvToRGBA(PixelMapYUV p, optional ChromaKeySpec spec)
Convert a YUV image to RGBA.
PixelMap crop(PixelMap p, int x, int y, int width, int height)
Crop an image, by identifying a rectangle within that image. The identified rectangle is extracted as a new image and returned.
PixelMap chromaKey(PixelMap p, ChromaKeySpec spec, optional byte pixelFormat)
Set pixels matching the given colour to be transparent.