imagetruecolortopalette

Supported Versions: PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8
Convert a true color image to a palette image
imagetruecolortopalette(GdImage $imagebool $ditherint $num_colors): bool
        if (is_numeric($count) && $count <= 256) {


            
imagetruecolortopalette($resourcetrue$count);

        }