Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.9.5

Request #12926 Add function to return GD image handle
Submitted: 2008-01-18 03:04 UTC
From: sharedlog Assigned: cweiske
Status: Closed Package: Image_Transform
PHP Version: Irrelevant OS: Linux
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 50 - 22 = ?

 
 [2008-01-18 03:04 UTC] sharedlog (Dmitri Snytkine)
Description: ------------ It would be helpful to add a function to GD driver that would return a gd image resource. This way we can perform some functions using this class, then instead of saving the image, get the gd image resource and then we could continue working with that resource or pass it to another class. for example Image_Text::set() accepts an image resource as $canvas option. I think this can be as easy as returning $this->imageHandle

Comments

 [2008-04-28 21:17 UTC] cweiske (Christian Weiske)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.