検索

phrase: max: clip:
target: order:
Results of 1 - 7 of about 7 for imagesetstyle (0.003 sec.)
線描画用のスタイルを設定する 13341
« imagesetpixel imagesetthickness » PHP Manual GD および Image 関数 線描画用のスタイルを設定する ... imagesetstyle (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) imagesetstyl ... e — 線描画用のスタイルを設定する 説明 imagesetstyle ( GdImage $image , array $style ): bool imagesetst ... の左上から右下隅に破線を描画するスクリプトです。 例1 imagesetstyle() の例 <?php header ( "Content-type: image/jpeg" ) ... d , $red , $red , $red , $w , $w , $w , $w , $w ); imagesetstyle ( $im , $style ); imageline ( $im , 0 , 0 , 100 , ...
https://man.plustar.jp/php/function.imagesetstyle.html - [similar]
破線を描画する 9542
« imagecropauto imagedestroy » PHP Manual GD および Image 関数 破線を描画する imagedashedline (P ... , int $color ): bool これは古い関数です。代わりに imagesetstyle() と imageline() の組み合せを使用してください。 パ ... , IMG_COLOR_TRANSPARENT , IMG_COLOR_TRANSPARENT ); imagesetstyle ( $im , $style ); // 破線を描画します imageline ( ... './imageline.png' ); imagedestroy ( $im ); ?> 参考 imagesetstyle() - 線描画用のスタイルを設定する imageline() - 直線 ...
https://man.plustar.jp/php/function.imagedashedline.html - [similar]
線描画用の線幅を設定する 8397
« imagesetstyle imagesettile » PHP Manual GD および Image 関数 線描画用の線幅を設定する imageset ...
https://man.plustar.jp/php/function.imagesetthickness.html - [similar]
点を生成する 8324
« imagesetinterpolation imagesetstyle » PHP Manual GD および Image 関数 点を生成する imagesetpix ...
https://man.plustar.jp/php/function.imagesetpixel.html - [similar]
GD および Image 関数 8051
« imagecopymerge による半透明なすかしの作成 gd_info » PHP Manual GD GD および Image 関数 GD およ ... — 補間方法を設定する imagesetpixel — 点を生成する imagesetstyle — 線描画用のスタイルを設定する imagesetthickness — ...
https://man.plustar.jp/php/ref.image.html - [similar]
画像処理 (GD) 7979
« read_exif_data はじめに » PHP Manual 画像処理および作成 画像処理 (GD) 画像処理 (GD) はじめに イ ... — 補間方法を設定する imagesetpixel — 点を生成する imagesetstyle — 線描画用のスタイルを設定する imagesetthickness — ...
https://man.plustar.jp/php/book.image.html - [similar]
リソース型の一覧 7906
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の ... effect() , imagepalettecopy() , imagesavealpha() , imagesetstyle() , imagexbm() imagedestroy() GD Image (PHP 8.0.0 ...
https://man.plustar.jp/php/resource.html - [similar]
PREV 1 NEXT