transloadit

Can I do image compositions using TransLoadIt?


We want to clip the image into a circle and stamp another image (a frame/shadow) on top of it.

Right now we're running imagemagick to do this on our own server, I'm wondering if I can offload that operation to TransloadIt somehow to be more scalable. It looks like TransLoadIt is running ImageMagick itself to do operations but not all ImageMagick capabilities are available.

Is this something we could possibly do using TransLoadIt?


Solution

  • I think it should be possible to first stamp a watermark on it that contains an opaque background with a transparent circle. Then in a second step, you could set the opaque color to be transparent.