Interface ImageTransform
access this type via: media.image.ImageTransform (provides, requires or uses)
This API supports common transform functions for images.
Functions
PixelMap crop(PixelMap p, int x, int y, int width, int height)
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.