imagecolorstotal

imagecolorstotal

(PHP 3, PHP 4, PHP 5)

imagecolorstotal -- Find out the number of colors in an image's palette

Description

int imagecolorstotal ( resource image )

This returns the number of colors in the specified image's palette or 0 for truecolor images.

See also imagecolorat() and imagecolorsforindex(), imageistruecolor().

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.