Take your base image and use the overlay
parameter (l
in URLs) to add any further images. Set the required width
and height
(w
and h
in URLs) with the required crop mode, and add any further transformations, effects and texts.
Cloudinary allows taking any of your uploaded images and add them as overlays on any base image. The base image can be either from your uploaded images, remotely fetched images and more.
Here are four upload images we'd like to generate a collage from:



Now we'll take these four images and place them one next to the other:
We can add a fifth image (with the public ID 'butterfly') while rotating it a bit:
Now we'll round the corners of the image by setting the radius
parameter (r
in URLs) to the required pixels:
Now let's add a nice caption text:
Finally, we'll add a nice shadow effect by setting the effect
parameter to shadow
(e_shadow
in URLs):
Here's another collage example: