PHP - Gd Rebel Pixels
Hi,
I generated an image with GD php librairy. Even with best quality compression, I sometimes have red displaying bug on it. See here attached or at this adress : http://www.tapiocadesign.com/GD_displaying_bug.jpg How could I avoid that, Thanks a lot, Sylvain Hugues. Similar TutorialsI’m trying to work out how I can use php gd to take an image, in this case it’s a rectangle that has text in the middle and the rest is transparent, so it’s a png with just text in the centre.
I have another image which is a texture. Its also a rectangle of the same size. I have managed to merge the two together so the texture on top of the text image but it covers the entire image rather than just the text in the middle.
what I need it to do it apply the texture to the text in the image and ignore the surrounding transparent pixels.
|