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

Request #16749 Image to background
Submitted: 2009-10-29 17:43 UTC
From: dolphinet Assigned: hm2k
Status: Closed Package: Image_Text (version 0.6.0beta)
PHP Version: 5.2.5 OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2009-10-29 17:43 UTC] dolphinet (Zoltan Koteles)
Description: ------------ I'd like to add an existing image to the background. Example: $options = array('background_image' => 'test_image.jpg'); If the image is exists on the system this will be the background not the background-color. Thanks ZoTyA

Comments

 [2009-10-29 19:20 UTC] dolphinet (Zoltan Koteles)
Sent the modified code for developer of the package.
 [2009-11-06 05:09 UTC] dolphinet (Zoltan Koteles)
 [2010-07-23 04:18 UTC] hm2k (James Wade)
-Status: Open +Status: Closed -Assigned To: +Assigned To: hm2k
This is unneeded. Try using the 'canvas' setting instead. In this example... $options = array('canvas' => imagecreatefromjpeg('test_image.jpg')); Since you can't have both, this makes the most sense.