Results of 1 - 9 of about 9 for imagerectangle (0.003 sec.)
- 矩形を描画する 14038
- « imagepolygon imageresolution » PHP Manual GD および Image 関数 矩形を描画する imagerectangle (
...
PHP 4, PHP 5, PHP 7, PHP 8) imagerectangle — 矩形を描画する 説明 imagerectangle ( GdImage $im ...
, int $y1 , int $x2 , int $y2 , int $color ): bool imagerectangle() は、指定した座標から始まる矩形を作成します。 パラ ...
resource が期待されていました。 例 例1 シンプルな imagerectangle() の例 <?php // 200 x 200 の画像を作成します $canv ...
35 , 28 ); // 3 つの矩形をそれぞれの色で描画します imagerectangle ( $canvas , 50 , 50 , 150 , 150 , $pink ); imagere ...
-
https://man.plustar.jp/php/function.imagerectangle.html
- [similar]
- 線描画用の線幅を設定する 8628
- « imagesetstyle imagesettile » PHP Manual GD および Image 関数 線描画用の線幅を設定する imageset
...
imagesetthickness ( $im , 5 ); // 矩形を描画します imagerectangle ( $im , 14 , 14 , 185 , 85 , $black ); // 画像をブ ...
-
https://man.plustar.jp/php/function.imagesetthickness.html
- [similar]
- 多角形を描画する 8502
- « imagepng imagerectangle » PHP Manual GD および Image 関数 多角形を描画する imagepolygon (PHP 4
...
-
https://man.plustar.jp/php/function.imagepolygon.html
- [similar]
- 画像の解像度を取得/設定する 8502
- « imagerectangle imagerotate » PHP Manual GD および Image 関数 画像の解像度を取得/設定する image
...
-
https://man.plustar.jp/php/function.imageresolution.html
- [similar]
- 画像で使用する色を透過度を指定して作成する 8430
- « imagecolorallocate imagecolorat » PHP Manual GD および Image 関数 画像で使用する色を透過度を指
...
$image , 0 , 0 , $size - 1 , $size - 1 , $back ); imagerectangle ( $image , 0 , 0 , $size - 1 , $size - 1 , $border ...
-
https://man.plustar.jp/php/function.imagecolorallocatealpha.html
- [similar]
- GD および Image 関数 8286
- « imagecopymerge による半透明なすかしの作成 gd_info » PHP Manual GD GD および Image 関数 GD およ
...
はファイルに出力する imagepolygon — 多角形を描画する imagerectangle — 矩形を描画する imageresolution — 画像の解像度を取 ...
-
https://man.plustar.jp/php/ref.image.html
- [similar]
- 画像処理 (GD) 8232
- « read_exif_data はじめに » PHP Manual 画像処理および作成 画像処理 (GD) 画像処理 (GD) はじめに イ
...
はファイルに出力する imagepolygon — 多角形を描画する imagerectangle — 矩形を描画する imageresolution — 画像の解像度を取 ...
-
https://man.plustar.jp/php/book.image.html
- [similar]
- リソース型の一覧 8160
- « その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の
...
imageinterlace() , imageline() , imagepolygon() , imagerectangle() , imagerotate() , imagesetpixel() , imagestring( ...
-
https://man.plustar.jp/php/resource.html
- [similar]
- 変更履歴 8016
- « サンプル PHP Manual 付録 変更履歴 変更履歴 標準添付の拡張モジュールには次のような変更がありまし
...
前のバージョンでは、resource が期待されていました。 imagerectangle image は、 GdImage クラスのインスタンスを期待するよ ...
-
https://man.plustar.jp/php/doc.changelog.html
- [similar]
PREV
1
NEXT