01-27-2008, 01:59 AM
|
#12 (permalink)
|
|
The Frequenter
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
|
The GD article didn't say that :( It wasn't until I looked at the PHP documentation and saw all the functions that I saw that you could change all that stuff.
edit:
Yet another code that doesn't seem to work... Why does GD have to be so complicated?
PHP Code:
<?php header ("Content-type: image/png"); imagepng(imagecreatetruecolor(500, 500)); ?>
It was supposed to be a minimalist document, and it seems it doesn't work.
Last edited by Aaron : 01-27-2008 at 03:04 AM.
|
|
|