<?php session_start(); require_once 'facebook.php'; $app_id = "418907881455014"; $app_secret = "36389d2c4caaf6de86982cb87686a494"; $redirect_uri = …
php truetype imagettftexti want to align the text generated on the image to the center of the image. for the moment, i …
php imagettftextIt's being long hours that I'm still looking for answer to this problem.. All the solutions I find are around …
php image gd imagettftextI am setting up dynamic forum signature images for my users and I want to be able to put their …
php image gd imagettftextUsing the example from php.net I get a warning, and the image is not rendered correctly. I supply a …
php ubuntu imagettftextDoes anybody have a function that draws a ttf string (imagettftext) with specified letter spacing? I cannot find any build-in …
php gd imagettftextI am using the imagettftext() function to create a custom captcha script. I have ran and tested the code successfully …
php captcha imagettftextalright so im having a problem with getting my text layed over a partly transparent image. i want the text …
php gd transparent imagettftextI'm creating transparent text -> png images with php and so far so good. The only problem is that …
php text png imagettftextI'm training my PHP skills to generate images. I need only one thing which doesn't work. I don't think it's …
php gd imagettftext