| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
imagepalettetotruecolor(PHP 5 >= 5.5.0, PHP 7) imagepalettetotruecolor — パレット形式の画像を true color に変換する 説明
bool imagepalettetotruecolor
( resource
$src
)imagecreate() のような関数で作ったパレット形式の画像を、 imagecreatetruecolor() で作るような true color 形式に変換します。 返り値
変換に成功した場合や、元画像が既に true color だった場合に 例
例1 画像リソースの true color への変換
<?php 上の例の出力は以下となります。 typeof($im) = palette typeof($im) = true color |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「imagepalettetotruecolor - パレット形式の画像を true color に変換する」をGoogle検索
|