「imagecreatetruecolor()」を解説文に含む見出し語の検索結果(1~10/33件中)
(PHP 4, PHP 5)imagesx — 画像の幅を取得する説明int imagesx ( resource image ) 指定した画像リソース image の幅を返します。 パラメータ im...
(PHP 4, PHP 5)imagesy — 画像の高さを取得する説明int imagesy ( resource image ) 指定した画像リソース image の高さを返します。 パラメータ ...
(PHP 4, PHP 5)imagecreate — パレットを使用する新規画像を作成する説明resource imagecreate ( int width, int height ) image...
(PHP 4 >= 4.0.6, PHP 5)imagecreatetruecolor — TrueColor イメージを新規に作成する説明resource imagecreatetruecolor ...
(PHP 4 >= 4.3.2, PHP 5)imageistruecolor — 画像が truecolor かどうか調べる説明bool imageistruecolor ( resource im...
(PHP 4, PHP 5)imagepolygon — 多角形を描画する説明bool imagepolygon ( resource image, array points, int num_poi...
(PHP 4, PHP 5)imagesetpixel — 点を生成する説明bool imagesetpixel ( resource image, int x, int y, int color )...
(PHP 4 >= 4.3.0, PHP 5)imagecolormatch — パレットイメージの色を True カラーイメージに近づける説明bool imagecolormatch ( resou...
(PHP 4, PHP 5)imagefill — 塗り潰す説明bool imagefill ( resource image, int x, int y, int color ) 指定した座標 (左...
(PHP 4, PHP 5)imagepsloadfont — ファイルから PostScript Type 1 フォントをロードする説明resource imagepsloadfont ( stri...
< 前の結果 | 次の結果 >