I need to generate a new image overlaying two remote images and then get the base64 encoding of the generated image.
Most of the solutions I found rely on the fact that those images should be located on the same server the website is:
Then looking at some source I found someone using the below base URL to overlay two images:
https://i.vimeocdn.com/filter/overlay?src=url-1&src=url-2
It seems to involve some vimeo API. Is it a safe way to do this?