検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 97 for imagecreatetruecolor (0.006 sec.)
文字列の中のイメージストリームから新規イメージを作成する 5606
« imagecreatefrompng imagecreatefromtga » PHP Manual GD および Image 関数 文字列の中のイメージス ... () - 新しい画像をファイルあるいは URL から作成する imagecreatetruecolor() - TrueColor イメージを新規に作成する 関連キーワー ...
https://man.plustar.jp/php/function.imagecreatefromstring.html - [similar]
新しい画像をファイルあるいは URL から作成する 5606
« imagecreatefromtga imagecreatefromwebp » PHP Manual GD および Image 関数 新しい画像をファイルあ ... す */ if(! $im ) { /* 空の画像を作成します */ $im = imagecreatetruecolor ( 150 , 30 ); $bgc = imagecolorallocate ( $im , 25 ...
https://man.plustar.jp/php/function.imagecreatefromwbmp.html - [similar]
新しいフォントを読み込む 5606
« imageline imageopenpolygon » PHP Manual GD および Image 関数 新しいフォントを読み込む imageloa ... <?php // 新しい画像インスタンスを作成します $im = imagecreatetruecolor ( 50 , 20 ); $black = imagecolorallocate ( $im , 0 ...
https://man.plustar.jp/php/function.imageloadfont.html - [similar]
PNG イメージをブラウザまたはファイルに出力する 5606
« imagepalettetotruecolor imagepolygon » PHP Manual GD および Image 関数 PNG イメージをブラウザま ... NG 画像を出力あるいは保存します。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ...
https://man.plustar.jp/php/function.imagepng.html - [similar]
指定された角度で画像を回転する 5606
« imageresolution imagesavealpha » PHP Manual GD および Image 関数 指定された角度で画像を回転する ... の大きさと異なる可能性があります。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ...
https://man.plustar.jp/php/function.imagerotate.html - [similar]
補間方法を設定する 5606
« imagesetclip imagesetpixel » PHP Manual GD および Image 関数 補間方法を設定する imagesetinterp ... のレンダリングに影響を及ぼします。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ...
https://man.plustar.jp/php/function.imagesetinterpolation.html - [similar]
文字列を水平に描画する 5606
« imagesettile imagestringup » PHP Manual GD および Image 関数 文字列を水平に描画する imagestrin ... 座標に文字列 string を描画します。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ...
https://man.plustar.jp/php/function.imagestring.html - [similar]
指定した色に最も近い色のインデックスを取得する 5488
« imagecolorat imagecolorclosestalpha » PHP Manual GD および Image 関数 指定した色に最も近い色の ... にだけ存在する色は解決されません。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ...
https://man.plustar.jp/php/function.imagecolorclosest.html - [similar]
指定した色+アルファ値に最も近い色のインデックスを取得する 5488
« imagecolorclosest imagecolorclosesthwb » PHP Manual GD および Image 関数 指定した色+アルファ値 ... ト中の色のインデックスを返します。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ...
https://man.plustar.jp/php/function.imagecolorclosestalpha.html - [similar]
freetype2 によるフォントを用いたテキストを囲む箱を取得する 5488
« imagefontwidth imagefttext » PHP Manual GD および Image 関数 freetype2 によるフォントを用いたテ ... x() の例 <?php // 300x150 の画像を作成します $im = imagecreatetruecolor ( 300 , 150 ); $black = imagecolorallocate ( $im , ...
https://man.plustar.jp/php/function.imageftbbox.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT