I need to modify the extension so that I can set the color. I tried,
$colorStorage = imagecolorallocate($this->tmp, 255, 255, 255);
as a test, but this made the whole image white. Does anyone know how to do what I'm asking?
Posted 31 August 2010 - 10:48 AM
$colorStorage = imagecolorallocate($this->tmp, 255, 255, 255);