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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mog at linux dot nu
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 23:01:27 2025 UTC