成人精品一区二区三区中文字幕-成人精品一区二区三区-成人精品一级毛片-成人精品亚洲-日本在线视频一区二区-日本在线视频免费

導航首頁 ? 技術教程 ? PHP:imagepalettetotruecolor()的用法_GD庫圖像處理函數
全站頭部文字 我要出現在這里
PHP:imagepalettetotruecolor()的用法_GD庫圖像處理函數 715 2023-12-15   

imagepalettetotruecolor

(PHP 5 >= 5.5.0)

imagepalettetotruecolor — Converts a palette based image to true color

說明

bool imagepalettetotruecolor ( resource $src )

Converts a palette based image, created by functions like imagecreate() to a true color image, like imagecreatetruecolor().

參數

image

由圖象創建函數(例如imagecreatetruecolor())返回的圖象資源。

返回值

Returns TRUE if the convertion was complete, or if the source image already is a true color image, otherwise FALSE is returned.

范例

Example #1 Converts any image resource to true color

<?php
// Backwards compatiblity
if(!function_exists('imagepalettetotruecolor'))
{
    function imagepalettetotruecolor(&$src)
    {
        if(imageistruecolor($src))
        {
            return(true);
        }

        $dst = imagecreatetruecolor(imagesx($src), imagesy($src));

        imagecopy($dst, $src, 0, 0, 0, 0, imagesx($src), imagesy($src));
        imagedestroy($src);

        $src = $dst;

        return(true);
    }
}

// Helper closure
$typeof = function() use($im)
{
    echo 'typeof($im) = ' . (imageistruecolor($im) ? 'true color' : 'palette'), PHP_EOL;
};

// Create a palette based image
$im = imagecreate(100, 100);
$typeof();

// Convert it to true color
imagepalettetotruecolor($im);
$typeof();

// Free the memory
imagedestroy($im);
?>

以上例程會輸出:

typeof($im) = palette
typeof($im) = true color

參見

imagecreatetruecolor() - 新建一個真彩色圖像 imageistruecolor() - 檢查圖像是否為真彩色圖像


主站蜘蛛池模板: 凯登·克劳丝| 好妻子电视剧免费在线观看| 丁尼| 小说改编电视剧| 电影潘金莲| 秀人网xiuren大尺度| 都市频道节目表| 瑜伽焰口全集 简体字| 成人在线免费播放视频| 秦天柱| 仲文你好vlog最新视频| 欧美黑人天堂av在线| cgtn news在线直播| 教育部全国青少年普法网答案| 微笑江湖| 绿门背后| 电视剧火流星演员表| 天下免费大全正版资料| 尹馨演过的三部电影| 秀人网大尺度| 布衣神相国语电视剧在线看完整版| 今天是你的生日合唱谱二声部| 张扬导演| 年轻的丈夫| 国产伦理女村支书| 黄视频免费看网站| 柯佳青| 北风那个吹在线观看免费完整版| 龚婉怡| 禁漫社| cctv16节目单| 误杀1演员表| 寻宝电影| 念念相忘电影免费观看| 美式禁忌2| 美丽的坏女人中文字幕| 印度电影《情罪》免费观看中文| 夏日福星 电影| 包青天之白玉堂传奇| cgtn英语频道在线直播观看| 《猫女的诅咒》美国电影|

!!!站長長期在線接!!!

網站、小程序:定制開發/二次開發/仿制開發等

各種疑難雜癥解決/定制接口/定制采集等

站長微信:lxwl520520

站長QQ:1737366103