The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
53 views

PHP Json Terraria Server Status

I really searched a long time on google/stackoverflow and didn't find my answer. I'm trying to put an image to see if my Terraria server is online or not and if yes, who's connected etc.. :p I'm ...
0
votes
0answers
63 views

Make imagettftext accept the whole pwgen -ny input, not just the first password

So I have this: https://indigodaddy.koding.com/ (Basically straight out of http://us2.php.net/manual/en/function.imagettftext.php) <?php // Set the content-type header('Content-Type: ...
0
votes
0answers
19 views

How to create a jpg text comment and stick it under an existing picture?

I want to add comments from user input to pictures, in such a way comment and picture would be viewable with a slideshow. Comment box must adapt size ( width and lenght ) to the input. I'm banging my ...
0
votes
0answers
29 views

imagettftext shows little squares though there are no accented characters

The text to convert does not encompass any accented character , though I get a set of squares each time. Spaces between the lines are also uneven. I've tried and tried to modificate every single ...
0
votes
1answer
119 views

Joomla 1.5. Text over image doesn't work

I'm useing Joomla 1.5. I have the script for create image with text over It, but It doesn't work for me: <?php // Set the content-type header('Content-Type: image/png'); // Create the image $im = ...
0
votes
2answers
64 views

Creating text images with php

