Hi gang:

A couple of image questions:

In the php manual it says:

imagecreate() returns an image identifier representing a blank image of specified size.
We recommend the use of imagecreatetruecolor().

Q: Why the recommendation?

imagecreate() returns a "blank" page whereas imagecreatetruecolor() returns a "black" page.

Q: Is there a problem with a "blank" page?

Cheers,

tedd

--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to