/* {"description" : "This API supports common transform functions for images." } */
uses media.PixelMap
interface ImageTransform {
/* {"@description" : "Crop an image, by identifying a rectangle within that image. The identified rectangle is extracted as a new image and returned." } */
PixelMap crop(PixelMap p, int x, int y, int width, int height)
}To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n media.image.ImageTransform -m "reason for update" -u yourUsername
Version 1 (this version) by barry
Notes for this version: Standard Library Initialisation