imagetruecolortopalette

(PHP 4 >= 4.0.6, PHP 5)

imagetruecolortopalette -- 將真彩色圖像轉換為調色板圖像

說明

bool imagetruecolortopalette ( resource image, bool dither, int ncolors )

imagetruecolortopalette() 將一幅真彩色圖像轉換為調色板圖像。本函數的代碼原本是從獨立的 JPEG 小組庫代碼中提取出來的,非常出色。此代碼被修改以在結果調色板中保留盡可能多的 alpha 通道訊息以及盡可能多的彩色。但並沒有達到期望的效果。通常最好建立真彩色圖像輸出,這樣可以保證得到最高的輸出質量。

dither 指明圖像是否被抖動(dithered),若果為 TRUE 則圖像將被抖動使圖像中的斑點更多但是彩色更接近。

ncolors 設定調色板中被保留的彩色的最大數目。

注: 本函數需要 GD 2.0.1 或更高版本。