Code help please
Posted: Sun Sep 14, 2014 5:18 pm
I have tried changing the RGB colour solution shown in other posts.............
$background = imagecolorallocate($this->image, 255, 255, 255);
}
I changed this in system/library and cleared the image/cache/ data, but my images still have the white background. Is there something I have missed?
Thanks
$background = imagecolorallocate($this->image, 255, 255, 255);
}
I changed this in system/library and cleared the image/cache/ data, but my images still have the white background. Is there something I have missed?
Thanks