Brink Kale Posted June 22, 2009 Share Posted June 22, 2009 I've read the tutorial "PHP Add Text To Image" and I was able to understand it. I even got the codes working and modified as I wanted. My original query ( to google) was about actual image layers. Example, if I had images a, b, c and d Images a and b would be something like a background layer that you can choose between. C and d would be a top layer above the background layer that would be a second option. How do I get Php to compile these options into a single image with no visible layers. I would like to use this knowledge to make an image that could dynamically change according to the time of day of the user. Much like the one used on Gmail's "Tea House" theme. http://mail.google.com/mail/images/2/5/teahouse/6am/footer_bg.jpg I am fairly new to Php and would appreciate any help given on the matter. Link to comment https://forums.phpfreaks.com/topic/163213-solved-help-with-php-image/ Share on other sites More sharing options...
Brink Kale Posted June 22, 2009 Author Share Posted June 22, 2009 Just want to make sure this gets seen. =) Link to comment https://forums.phpfreaks.com/topic/163213-solved-help-with-php-image/#findComment-861539 Share on other sites More sharing options...
flyhoney Posted June 22, 2009 Share Posted June 22, 2009 Well, the simplest thing to do is create individual images for each, obviously this is what Google does But if you really want to layer images, I bet you will have to use png as it has support for layers and transparency. Take a look at this demo and see if it is what you are trying to do: http://www.codewalkers.com/c/a/Miscellaneous/Overlapping-Images-with-GD/1/ Link to comment https://forums.phpfreaks.com/topic/163213-solved-help-with-php-image/#findComment-861554 Share on other sites More sharing options...
Brink Kale Posted June 22, 2009 Author Share Posted June 22, 2009 Thank you, that is exactly what I was looking for. All I have to do is create my own script / system for changing the actual images. Once again, thank you for the assistance and the tutorial site. =) Link to comment https://forums.phpfreaks.com/topic/163213-solved-help-with-php-image/#findComment-861571 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.