How about..
http://www.phpclasses.org/browse/package/599.html
This has the class, an extension, and examples. Hope this helps you ;)
This is a discussion on [PHP] Adding drop shadow on a font within the Coders' Paradise forums, part of the Evolution : RaGEZONE category; Hello there! I'm currently coding a image where you can change it via the URL, However, I want to add ...
Hello there!
I'm currently coding a image where you can change it via the URL, However, I want to add some drop shadow on my image such as:
http://habbcrazy.net/php/text.php?bo...%20the%20Habbo...
I've currently got this.
Whick come out as:PHP Code:<?
$font = $_GET['input1'];
$font_file = '../_styling/fonts/volter.ttf';
header("Content-type: image/png");
$im = @imagecreate("235","69") or die();
$transparant = imagecolorallocate($im, 51, 80, 124);
ImageColorTransparent($im, $transparant);
$img = imagecreatefrompng("../images/main/ad.PNG");
imagecopy($im, $img, 0, 0, 0, 0, 235, 69);
$black = imagecolorallocate($im, 0x00, 0x00, 0x00);
imagefttext($im, 13, 0, 6, 42, $black, $font_file, $font);
imagepng($im);
imagedestroy($im);
?>
http://habbocms.info/imager/event/TEST/
Off topic: I've also created this!
http://habbocms.info/imager/account/%HOTEL%/%HABBONAME%
such as
http://habbocms.info/imager/account/co.uk/temping:
http://habbocms.info/imager/account/co.uk/temping
Help would be appericated
How about..
http://www.phpclasses.org/browse/package/599.html
This has the class, an extension, and examples. Hope this helps you ;)
[SIGPIC][/SIGPIC]
Thanks, I'll take a look into it.
Welcome. There are plenty of useful things on there also. =P
[SIGPIC][/SIGPIC]
Infact, It's a stroke. I'm looking for.