Does anyone know of a way to stop an image being created with php having the first colour as its background, for example i want to create an image with an alpha in it, i use....
to copy and paste in an image which already has an alpha and my php image has an alpha, now i need to draw onto the image but when i set the colour to draw for example...
$white = ImageColorAllocate($img, 255, 255, 255);
it of course sets the background to white by default!
Bookmarks