検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 231 for (0.020 sec.)
画像からチャネルを分離する 4606
« Gmagick::scaleimage Gmagick::setCompressionQuality » PHP Manual Gmagick 画像からチャネルを分離 ... 像を返します。 channel には、画像の各ピクセルの特定のコンポーネントを指定します。 パラメータ channel チャ ...
https://man.plustar.jp/php/gmagick.separateimagechannel.html - [similar]
画像のサンプリング係数を設定する 4606
« Gmagick::setimagewhitepoint Gmagick::setsize » PHP Manual Gmagick 画像のサンプリング係数を設定 ... サンプリング係数を設定します。 パラメータ factors 各コンポーネントのサンプリング係数を表す double 型の値 ...
https://man.plustar.jp/php/gmagick.setsamplingfactors.html - [similar]
角が丸い矩形を描く 4606
« GmagickDraw::rotate GmagickDraw::scale » PHP Manual GmagickDraw 角が丸い矩形を描く GmagickDraw ... して x 方向と y 方向の角の半径を指定して、現在の描画と線幅そして塗りつぶし設定を使った過度の丸い矩形を描 ...
https://man.plustar.jp/php/gmagickdraw.roundrectangle.html - [similar]
油絵をシミュレートする 4606
« Imagick::normalizeImage Imagick::opaquePaintImage » PHP Manual Imagick 油絵をシミュレートする ... セルが、指定した半径内の周囲の中で最もよくあらわれるに置き換えられます。 パラメータ radius 近傍円の半径。 ...
https://man.plustar.jp/php/imagick.oilpaintimage.html - [similar]
このオブジェクトに関連付けられたリソースを消去する 4606
« ImagickPixel ImagickPixel::__construct » PHP Manual ImagickPixel このオブジェクトに関連付けられ ... 状態に戻します。 このオブジェクトに関連付けられているも初期化します。 戻り値 成功した場合に true を返しま ...
https://man.plustar.jp/php/imagickpixel.clear.html - [similar]
塗り潰す 4595
« imageellipse imagefilledarc » PHP Manual GD および Image 関数 塗り潰す imagefill (PHP 4, PHP 5 ... bool 指定した座標 (左上が 0, 0 です) から、指定した color で image を塗りつぶします。 パラメータ image ... 置の x 座標。 y 開始位置の y 座標。 color 塗りつぶし。 imagecolorallocate() で作成された識別子。 戻り値 ... p $im = imagecreatetruecolor ( 100 , 100 ); // 背景を赤に設定します $red = imagecolorallocate ( $im , 2 ... なります。 参考 imagecolorallocate() - 画像で使用するを作成する 関連キーワード: imagefill , GdImage , int ...
https://man.plustar.jp/php/function.imagefill.html - [similar]
塗りつぶし用のイメージを設定する 4575
« imagesetthickness imagestring » PHP Manual GD および Image 関数 塗りつぶし用のイメージを設定す ... e , GdImage $tile ): bool imagesettile() は、特別な IMG_COLOR_TILED を指定して塗りつぶされた場合に、 ( ... て使用可能で、 imagecolortransparent() でタイルの透過 ID を設定することにより、 その一部から下の部分が透 ... る)場合には、 新たにタイルイメージを設定するまでは、 IMG_COLOR_TILED を使用してはいけません。 パラメータ ...
https://man.plustar.jp/php/function.imagesettile.html - [similar]
文字列を水平に描画する 4575
« imagesettile imagestringup » PHP Manual GD および Image 関数 文字列を水平に描画する imagestrin ... 出す文字列。 color imagecolorallocate() で作成された識別子。 戻り値 成功した場合に true を、失敗した場合 ... 像を生成します $im = imagecreate ( 100 , 30 ); // 白の背景と青のテキスト $bg = imagecolorallocate ( $i ...
https://man.plustar.jp/php/function.imagestring.html - [similar]
ImagickPixel クラス 4565
« ImagickDraw::translate ImagickPixel::clear » PHP Manual ImageMagick ImagickPixel クラス Imagic ... ソースの割り当てを解除する ImagickPixel::getColor — を返す ImagickPixel::getColorAsString — を文字列で ... 返す ImagickPixel::getColorCount — このに関連付けられているカウントを返す ImagickPixel::g ... Description ImagickPixel::getColorValue — 指定したチャネルの値を正規化したものを取得する ImagickPixel: ... uantum — Description ImagickPixel::isSimilar — このと別のの差を調べる ImagickPixel::setColor — を設 ...
https://man.plustar.jp/php/class.imagickpixel.html - [similar]
塗りつぶされた楕円を描画する 4565
« imagefilledarc imagefilledpolygon » PHP Manual GD および Image 関数 塗りつぶされた楕円を描画す ... dth 楕円の幅。 height 楕円の高さ。 color 塗りつぶし。 imagecolorallocate() で作成された識別子。 戻り値 ... image = imagecreatetruecolor ( 400 , 300 ); // 背景を塗ります $bg = imagecolorallocate ( $image , 0 , 0 ... , 0 ); // 楕円のを選択します $col_ellipse = imagecolorallocate ( $im ...
https://man.plustar.jp/php/function.imagefilledellipse.html - [similar]