ID: 5844
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Feature/Change Request
Operating system: 
PHP Version: 4.0.1pl2
Assigned To: 
Comments:

gd2/gd funcs added. imagedashedline() deprecated. 
Use imagesetstyle() instead.


Previous Comments:
---------------------------------------------------------------------------

[2000-07-28 23:27:58] [EMAIL PROTECTED]
Several features from the latest gd is missing.

gd and gd2 file format support, quote from their homepage:

Read more here:
http://www.boutell.com/gd/#gdformat


gdImageDashedLine() is obsolete, quote from their homepage:

"gdImageDashedLine is provided solely for backwards compatibility with gd 1.0."


ImagePng($im); does not output a image stream to standard output, it outputs to a file 
on disk which is then read to output.

It should be done with something like gdImagePngToSink.

Read more here:
http://www.boutell.com/gd/#gdImagePngToSink


And some manipulation functions aren't available through PHP, a list of functions 
available with gd is available here:
http://www.boutell.com/gd/#index

---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=5844&edit=2


-- 
PHP Development 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]

Reply via email to