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.
Hello, May any body help me on this? When i put #000000 for the text color seems that not work!!! And only with that color!! First i thought that the problem was that the color was a number of zeros, but if i use an another color ( #001500 ), the class work!!! Can you help me on this please?!?!? Sorry for my english!!!Reply
Yes, you're right, there is a bug, actually two. It happens that imagecolorallocate() doesn't fill the image if it has been created in true colors. Then if the text is black, it becomes transparent as the background used for the merged text image is also black. A kind of double bug...
I will fix it in the next release. In the meantime, you can change the code as following.
May any body help me on this?
When i put #000000 for the text color seems that not work!!!
And only with that color!!
First i thought that the problem was that the color was a number of zeros, but if i use an another color ( #001500 ), the class work!!!
Can you help me on this please?!?!?
Sorry for my english!!!
I will fix it in the next release. In the meantime, you can change the code as following.
Replace l.2478-2479:
With:
And congrats for your excellent work!!!
Keep walking!!!