The source image.
The target image.
Optional
options: CopyToOptions<Image>Options.
The target with the source copied to it.
Copy the image to another one by specifying the location in the target image. If the source image exceeds the boundaries of the target image, the excess pixels are ignored. The result image will have the same dimensions as the target image.
The source image.
The target image.
Optional
options: CopyToOptions<Mask>Options.
The target with the source copied to it.
Copy the image to another one by specifying the location in the target image. If the source image exceeds the boundaries of the target image, the excess pixels are ignored. The result image will have the same dimensions as the target image.