Top "Imagettftext" questions

PHP imagefttext (imagettftext) not displaying anything

I'm almost positive that there is a stupid reason this is not working, but I just can't figure this one …

php gd imagettftext
Generate Captcha Image PHP

I want to generate Captcha Image using PHP imagettftext. And following is my code. It gives an empty image. I …

php image text captcha imagettftext
imagettftext(): calculate font size to ensure text fits image width

I'm using imagettftext() to write dynamic text on an image and I want it to fit my image width. How …

php imagettftext dynamic-content dynamic-image-generation
Using PHP GD to create image form text with different fonts

I have been using this simple script to generate images from text: <?php header('Content-type: image/png'); $color = RgbfromHex($_…

php image image-processing gd imagettftext
How to control text alignment for text generated using `imagettftext()`?

Using the imagettftext function from the PHP GD library, one can only draw text that is left-aligned onto an image. …

php gd imagettftext
Font that supports all utf-8 characters for php imagettftext

I'm using imagettftext in php to generate images. Is there a true type font that supports all utf-8 characters?

php utf-8 truetype imagettftext
PHP imagettftext() center text

I want to center the text I add to my image using : imagettftext($image, 85, 0, 250, 350, $color, $font, $txt ); I tried something …

php imagettftext
Open OTF fonts with php - greek characters included

So, as the title says, my task is to convert a given phrase to an image on server side (php …

php fonts gd imagettftext