Results of 1 - 10 of about 27 for imagefilledrectangle (0.003 sec.)
- 塗りつぶした矩形を描画する 16211
- « imagefilledpolygon imagefilltoborder » PHP Manual GD および Image 関数 塗りつぶした矩形を描画す
...
る imagefilledrectangle (PHP 4, PHP 5, PHP 7, PHP 8) imagefilledrectangle ...
— 塗りつぶした矩形を描画する 説明 imagefilledrectangle ( GdImage $image , int $x1 , int $y1 , int $x2 , i ...
ジョンでは、 resource が期待されていました。 例 例1 imagefilledrectangle() の例 <?php // 55x30 の画像を作成します $im = ima ...
( $im , 255 , 255 , 255 ); // 白の矩形を描画します imagefilledrectangle ( $im , 4 , 4 , 50 , 25 , $white ); // 画像を保存し ...
-
https://man.plustar.jp/php/function.imagefilledrectangle.html
- [similar]
- imagecopymerge による半透明なすかしの作成 9331
- « アルファチャネルを使用した、画像へのすかしの追加 GD および Image 関数 » PHP Manual 例 imagecop
...
成します $stamp = imagecreatetruecolor ( 100 , 70 ); imagefilledrectangle ( $stamp , 0 , 0 , 99 , 69 , 0x0000FF ); imagefill ...
-
https://man.plustar.jp/php/image.examples.merged-watermark.html
- [similar]
- 塗りつぶした多角形を描画する 9068
- « imagefilledellipse imagefilledrectangle » PHP Manual GD および Image 関数 塗りつぶした多角形を
...
( $image , 0 , 0 , 255 ); // 背景を塗りつぶします imagefilledrectangle ( $image , 0 , 0 , 249 , 249 , $bg ); // 多角形を描 ...
-
https://man.plustar.jp/php/function.imagefilledpolygon.html
- [similar]
- 特定色で塗りつぶす 8936
- « imagefilledrectangle imagefilter » PHP Manual GD および Image 関数 特定色で塗りつぶす imagefil
...
設定します $im = imagecreatetruecolor ( 100 , 100 ); imagefilledrectangle ( $im , 0 , 0 , 100 , 100 , imagecolorallocate ( $ ...
-
https://man.plustar.jp/php/function.imagefilltoborder.html
- [similar]
- あるイメージから他のイメージにパレットをコピーする 8146
- « imageopenpolygon imagepalettetotruecolor » PHP Manual GD および Image 関数 あるイメージから他の
...
// 画像 1 に割り当てられた緑色を使うことができます imagefilledrectangle ( $palette2 , 0 , 0 , 99 , 99 , $green ); // 画像を ...
-
https://man.plustar.jp/php/function.imagepalettecopy.html
- [similar]
- 線描画用の線幅を設定する 8146
- « imagesetstyle imagesettile » PHP Manual GD および Image 関数 線描画用の線幅を設定する imageset
...
im , 0x00 , 0x00 , 0x00 ); // 背景を白に設定します imagefilledrectangle ( $im , 0 , 0 , 299 , 99 , $white ); // 線幅を 5 に ...
-
https://man.plustar.jp/php/function.imagesetthickness.html
- [similar]
- 透明色を定義する 8015
- « imagecolorstotal imageconvolution » PHP Manual GD および Image 関数 透明色を定義する imagecolo
...
nsparent ( $im , $black ); // 赤い矩形を描画します imagefilledrectangle ( $im , 4 , 4 , 50 , 25 , $red ); // 画像を保存しま ...
-
https://man.plustar.jp/php/function.imagecolortransparent.html
- [similar]
- 新しい画像をファイルあるいは URL から作成する 8015
- « imagecreatefromgif imagecreatefrompng » PHP Manual GD および Image 関数 新しい画像をファイルあ
...
5 ); $tc = imagecolorallocate ( $im , 0 , 0 , 0 ); imagefilledrectangle ( $im , 0 , 0 , 150 , 30 , $bgc ); /* エラーメッセ ...
-
https://man.plustar.jp/php/function.imagecreatefromjpeg.html
- [similar]
- 新しい画像をファイルあるいは URL から作成する 8015
- « imagecreatefromjpeg imagecreatefromstring » PHP Manual GD および Image 関数 新しい画像をファイ
...
5 ); $tc = imagecolorallocate ( $im , 0 , 0 , 0 ); imagefilledrectangle ( $im , 0 , 0 , 150 , 30 , $bgc ); /* エラーメッセ ...
-
https://man.plustar.jp/php/function.imagecreatefrompng.html
- [similar]
- 線の描画用にブラシイメージを設定する 8015
- « imagescale imagesetclip » PHP Manual GD および Image 関数 線の描画用にブラシイメージを設定する
...
te = imagecolorallocate ( $im , 255 , 255 , 255 ); imagefilledrectangle ( $im , 0 , 0 , 299 , 99 , $white ); // ブラシを設 ...
-
https://man.plustar.jp/php/function.imagesetbrush.html
- [similar]