検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 87 for radius (0.017 sec.)
Draw an Arc 6034
« UI\Draw\Path::addRectangle UI\Draw\Path::bezierTo » PHP Manual UI\Draw\Path Draw an Arc UI\Dra ... lic UI\Draw\Path::arcTo ( UI\Point $point , float $radius , float $angle , float $sweep , float $negative ) ... an arc パラメータ point The point to begin mapping radius The radius of the arc angle The angle of the arc s ... ative 戻り値 関連キーワード: arc , float , arcTo , radius , negative , addRectangle , bezierTo , public , Po ...
https://man.plustar.jp/php/ui-draw-path.arcto.html - [similar]
円を描く 5980
« ps_begin_template ps_clip » PHP Manual PS 関数 円を描く ps_circle (PECL ps >= 1.1.0) ps_circle ... e ( resource $psdoc , float $x , float $y , float $radius ): bool ( x , y ) を中心とする円を描きます。描画開 ... 始位置は ( x + radius , y ) です。もしパスの外部でこの関数が呼び出された ... スとして追加します。ひとつ前の描画処理の終点が ( x + radius , y ) でなかった場合、パスに隙間ができることになり ... ス ID。 x 円の中心の x 座標。 y 円の中心の y 座標。 radius 円の半径。 戻り値 成功した場合に true を、失敗した ...
https://man.plustar.jp/php/function.ps-circle.html - [similar]
モーションブラーをシミュレートする 5954
« Imagick::mosaicImages Imagick::negateImage » PHP Manual Imagick モーションブラーをシミュレート ... トする 説明 public Imagick::motionBlurImage ( float $radius , float $sigma , float $angle , int $channel = Ima ... 得るには、半径がシグマより大きくなければなりません。 radius に 0 を指定すると、MotionBlurImage() が適切な半径を ... le にはぼかしをかける角度を指定します。 パラメータ radius ガウス演算の半径。ピクセル単位で指定し、中心は計算 ... e() <?php function motionBlurImage ( $imagePath , $radius , $sigma , $angle , $channel ) { $imagick = new \ ...
https://man.plustar.jp/php/imagick.motionblurimage.html - [similar]
Draw Path 5900
« UI\Draw\Pen::write UI\Draw\Path::addRectangle » PHP Manual UI Draw Path Draw Path (UI 0.9.9) は ... ze $size ) public arcTo ( UI\Point $point , float $radius , float $angle , float $sweep , float $negative ) ... public bezierTo ( UI\Point $point , float $radius , float $angle , float $sweep , float $negative ) ... ic end () public lineTo ( UI\Point $point , float $radius , float $angle , float $sweep , float $negative ) ... public newFigureWithArc ( UI\Point $point , float $radius , float $angle , float $sweep , float $negative ) ...
https://man.plustar.jp/php/class.ui-draw-path.html - [similar]
画像の輪郭を強調する 5900
« Gmagick::drawimage Gmagick::embossimage » PHP Manual Gmagick 画像の輪郭を強調する Gmagick::edg ... 郭を強調する 説明 public Gmagick::edgeimage ( float $radius ): Gmagick 指定した半径の畳み込みフィルタを使用して ... 、画像の輪郭を強調します。 radius に 0 を設定すると自動選択となります。 パラメータ r ... ーワード: 強調 , 輪郭 , 画像 , Gmagick , edgeimage , radius , エラー , 半径 , パラメータ , GmagickException ...
https://man.plustar.jp/php/gmagick.edgeimage.html - [similar]
ブロック内の各ピクセルをランダムに移動する 5859
« Gmagick::solarizeimage Gmagick::stripimage » PHP Manual Gmagick ブロック内の各ピクセルをランダ ... に移動する 説明 public Gmagick::spreadimage ( float $radius ): Gmagick radius パラメータで定義したブロック内の ... 各ピクセルを、 ランダムに移動させます。 パラメータ radius この範囲の近くにあるランダムなピクセルを選びます。 ... ピクセル , ブロック , 移動 , Gmagick , spreadimage , radius , エラー , パラメータ , stripimage , gmagick ...
https://man.plustar.jp/php/gmagick.spreadimage.html - [similar]
デジタルフィルタを適用する 5833
« Gmagick::mapimage Gmagick::minifyimage » PHP Manual Gmagick デジタルフィルタを適用する Gmagick ... する 説明 public Gmagick::medianfilterimage ( float $radius ): void デジタルフィルタを適用してノイジーな画像の ... 品質を向上させます。 各ピクセルの内容を、radius で定義した近傍ピクセルの中央値で置き換えます。 パラ ... メータ radius 近傍ピクセルの半径。 戻り値 メジアンフィルタを適用 ... , 適用 , デジタル , Gmagick , medianfilterimage , radius , ピクセル , エラー , 近傍 , 定義 ...
https://man.plustar.jp/php/gmagick.medianfilterimage.html - [similar]
画像の輪郭をなめらかにする 5806
« Gmagick::readimagefile Gmagick::removeimage » PHP Manual Gmagick 画像の輪郭をなめらかにする Gm ... する 説明 public Gmagick::reducenoiseimage ( float $radius ): Gmagick 画像の輪郭をなめらかにします。縁の情報は ... えるというアルゴリズムです。 近傍は半径で定義します。radius に 0 を指定すると、 Gmagick::reducenoiseimage() が ... 適切な半径を自動的に設定します。 パラメータ radius 近傍ピクセルの半径。 戻り値 Gmagick オブジェクトを ... ーワード: Gmagick , 画像 , 輪郭 , reducenoiseimage , radius , 半径 , 近傍 , エラー , ピクセル , float ...
https://man.plustar.jp/php/gmagick.reducenoiseimage.html - [similar]
画像で使用する色を透過度を指定して作成する 5752
« imagecolorallocate imagecolorat » PHP Manual GD および Image 関数 画像で使用する色を透過度を指 ... ; $red_y = 165 ; $blue_x = 187 ; $blue_y = 125 ; $radius = 150 ; // alpha 値を指定して色を作成します $yello ... efilledellipse ( $image , $yellow_x , $yellow_y , $radius , $radius , $yellow ); imagefilledellipse ( $image ... , $red_x , $red_y , $radius , $radius , $red ); imagefilledellipse ( $image , ... $blue_x , $blue_y , $radius , $radius , $blue ); // 正しいヘッダを出力するのを ...
https://man.plustar.jp/php/function.imagecolorallocatealpha.html - [similar]
グレースケール画像に三次元効果を施して返す 5712
« Gmagick::edgeimage Gmagick::enhanceimage » PHP Manual Gmagick グレースケール画像に三次元効果を ... 施して返す 説明 public Gmagick::embossimage ( float $radius , float $sigma ): Gmagick グレースケール画像に三次 ... 得るには、半径がシグマより大きくなければなりません。 radius に 0 を指定すると、適切な半径を自動的に設定します。 ... パラメータ radius 効果の半径。 sigma 効果のシグマ。 戻り値 エンボス処 ... キーワード: 効果 , 画像 , 三次元 , Gmagick , 半径 , radius , シグマ , float , エラー , public ...
https://man.plustar.jp/php/gmagick.embossimage.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT