HomeForumSourceResearchGuide
Sign in to contribute to source. how it works
Type definition file media.image.ImageTransform by barry
expand copy to clipboardexpand
/* {"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)

	}
Revision history
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 5 by barry
Version 4 by barry
Version 3 by barry
Version 2 by barry
Version 1 (this version) by barry
Notes for this version: Standard Library Initialisation