dahtah / imager

R package for image processing
GNU Lesser General Public License v3.0
187 stars 43 forks source link

is there any function which will do image composite? #72

Open forrestw2005 opened 5 years ago

forrestw2005 commented 5 years ago

Is there any function we can use to composite two images with different dimensions? I know in package of magick, one function called image_composite() can do this job. I am trying to find the similar one in imager package. Thanks~

dahtah commented 5 years ago

Is imdraw what you're looking for? It can paint an image on top of another one.