Results of 1 - 10 of about 10 for imagesetpixel (0.032 sec.)
- 点を生成する 14248
- « imagesetinterpolation imagesetstyle » PHP Manual GD および Image 関数 点を生成する imagesetpixel
...
el (PHP 4, PHP 5, PHP 7, PHP 8) imagesetpixel — 点を生成する 説明 imagesetpixel ( GdImage $image ...
, int $x , int $y , int $color ): bool imagesetpixel() は、指定した座標にピクセルを描画します。 パラメー ...
ジョンでは、 resource が期待されていました。 例 例1 imagesetpixel() の例 A random drawing that ends with a regular p ...
5 , 0 , 0 ); for ( $i = 0 ; $i < 100000 ; $i ++) { imagesetpixel ( $gd , round ( $x ), round ( $y ), $red ); $a = r ...
-
https://man.plustar.jp/php/function.imagesetpixel.html
- [similar]
- イメージのブレンドモードを設定する 8581
- « imageaffinematrixget imageantialias » PHP Manual GD および Image 関数 イメージのブレンドモード
...
定される色のalphaチャネル要素として使用され、 例えば imagesetpixel() では背景色の透過割合を定 義します。結果として、g ...
-
https://man.plustar.jp/php/function.imagealphablending.html
- [similar]
- ピクセルの色のインデックスを取得する 8581
- « imagecolorallocatealpha imagecolorclosest » PHP Manual GD および Image 関数 ピクセルの色のイン
...
orindex() - カラーインデックスからカラーを取得する imagesetpixel() - 点を生成する 関連キーワード: インデックス , in ...
-
https://man.plustar.jp/php/function.imagecolorat.html
- [similar]
- 補間方法を設定する 8581
- « imagesetclip imagesetpixel » PHP Manual GD および Image 関数 補間方法を設定する imagesetinterp
...
-
https://man.plustar.jp/php/function.imagesetinterpolation.html
- [similar]
- 線描画用のスタイルを設定する 8581
- « imagesetpixel imagesetthickness » PHP Manual GD および Image 関数 線描画用のスタイルを設定する
...
-
https://man.plustar.jp/php/function.imagesetstyle.html
- [similar]
- 画像にフィルタを適用する 8277
- « imagefilltoborder imageflip » PHP Manual GD および Image 関数 画像にフィルタを適用する imagefi
...
], 255 - $rgb [ 'green' ], 255 - $rgb [ 'blue' ]); imagesetpixel ( $im , $x , $y , $color ); } } return( true ); } ...
-
https://man.plustar.jp/php/function.imagefilter.html
- [similar]
- GD および Image 関数 8277
- « imagecopymerge による半透明なすかしの作成 gd_info » PHP Manual GD GD および Image 関数 GD およ
...
設定する imagesetinterpolation — 補間方法を設定する imagesetpixel — 点を生成する imagesetstyle — 線描画用のスタイルを ...
-
https://man.plustar.jp/php/ref.image.html
- [similar]
- 画像処理 (GD) 8187
- « read_exif_data はじめに » PHP Manual 画像処理および作成 画像処理 (GD) 画像処理 (GD) はじめに イ
...
設定する imagesetinterpolation — 補間方法を設定する imagesetpixel — 点を生成する imagesetstyle — 線描画用のスタイルを ...
-
https://man.plustar.jp/php/book.image.html
- [similar]
- リソース型の一覧 8098
- « その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の
...
magepolygon() , imagerectangle() , imagerotate() , imagesetpixel() , imagestring() , imagestringup() , imagesx() , ...
-
https://man.plustar.jp/php/resource.html
- [similar]
- 変更履歴 7901
- « サンプル PHP Manual 付録 変更履歴 変更履歴 標準添付の拡張モジュールには次のような変更がありまし
...
前のバージョンでは、resource が期待されていました。 imagesetpixel image は、 GdImage クラスのインスタンスを期待するよ ...
-
https://man.plustar.jp/php/doc.changelog.html
- [similar]
PREV
1
NEXT