(PHP 4 >= 4.0.6, PHP 5, PHP 7)
imagetruecolortopalette — �����ɫͼ��ת��Ϊ��ɫ��ͼ��
$image
, bool $dither
, int $ncolors
) : boolimagetruecolortopalette() ��һ�����ɫͼ��ת��Ϊ��ɫ��ͼ�������Ĵ���ԭ���ǴӶ����� JPEG С����������ȡ�����ģ��dz���ɫ���˴��뱻�����ڽ����ɫ���б��������ܶ�� alpha ͨ����Ϣ�Լ������ܶ����ɫ������û�дﵽ������Ч����ͨ������������ɫͼ��������������Ա�֤�õ���ߵ����������
image
��ͼ������(����imagecreatetruecolor())���ص�ͼ����Դ��
dither
ָ��ͼ���Ƿ�����dithered�������Ϊ
TRUE
��ͼ������ʹͼ���еİߵ���൫����ɫ���ӽ���
ncolors
�趨��ɫ���б���������ɫ�������Ŀ��
�ɹ�ʱ���� TRUE
�� ������ʧ��ʱ���� FALSE
��
Example #1 Converting a true color image to a palette-based image
<?php
// Create a new true color image
$im = imagecreatetruecolor(100, 100);
// Convert to palette-based with no dithering and 255 colors
imagetruecolortopalette($im, false, 255);
// Save the image
imagepng($im, './paletteimage.png');
imagedestroy($im);
?>
Note: �˺�����Ҫ GD 2.0.1 ����߰汾(�Ƽ� 2.0.28 �����߰汾)��