imager (version 0.45.8)

imdraw: Draw image on another image

Description

Draw image on another image

Usage

imdraw(im, sprite, x = 1, y = 1, z = 1, opacity = 1)

Arguments

im

background image

sprite

sprite to draw on background image

x

location

y

location

z

location

opacity

transparency level (default 1)

Author

Simon Barthelme

See Also

imager.combine, for different ways of combining images

Examples

Run this code
cimg.limit.openmp()
im <- load.example("parrots")
boats.small <- imresize(boats,.5)
#I'm aware the result is somewhat ugly
imdraw(im,boats.small,x=400,y=10,opacity=.7) %>% plot

Run the code above in your browser using DataLab