[PHP] Trouble with PNGs

2001-11-03 Thread Daniel Reichenbach

Hy,

I'm using PHP 4.0.6 with GD-2.0.1 and Freetype 2 compiled in. After
playing a while with gd, I found that i can generate blank images
with TTF text on it and can put text with imagestring on a png,
but writing with ImageTTFText fails.

Any idea?

Daniel



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Trouble with PNGs

2001-11-03 Thread Daniel Reichenbach

 I'm using PHP 4.0.6 with GD-2.0.1 and Freetype 2 compiled in. After
 playing a while with gd, I found that i can generate blank images
 with TTF text on it and can put text with imagestring on a png,
 but writing with ImageTTFText fails.
Okay, I've tried it with PNG and JPEG, nut nothing works. The sample
i use can be viewed at:

http://195.127.171.50/php/testimages.php

First picture is PNG, second is JPEG. On both i tried to write
using the windows arial.ttf font.

Source is available at:
http://195.127.171.50/php/gd_image_inc.phps

What the %%/ is going in here? Can anyone please help me?
This makes me go crazy.

Daniel



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]