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

Bug #16650 Resource handle is lost on save/display
Submitted: 2009-09-28 04:29 UTC
From: mirko Assigned:
Status: Open Package: Image_Transform (version 0.9.3)
PHP Version: 5.2.5 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2009-09-28 04:29 UTC] mirko (Tsvetomir Andreev)
Description: ------------ GD.php:486 $this->imageHandle = $this->oldImage; it probably has to be the opposite $this->oldImage = $this->imageHandle; else the resource handle is lost unless you've called manipulation functions before and they have set $this->oldImage

Comments