I have this test page http://thechozenfew.net/projects/write_font.php that generates the text in the input box as a font. Each letter is a different picture, How would i joi
So here what i ended up with
= 1){
$offset = $offset + $width;
}
}unset($a);
// Save it
//Imagepng($photoImage, 'done.png');
// Output to browser
Imagepng($photoImage);
//Destroy all Image Objects
foreach($image['obj'] as $a){
ImageDestroy($a);
}
ImageDestroy($photoImage);
?>
The Live Link http://thechozenfew.net/projects/font/ImageMerge.php?name=it%20works