How does Photofunia render and mask images on predefined templates?

Viewed 120

How does Photofunia mask images on predefined templates?

Is it possible to do that with PHP? Do I need special technology? Thank you for your help and guidance.

the original image:

enter image description here

the rendered image by photofunia:

enter image description here

2 Answers

you can use imagemagick.

The current release is ImageMagick 7.0.11-12. It runs on Linux, Windows, Mac Os X, iOS, Android OS, and others.

please read this documentation: imagemagick , example, other doc, php sample

enjoy it :)

Related