I have a collection of clothing items and I am making outfits with these items. Once an outfit is made with 5 items, I want to save them as a collage, essentially merge them into one image, so I can scroll through all the outfits in an image carousel.
Does anyone know whether merging multiple images into one image is possible on Adalo?
Adalo doesn’t have such functionality built-in.
You may want to try using some external APIs for that - for example, this is the first thing I found: Generate your photo collage online | Cloudinary Cookbook or this one http://developers.pho.to/.
NB: I didn’t use any of these so don’t know how well they work Based on the documentation creating collages seems to be possible, though you’ll ned to store them somewhere. Also you might need something like Integromat to manage the “workflow” (get images, send request, store result).
Think I figured out most of it and you’re absolutely right…required a lot of workaround. Do you know of an API that will take a screenshot within Adalo?