Creating foto manipulation app

Hi,
I am trying to create a photo manipulation app.
You have a person in the background and then you would take a photo.
Resize it or rotate it and then place it over the person’s head in the background.
However after looking at the tools available, I could not find anything that would let me move and resize, rotate the photo.
Is it possible to do it in the bubble?
Thank you!
Mitja

Hi Mitja,

There are some photo manipulation / computer vision plugins, but they are very basic and may not be able to do all that you are looking for.
I would suggest either using custom javascript, creating a custom plugin or calling an API service that does this for you.