romantic

write on photo

write and add name on love quotes photo romantic love images

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

Go
write on photo

write name on hand on hand love romantic photo add your love name on photo

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

Go
Add text to gif images

write name on romantic red flower

[insert_php] include ‘text.php’; include ‘ads1.php’; include ‘giffile.php’; $image = imagecreatefrompng(‘template-gif/bredflower_1.png’); imagealphablending($image, false); imagesavealpha($image, true); $facebook_white = imagecolorallocate($image, 256, 256, 256);…

Go
Add text to gif images

write your love name on love book gif image

[insert_php] include ‘text.php’; include ‘ads1.php’; include ‘giffile.php’; $image = imagecreatefrompng(‘template-gif/love-heart-book-mn-01.png’); imagealphablending($image, false); imagesavealpha($image, true); $facebook_white = imagecolorallocate($image, 255,221,189); // Create…

Go
Back to top button