I\'m working with the PHP GB library to manipulate images. One of the thing I noticed doesn\'t come with the GB library is the ability to flip images either vertically or horizontally. So I went about
I want to generate this http://de.novumpro.com/typo3temp/pics/0512014950.jpg http://de.novumpro.com/typo3temp/pics/0512014950.jpg with PHP and two source images: gray book background and book cover te
Here it goes. I have been thinking about this for a long time, and havent really been able to put up a proper way to do it yet. I havent implemented anything yet, as im still designing the thing.
I am having trouble using a script I found at http://www.marcofolio.net/webdesign/use_a_custom_font_on_your_website.html
Is there any way to apply some filters in imagecache to fill the background color with a html code preset #FFFFFF for example? , it\'s开发者_JS百科 just impossible to set that up since scale & cro
Hey everyone, I have a php script to resize images to a certain size, if the aspect is the same it just resizes them, but if it\'s different it crops them first. I just wanted to check my logic was co
I built a community website where the users upload their photo and they can crop the thumbnail, ala Facebook to be clear.
I\'ve got this script, which only saves the image at $image, and not the image at $newimage_2. Help? <?php
This question 开发者_JS百科already has answers here: Closed 12 years ago. Possible Duplicate: resize font to fit in a div (on one line)
I\'d like to show the image in this page using an <img> tag instead of an header (hea开发者_StackOverflow社区der(\"content-type: image/jpeg\");). any ideas?