I am using the following code: <?php $im = ImageCreate(350, 70); $white = ImageColorAllocate($im, 0xFF,0xFF,0xFF); $fontColor = ImageColorAllocate($im, 0xF2,0x67,0x22); ImageTTFText ($im, 20, ...
2
votes
2answers
272 views

PHP - imagettftext not working and GD installed

it's being long hours that I'm still looking for answer to this problem.. All the solutions i find are around catching the font name but i am pretty sure this isn't my problem. It looks like GD is ...
2
votes
2answers
135 views

Underline text using imagettftext

My question is, how do I underline all the text in the image?Code: function createImage($text) { $text .= "\n"; $text = wordwrap($text, 40, "\n"); $newlines = substr_count($text, "\n"); ...
0
votes
2answers
223 views

Aligning php Generated Image dynamic text in center

i want to align the text generated on the image to the center of the image. for the moment, i dont know if it is possible to align it. below is the code. $im = @imagecreatefromjpeg('poloroid.jpg'); ...
2
votes
2answers
181 views

Move uploaded file php not working

I want to move a file that has been created using imagettftext and saved as a png. as you can see, in the code below, i used the move_uploaded_file but to no avail. please help. tq // Set the ...
0
votes
1answer
151 views

How to write text in multiline(in a paragraph)?

When i use this code,I can make a image out of text,but in a single line, function writetext($image_path,$imgdestpath,$x,$y,$angle,$text,$font,$fontsize) { ...
0
votes
1answer
164 views

Imagettfbbox and imagettftext

Hey all i am wondering where i am missing the size of the textbox where the text is inside? $img = imagecreatefromjpeg("Desert.jpg"); //http://s7.postimage.org/ceb440itn/Desert.jpg $width = ...
0
votes
0answers
33 views

imageTTFText utf-8 with é è

i do this on a utf-8 server, file executing the code is utf-8 without-bom my typo got this character é or è, i check it before. $text = 'Sébastien'; imageTTFText ( $canvas, $size, 0, 0, $size, ...
0
votes
0answers
29 views

imagettftext in certain area

Hello stackoverflow Community, currently I'm trying to write text to an image in use of PHP. The problem I'm having is, that the user can input the text by himself. So the length of the text is ...
1
vote
2answers
438 views

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. At least so it would seem, perhaps I'm missing something. How can I control the ...
0
votes
1answer
131 views

imagettftext() not outputing original image + watermark

Using as imagettftext() variant to watermark images with custom text but I must be doing something wrong here... as the output result doesn't have the watermark as intended. Already tried some ...
0
votes
0answers
55 views

How to add custom image in imagettfbbox() function

Thanks in Advance. I want to use Custom Image with imagettfbbox() function. I am trying to create a captcha with the function, the function render the text as image, but i have a background image, how ...
0
votes
2answers
194 views

PHP - Convert hex character to HTML entity

I'm using imagettftext to create images of certain text characters. To do this, I need to convert an array of hexidecimal character codes to their HTML equivalents and I can't seem to find any ...
2
votes
2answers
500 views

PHP's imagettftext creates black edges on transparent background

I have this code: $im = imagecreatetruecolor(70, 25); $white = imagecolorallocate($im, 255, 255, 255); $grey = imagecolorallocate($im, 128, 128, 128); $black = imagecolorallocate($im, 0, 0, 0); ...
2
votes
1answer
192 views

php ImageTTFText, Image only filled with Text if echo before

Hey i got some crazy problem by making a captcha. I creating a shuffle variable and give it to the session, then i opening the image.php captcha.php <?php error_reporting(-1); ...
0
votes
1answer
110 views

imagettftext(), GD, TrueType font and Letter 'a' / 'A' (Weird)

I'm using the following code to generate a text-based image. Everything works fine except that letters "a" and "A" appear as å and Å respectively. Why? Everything appears fine but a / A. ...
0
votes
0answers
88 views

why wont the text lines in gd library change color correctly

This is the code I am using in my program. I am looping over each text line from the database, but when I try to have 2 or more different colors it messes up. The colors seem to mix up. <?php ...
0
votes
1answer
196 views

imagettftext function not working in php

I have the following code for my captcha. The lines in the image are generated but the 4 digit number is not displayed. I assume there is some problem in ...
0
votes
2answers
351 views

Captcha Code not working using php

My captcha code is not working, I am able to bring up the lines at back but the numbers are not visible in the captcha. The code is working perfect on localhost but not on my hosting website. here's ...
0
votes
2answers
170 views

Image doesn't show up when font called within Joomla

I'm new to Joomla dev and php so if I'm doing something stupid please let me know! I'm creating a certificate to be printed after a user completes a quiz with their name, date, etc. I've gotten the ...
1
vote
0answers
274 views

How to make text-align center in imagettftext()

I couldn't able to get this working. See the picture below (this is im showing in a div tag): html code is <p>t-shirt is the giveaway</p> How can i achieve the same thing ...
1
vote
1answer
141 views

Euro (€) in imagettftext

How can i create an € sign with imagettftext()? I'm using the font 'Lucida Grande' which contains the euro sign. &euro; does not work, too.
1
vote
2answers
879 views

PHP imagettftext partially bold

I'm training my PHP skills to generate images. I need only one thing which doesn't work. I don't think it's possible on the way I want, but there should be another way. The code I already have is ...
0
votes
0answers
106 views

PHP imagettftext(): No character set found in

I'm having a weird problem with PHP imagettftext function. I copied an example from php.net and changed $font to my own. Error is Warning: imagettftext(): No character set found in [my location] on ...
1
vote
1answer
194 views

PHP - Creating image with imagettftext with Greek text

I'm trying to use imagettftext to create an image using this Greek text "από τον/την". This text is read from a MySQL database table from a field whose collation is set to utf8-unicode-ci. The text ...
1
vote
0answers
96 views

Point of origin for text :imagettftext

I am using imagettftext function to write text on my image but the problem is when i set x,y postion to 0,0 in it does write text on top left of the image . Is there any way to make my point of ...
0
votes
1answer
128 views

Show multiple images Codeignitor

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 ...
1
vote
2answers
2k views

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 can I calculate the font size by the text lenght?
0
votes
1answer
135 views

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
1answer
268 views

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 ...
1
vote
1answer
2k views

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/a2424901/public_html/index.php on line 35

<?php session_start(); require_once 'facebook.php'; $app_id = "418907881455014"; $app_secret = "36389d2c4caaf6de86982cb87686a494"; $redirect_uri = 'http://gooogle12.comuf.com'; $facebook = new ...
1
vote
2answers
467 views

Draw text with GD with transparent background

I have this code to write some text on a new created image: class ImageCreator { public function Draw($string) { $font = "lg.ttf"; $txtsize = imagettfbbox(20, 0, $font, ...
0
votes
2answers
431 views

imagettftext \\n line break puzzle PART 2

I previously asked why \n in a string was not returning a line break. This was because the string needed to be in Double Quotes. (Thanks @Juhana !) Now I am using GET so I can change the text ...
0
votes
1answer
244 views

imagettftext \\n line break puzzle

in PHP imagettftext, should I be able to make line breaks with "\n" in a string like this? // The text to draw $text = 'Something\nElse'; When I try this, the text outputted reads ...
0
votes
1answer
192 views

PHP Imagettftext each word as separate image

When using imagettftext I can create a single line of text as one long image using imagecreatetruecolor: // Create the image $im = imagecreatetruecolor(400, 30); This will display as much text in a ...
2
votes
1answer
363 views

Add text from user input to an image [imagettftext]

Trying to find a way of doing this, but going round in circles. What we are trying to achieve is like this I have read up on : http://php.net/manual/en/function.imagettftext.php and ...
1
vote
0answers
154 views

Multiple text colors in one image using imagettftext

I am trying to output some text using imagettftext. I can do this easily enough to get text that is all one color. What I would like to do is have individual words be different colors. Is this ...
0
votes
2answers
2k views

imagettftext() - Cannot find font location

I am using the imagettftext() function to create a custom captcha script. I have ran and tested the code successfully on my PC, running PHP (Version 5.3.8) but when I upload to my shared hosting ...
2
votes
2answers
2k views

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 GD) with a selected .otf font. The phrase can include not only latin characters but also greek and cyrillic. ...
0
votes
1answer
582 views

PHP Captcha Imagettftext Not Working

Having a hard time implementing a script I came across for a Captcha code. Not too familiar with PHP so any help would be awesome. Problem: Captcha Image does not show up on the live server, but does ...
1
vote
2answers
116 views

Filled rectangles instead of text while using imagettftext

I have some problems with rendering text using imagettftext(); Somehow it just shows filled rectangles. No errors at all. http://postimage.org/image/k61c8xi0n/ PHP Version: 5.3.8 GD Support: Enabled ...
1
vote
1answer
221 views

map characters before imagettftext()?

I'm building a free font website with font previews. Many of the font characters generated by imagettftext() are coming up with square boxes because they are not mapped. I look at a site like ...
1
vote
1answer
1k views

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?
-1
votes
1answer
199 views

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: <?php // Set the content-type header('Content-Type: ...
1
vote
1answer
369 views

php work with images : write complete word in arabic , ttf font [duplicate]

Possible Duplicate: How can I write non-English characters to an image? i wrote this question before but with out answers or views here write arabic to image error can please help me ...

1 2