検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 97 for imagecreatetruecolor (0.007 sec.)
破線を描画する 7912
« imagecropauto imagedestroy » PHP Manual GD および Image 関数 破線を描画する imagedashedline (P ... () の組み合せを使用してください。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... e() の例 <?php // 100x100 の画像を作成します $im = imagecreatetruecolor ( 100 , 100 ); $white = imagecolorallocate ( $im , ... つの使用法 <?php // 100x100 の画像を作成します $im = imagecreatetruecolor ( 100 , 100 ); $white = imagecolorallocate ( $im , ...
https://man.plustar.jp/php/function.imagedashedline.html - [similar]
多角形を描画する 7912
« imagepng imagerectangle » PHP Manual GD および Image 関数 多角形を描画する imagepolygon (PHP 4 ... 定した image に多角形を作成します。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... ygon() の例 <?php // 空の画像を生成します $image = imagecreatetruecolor ( 400 , 300 ); // 多角形の色を選択します $col_poly ... agecreate() - パレットを使用する新規画像を作成する imagecreatetruecolor() - TrueColor イメージを新規に作成する 関連キーワー ...
https://man.plustar.jp/php/function.imagepolygon.html - [similar]
GD イメージをブラウザまたはファイルに出力する 7532
« imagegd2 imagegetclip » PHP Manual GD および Image 関数 GD イメージをブラウザまたはファイルに出 ... ジを、指定した file に出力します。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... hp // 空の画像を作成し、テキストを追加します $im = imagecreatetruecolor ( 120 , 20 ); $text_color = imagecolorallocate ( $ ... hp // 空の画像を作成し、テキストを追加します $im = imagecreatetruecolor ( 120 , 20 ); $text_color = imagecolorallocate ( $ ...
https://man.plustar.jp/php/function.imagegd.html - [similar]
GD2 イメージをブラウザまたはファイルに出力する 7532
« imagegammacorrect imagegd » PHP Manual GD および Image 関数 GD2 イメージをブラウザまたはファイ ... ジを、指定した file に出力します。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... hp // 空の画像を作成し、テキストを追加します $im = imagecreatetruecolor ( 120 , 20 ); $text_color = imagecolorallocate ( $ ... hp // 空の画像を作成し、テキストを追加します $im = imagecreatetruecolor ( 120 , 20 ); $text_color = imagecolorallocate ( $ ...
https://man.plustar.jp/php/function.imagegd2.html - [similar]
XBM 画像をブラウザあるいはファイルに出力する 7532
« imagewebp iptcembed » PHP Manual GD および Image 関数 XBM 画像をブラウザあるいはファイルに出力 ... 降では、この制約がなくなりました。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... hp // 空の画像を作成してテキストを追加します $im = imagecreatetruecolor ( 120 , 20 ); $text_color = imagecolorallocate ( $ ... hp // 空の画像を作成してテキストを追加します $im = imagecreatetruecolor ( 120 , 20 ); $text_color = imagecolorallocate ( $ ...
https://man.plustar.jp/php/function.imagexbm.html - [similar]
画像を破棄する 7283
« imagedashedline imageellipse » PHP Manual GD および Image 関数 画像を破棄する imagedestroy (PH ... 保持するメモリを解放していました。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... の使用例 <?php // 100 x 100 の画像を作成します $im = imagecreatetruecolor ( 100 , 100 ); // 画像を変更したり保存したりします ...
https://man.plustar.jp/php/function.imagedestroy.html - [similar]
塗り潰す 7283
« imageellipse imagefilledarc » PHP Manual GD および Image 関数 塗り潰す imagefill (PHP 4, PHP 5 ... color で image を塗りつぶします。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... されていました。 例 例1 imagefill() の例 <?php $im = imagecreatetruecolor ( 100 , 100 ); // 背景色を赤に設定します $red = im ...
https://man.plustar.jp/php/function.imagefill.html - [similar]
塗りつぶした矩形を描画する 7152
« imagefilledpolygon imagefilltoborder » PHP Manual GD および Image 関数 塗りつぶした矩形を描画す ... す。0, 0 が画像の左上角を表します。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... gle() の例 <?php // 55x30 の画像を作成します $im = imagecreatetruecolor ( 55 , 30 ); $white = imagecolorallocate ( $im , 2 ...
https://man.plustar.jp/php/function.imagefilledrectangle.html - [similar]
画像をブラウザあるいはファイルに出力する 7152
« imagegetinterpolation imagegrabscreen » PHP Manual GD および Image 関数 画像をブラウザあるいは ... フォーマットは GIF89a となります。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... ?php // 新しい画像のインスタンスを作成します $im = imagecreatetruecolor ( 100 , 100 ); // 背景を白にします imagefilledrect ... ださい。 <?php // Create a new image instance $im = imagecreatetruecolor ( 100 , 100 ); // Do some image operations here // ...
https://man.plustar.jp/php/function.imagegif.html - [similar]
線描画用の線幅を設定する 7152
« imagesetstyle imagesettile » PHP Manual GD および Image 関数 線描画用の線幅を設定する imageset ... thickness ピクセルに設定します。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... s() の例 <?php // 200x100 の画像を作成します $im = imagecreatetruecolor ( 200 , 100 ); $white = imagecolorallocate ( $im , ...
https://man.plustar.jp/php/function.imagesetthickness.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT