(PHP 4 >= 4.0.6, PHP 5, PHP 7)
Convert a true color image to a palette image
bool imagetruecolortopalette ( resource $image, bool $dither, int $ncolors )
imagetruecolortopalette() converts a truecolor image to a palette image. The code for this function was originally drawn from the Independent JPEG Group library code, which is excellent. The code has been modified to preserve as much alpha channel information as possible