Questions tagged [imagettftext]

174 questions
0
votes
1 answer

Show multiple images Codeigniter

I want to create multiple images using imagettftext and show it in the view file. I have used this code: http://php.net/manual/en/function.imagettftext.php. When i place the above mentioned code in my controller it works perfectly, but want to know…
Shaun
  • 2,243
  • 7
  • 35
  • 43
0
votes
1 answer

PHP imagettftext() equivalent function in C++/Java/Python

Is there any simple equivalent of PHP function imagettftext() in C++ / Java / Python libraries ? http://php.net/manual/en/function.imagettftext.php
0
votes
1 answer

Unicode-compatible alternative to imagettftext()

What other server-side tools are out there for creating textual images from TTF/OTF font files? I can't get imagettftext() to render Chinese/Japanese glyphs (even when defining the input string using HTML entities such as $#44032; as suggested here:…
David Jones
  • 8,703
  • 22
  • 79
  • 132
-1
votes
1 answer

Image keeps flickering when updating

Try to resize the image, or change the color. the image flickers: Click here to see a live example (Choose a font then click update) PHP:
-1
votes
1 answer

PHP: imagettftext text align right (RTL)

I want the Text is "Text Align Right". $url = "#"; $input = @file_get_contents($url) or die('Fehler!'); if( preg_match_all('~\s*(.*?)\s*~si', $input, $item_name ) ); $image =…
ZarneXxX
  • 57
  • 9
-1
votes
1 answer

Error When using imagettftext() with '&' in text

I am using below code to write text and change color,size,font and add it on image.
RJParikh
  • 3,980
  • 1
  • 16
  • 34
-2
votes
1 answer

Create an image with dynamic content

I need your help! My intention is to create a dynamic image with changing content, at the moment I am working with PHP and imagettftext, the User can access it via „banner.php“ and use it as image, because the header defines it as image. But now I…
Apple Web
  • 45
  • 7
-2
votes
1 answer

no one answered php imagettftext issue about unicode rendering

I am having a html form text input and php script to convert that sinhala language text to an image file using imagettftext(). but some characters are not rendered properly.. I have used the very same unicode font... this is my php…
-2
votes
1 answer

Imagettftext not working with wordwrap/explode

Hi i have a code here which previously works. it gets text input and prints the input using imagettftext on a jpg. i used word wrap and explode to assign where the text should appear. I have seen other post almost similar to this but i dont want to…
Jben Kaye
  • 171
  • 1
  • 4
  • 16
1 2 3
11
12