powered by
Draw image on another image
imdraw(im, sprite, x = 1, y = 1, z = 1, opacity = 1)
background image
sprite to draw on background image
location
transparency level (default 1)
Simon Barthelme
imager.combine, for different ways of combining images
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