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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 07:01:32 2024 UTC