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  
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes. If this is not your bug, you can add a comment by following this link. If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
2008-04-28 12:13 UTC
Package:
Bug Type:
Summary:
From: kroseneg at schmidham dot net
New email:
PHP Version: Package Version: OS:

 

 [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