検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 97 for imagecreatetruecolor (0.011 sec.)
楕円を描画する 7021
« imagedestroy imagefill » PHP Manual GD および Image 関数 楕円を描画する imageellipse (PHP 4 >= ... 座標を中心とする楕円を描画します。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... ipse() の例 <?php // 空の画像を生成します $image = imagecreatetruecolor ( 400 , 300 ); // 背景色を選択します $bg = imageco ...
https://man.plustar.jp/php/function.imageellipse.html - [similar]
塗りつぶされた楕円を描画する 7021
« imagefilledarc imagefilledpolygon » PHP Manual GD および Image 関数 塗りつぶされた楕円を描画す ... 座標を中心として楕円を描画します。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... ipse() の例 <?php // 空の画像を作成します $image = imagecreatetruecolor ( 400 , 300 ); // 背景色を塗ります $bg = imagecolo ...
https://man.plustar.jp/php/function.imagefilledellipse.html - [similar]
矩形を描画する 7021
« imagepolygon imageresolution » PHP Manual GD および Image 関数 矩形を描画する imagerectangle ( ... た座標から始まる矩形を作成します。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... の例 <?php // 200 x 200 の画像を作成します $canvas = imagecreatetruecolor ( 200 , 200 ); // 色を割り当てます $pink = imageco ...
https://man.plustar.jp/php/function.imagerectangle.html - [similar]
ビットマップ画像をブラウザかファイルに出力する 6890
« imageavif imagechar » PHP Manual GD および Image 関数 ビットマップ画像をブラウザかファイルに出 ... トマップ版を保存するか出力します。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... 空の画像を生成し、いくつかテキストを加えます。 $im = imagecreatetruecolor ( 120 , 20 ); $text_color = imagecolorallocate ( $ ...
https://man.plustar.jp/php/function.imagebmp.html - [similar]
透明色を定義する 6890
« imagecolorstotal imageconvolution » PHP Manual GD および Image 関数 透明色を定義する imagecolo ... 色を設定したり、取得したりします。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... ent() の例 <?php // 55x30 の画像を作成します $im = imagecreatetruecolor ( 55 , 30 ); $red = imagecolorallocate ( $im , 255 ...
https://man.plustar.jp/php/function.imagecolortransparent.html - [similar]
再サンプリングを行いイメージの一部をコピー、伸縮する 6890
« imagecopymergegray imagecopyresized » PHP Manual GD および Image 関数 再サンプリングを行いイメ ... ht = $height * $percent ; // 再サンプル $image_p = imagecreatetruecolor ( $new_width , $new_height ); $image = imagecreate ... $width / $ratio_orig ; } // 再サンプル $image_p = imagecreatetruecolor ( $width , $height ); $image = imagecreatefromjpeg ... 議な結果がもたらされます。 この問題を回避するには、 imagecreatetruecolor() で 生成されるようなTrueカラーイメージを目的のイメ ...
https://man.plustar.jp/php/function.imagecopyresampled.html - [similar]
指定した矩形に画像をクロップする 6890
« imagecreatetruecolor imagecropauto » PHP Manual GD および Image 関数 指定した矩形に画像をクロッ ... 渡した画像には何も手を加えません。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ...
https://man.plustar.jp/php/function.imagecrop.html - [similar]
線の描画用にブラシイメージを設定する 6890
« imagescale imagesetclip » PHP Manual GD および Image 関数 線の描画用にブラシイメージを設定する ... ED を使用するべきではありません。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... .png' ); // 100x100 のメイン画像を作成します $im = imagecreatetruecolor ( 100 , 100 ); // 背景を白で塗りつぶします $white ...
https://man.plustar.jp/php/function.imagesetbrush.html - [similar]
文字列を垂直に描画する 6890
« imagestring imagesx » PHP Manual GD および Image 関数 文字列を垂直に描画する imagestringup (PH ... 、指定した座標で垂直に描画します。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... p() の例 <?php // 100*100 の画像を作成します $im = imagecreatetruecolor ( 100 , 100 ); // テキストを書き込みます $textcolo ...
https://man.plustar.jp/php/function.imagestringup.html - [similar]
TrueColor イメージをパレットイメージに変換する 6890
« imagesy imagettfbbox » PHP Manual GD および Image 関数 TrueColor イメージをパレットイメージに変 ... を単に出力す るのが最良の方法です。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... <?php // 新しい true color 画像を作成します $im = imagecreatetruecolor ( 100 , 100 ); // ディザリングなしの 255 色パレット ...
https://man.plustar.jp/php/function.imagetruecolortopalette.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT