Back to FabImage Studio website
You are here: Start » Filter Reference » Image Drawing » DrawImage
Draws an image on another one.
Name | Type | Description | |
---|---|---|---|
![]() |
inImage | Image | |
![]() |
inDrawnImage | Image | Image to be pasted on ioImage |
![]() |
inLocation | Location | Location at which the image will be pasted |
![]() |
outImage | Image |
Description
The operation draws the inDrawnImage on the inImage so that the upper-left corner of the inDrawnImage is aligned at the inLocation of the inImage.
Examples
![]() |
The DrawImage used to draw an image on another, empty image.
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | Incompatible image depths in DrawImage. |
Complexity Level
This filter is available on Basic Complexity Level.