Cut any shape from image ( Imagik/Gd)
问题 Is there any way to cut any shape from square image in PHP ? Example, I have image with heart shape: Another image in same size like heart. Final image: So my question is there way in PHP to make such effect from two images, or one image ? 回答1: You basically just want to copy the opacity of the heart template into the car picture. So, at the command-line, you would do: convert motor.jpg heart.png -compose copyopacity -composite result.png And in PHP: #!/usr/local/bin/php -f <?php $template