検索

phrase: max: clip:
target: order:
Results of 1 - 8 of about 8 for imagesetbrush (0.011 sec.)
線の描画用にブラシイメージを設定する 13465
« imagescale imagesetclip » PHP Manual GD および Image 関数 線の描画用にブラシイメージを設定する ... imagesetbrush (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) imagesetbrus ... h — 線の描画用にブラシイメージを設定する 説明 imagesetbrush ( GdImage $image , GdImage $brush ): bool imageset ... バージョンでは resource を期待していました。 例 例1 imagesetbrush() の例 <?php // 小さい php ロゴを読み込みます $php ... 0 , 0 , 299 , 99 , $white ); // ブラシを設定します imagesetbrush ( $im , $php ); // いくつかのブラシを重ねます imag ...
https://man.plustar.jp/php/function.imagesetbrush.html - [similar]
線描画用のスタイルを設定する 10031
« imagesetpixel imagesetthickness » PHP Manual GD および Image 関数 線描画用のスタイルを設定する ... , IMG_COLOR_STYLED ); /* imagesetstyle を併用した imagesetbrush() を使用して happy face の線を描画します */ $style ... 5 , 255 ); imagecolortransparent ( $brush , $w2 ); imagesetbrush ( $im , $brush ); imageline ( $im , 100 , 0 , 0 , ... 上の例の出力は、 たとえば以下のようになります。 参考 imagesetbrush() - 線の描画用にブラシイメージを設定する imageline ...
https://man.plustar.jp/php/function.imagesetstyle.html - [similar]
切り取る長方形を設定する 8639
« imagesetbrush imagesetinterpolation » PHP Manual GD および Image 関数 切り取る長方形を設定する ...
https://man.plustar.jp/php/function.imagesetclip.html - [similar]
幅と高さを指定して、画像の縮尺を変更する 8440
« imagesavealpha imagesetbrush » PHP Manual GD および Image 関数 幅と高さを指定して、画像の縮尺を ...
https://man.plustar.jp/php/function.imagescale.html - [similar]
GD および Image 関数 8079
« imagecopymerge による半透明なすかしの作成 gd_info » PHP Manual GD GD および Image 関数 GD およ ... gescale — 幅と高さを指定して、画像の縮尺を変更する imagesetbrush — 線の描画用にブラシイメージを設定する imagesetcli ...
https://man.plustar.jp/php/ref.image.html - [similar]
画像処理 (GD) 7988
« read_exif_data はじめに » PHP Manual 画像処理および作成 画像処理 (GD) 画像処理 (GD) はじめに イ ... gescale — 幅と高さを指定して、画像の縮尺を変更する imagesetbrush — 線の描画用にブラシイメージを設定する imagesetcli ...
https://man.plustar.jp/php/book.image.html - [similar]
リソース型の一覧 7898
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の ... imagecopyresampled() , imagetruecolortopalette() , imagesetbrush() , imagesettile() , imagesetthickness() , image2w ...
https://man.plustar.jp/php/resource.html - [similar]
変更履歴 7699
« サンプル PHP Manual 付録 変更履歴 変更履歴 標準添付の拡張モジュールには次のような変更がありまし ... 前のバージョンでは、resource が期待されていました。 imagesetbrush image と brush は、 GdImage クラスのインスタンスを ...
https://man.plustar.jp/php/doc.changelog.html - [similar]
PREV 1 NEXT