card

write on photo

write name on birthday birthday card with name and photo

Go
write on photo

write your name on ilove you happy valentine day card

[insert_php] include ‘text.php’; echo ‘‘; include ‘picfile.php’; $image = imagecreatefromjpeg(‘templates/love-h-05.jpg’); imagealphablending($image, false); imagesavealpha($image, true); $color = imagecolorallocate($image,255,255,255); // Create color…

Go
Add text to gif images

write your name on kids birthday card gif

[insert_php] include ‘text.php’; include ‘ads1.php’; include ‘giffile.php’; $image = imagecreatefrompng(‘template-gif/happy_birthday-kids-0a.png’); imagealphablending($image, false); imagesavealpha($image, true); $facebook_white = imagecolorallocate($image, 255,255,255); // Create…

Go
Back to top button