php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #5844 Missing features from gd
Submitted: 2000-07-28 23:27 UTC Modified: 2001-06-14 15:26 UTC
From: mog at linux dot nu Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0.1pl2 OS: Irrelevant
Private report: No CVE-ID: None
 [2000-07-28 23:27 UTC] mog at linux dot nu
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-14 15:26 UTC] sniper@php.net
gd2/gd funcs added. imagedashedline() deprecated. 
Use imagesetstyle() instead.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 19:01:31 2024 UTC