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  
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 : 18 - 9 = ?

 
 [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