class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
it doesn't matter how big the picture is, 1600x1200 or 400x300, the font size of the image_text is still the same. How can I let letter "grow" to the image size itself? On a huge picture, I want the letter to be huge too. But image_text_font is limited to 5, isn't it?
In fact, the class uses imagestring to write text. In a future version, the class will use imagettftext which will offer more features. I don't have enough time right now to do it.Reply
Re: Font Size ( 1- 5 ) always the same - either Picture is huge or small new!
it doesn't matter how big the picture is, 1600x1200 or 400x300, the font size of the image_text is still the same. How can I let letter "grow" to the image size itself? On a huge picture, I want the letter to be huge too. But image_text_font is limited to 5, isn't it?
How could I manage this?
Thanks in advance.
Douglas
In fact, the class uses imagestring to write text. In a future version, the class will use imagettftext which will offer more features. I don't have enough time right now to do it.