image - imagettftext PHP GD -


i generate image php. gd script no problem.

but want letters superimposed (picture). want use 1 input field.

imagettftext($image, 500,0,1000,1700, $grey, $schrift,  "$eins"); 

enter image description here


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -