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

Request #7412 Need function which returns image content
Submitted: 2006-04-17 16:18 UTC
From: kroseneg at schmidham dot net Assigned:
Status: Verified Package: Image_Transform (version 0.9.0)
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  


 [2006-04-17 16:18 UTC] kroseneg at schmidham dot net (Korbinian Rosenegger)
Description: ------------ I need a function which returns the image as string for inserting it into a database. Although it would be possible to save the file and then use get_file_contents(), it would be much nicer to directly get the image as a result from a function, e.g. $content = $image->getFile();

Comments