red

Add text to gif images

Write name on I Love You on red heart

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

Go
Add text to gif images

Write name on animated red hearts and flowers

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

Go
Back to top button