Hi im trying to use the imagecolorstotal in GD lib but it aloways returns 0!
Im trying to use it with a JPEG!
Why is this??
Heres the code!!
$img = imagecreatefromjpeg($image);
print_r(imagecolorstotal($img));
/F