<?php $x_finalpos = 255-($textwidth/2); $image = imagecreatefromjpeg('img_empty.jpg'); $font_color = ImageColorAllocate($image,0,0,0); ImageJPEG($image, $img); ImageDestroy($image); ?>
<?php $x_finalpos = 255-($textwidth/2); $image = imagecreatefromjpeg('img_empty.jpg'); $font_color = ImageColorAllocate($image,0,0,0); ImageJPEG($image, $img); ImageDestroy($image); ?>