Start » Filter Reference » Image » Image Drawing » DrawImages
Module: | FoundationLite |
---|
Draws an array of images on an image.
Name | Type | Description | |
---|---|---|---|
inImage | Image | ||
inDrawnImages | Image?Array? | Images to be pasted on ioImage | |
inLocations | Location?Array? | Locations at which the image will be pasted | |
outImage | Image |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Inconsistent input array sizes in in DrawImages. |
Complexity Level
This filter is available on Basic Complexity Level.