php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #11082 Request for support of GD and GD2 format
Submitted: 2001-05-24 07:19 UTC Modified: 2001-05-29 03:55 UTC
From: stepan dot rybar at ceu dot cz Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0.4pl1 OS: not applicable
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: stepan dot rybar at ceu dot cz
New email:
PHP Version: OS:

 

 [2001-05-24 07:19 UTC] stepan dot rybar at ceu dot cz
Can I ask someone for implementing functions handling with GD and GD2 formats - internal (un-)compressed formats for fast reading|writing (parts) of very large files. These functions are standard functions in C version of Boutell's GD library. 

Thank You 

Steve 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-24 16:39 UTC] sniper@php.net
You mean imageGD() and imageGD2() funcs that output 
the image to that format?

And of course imagecreatefromGD() and imagecreatefromGD2() ?

Reclassified as feature/change request.

--Jani


 [2001-05-25 03:35 UTC] stepan dot rybar at ceu dot cz
Yes, I mean a couple of these functions as implemented in original GD: gdImageCreateFromGd, gdImageCreateFromGd2, gdImageCreateFromGd2Part (especially important for me ;-) gdImageGd and gdImageGd2. The last two functions due the conversion from PNG to GD and GD2 format. 

If anybody can and want to implement these function, it could be usefull, I think. 

Thank in advance 

Steve 
 [2001-05-29 03:55 UTC] sniper@php.net
Added these functions:

imagecreatefromgd()
imagecreatefromgd2()
imagecreatefromgd2part()
imagegd()
imagegd2()

Get the latest CVS and you have them. 

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 02:01:28 2025 UTC