Re: [PHP-DOC] Manual Correction

2005-08-05 Thread Nuno Lopes
Hi, I've never used the gd extension, but the gd manual (http://www.boutell.com/gd/manual2.0.1.html#gdImageCreateTrueColor) clearly states: "Truecolor images are always filled with black at creation time". So, I don't think there is a bug here. Nuno P.S.: Please report other bugs or the con

[PHP-DOC] Manual Correction

2005-08-04 Thread Ron Hoeflinger
The description area of function:           imagecreatetruecolor ( int x_size, int y_size )should read:         returns an image identifier representing a blank image of size x_size by y_sizeA small point perhaps, but confusing because the function is specifically for color images and the incorrect