検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 292 for Y (0.019 sec.)
楕円を描画する 4606
« imagedestroy imagefill » PHP Manual GD および Image 関数 楕円を描画する imageellipse (PHP 4 >= ... pse ( GdImage $image , int $center_x , int $center_y , int $width , int $height , int $color ): bool 指 ... age オブジェクト。 center_x 中心の x 座標。 center_y 中心の y 座標。 width 楕円の幅。 height 楕円の高さ ... _ellipse ); // 画像を出力します header ( "Content-type: image/png" ); imagepng ( $image ); ?> 上の例の出 ...
https://man.plustar.jp/php/function.imageellipse.html - [similar]
塗りつぶされた楕円を描画する 4606
« imagefilledarc imagefilledpolygon » PHP Manual GD および Image 関数 塗りつぶされた楕円を描画す ... pse ( GdImage $image , int $center_x , int $center_y , int $width , int $height , int $color ): bool 指 ... age オブジェクト。 center_x 中心の x 座標。 center_y 中心の y 座標。 width 楕円の幅。 height 楕円の高さ ... _ellipse ); // 画像を出力します header ( "Content-type: image/png" ); imagepng ( $image ); ?> 上の例の出 ...
https://man.plustar.jp/php/function.imagefilledellipse.html - [similar]
青が一番強い点を設定する 4606
« Imagick::setImageBiasQuantum Imagick::setImageBorderColor » PHP Manual Imagick 青が一番強い点を ... 設定する Imagick::setImageBluePrimary (PECL imagick 2, PECL imagick 3) Imagick::setImage ... BluePrimary — 青が一番強い点を設定する 説明 public Imagick::se ... tImageBluePrimary ( float $x , float $y ): bool 青が一番強い点を設定 ... します。 パラメータ x y 戻り値 成功した場合に true を返します。 エラー / 例 ...
https://man.plustar.jp/php/imagick.setimageblueprimary.html - [similar]
緑が一番強い点を設定する 4606
« Imagick::setImageGravity Imagick::setImageIndex » PHP Manual Imagick 緑が一番強い点を設定する ... Imagick::setImageGreenPrimary (PECL imagick 2, PECL imagick 3) Imagick::setImage ... GreenPrimary — 緑が一番強い点を設定する 説明 public Imagick::se ... tImageGreenPrimary ( float $x , float $y ): bool 緑が一番強い点を設定 ... します。 パラメータ x y 戻り値 成功した場合に true を返します。 エラー / 例 ...
https://man.plustar.jp/php/imagick.setimagegreenprimary.html - [similar]
赤が一番強い点を設定する 4606
« Imagick::setImageProperty Imagick::setImageRenderingIntent » PHP Manual Imagick 赤が一番強い点 ... を設定する Imagick::setImageRedPrimary (PECL imagick 2, PECL imagick 3) Imagick::setImage ... RedPrimary — 赤が一番強い点を設定する 説明 public Imagick::se ... tImageRedPrimary ( float $x , float $y ): bool 赤が一番強い点を設定 ... します。 パラメータ x y 戻り値 成功した場合に true を返します。 エラー / 例 ...
https://man.plustar.jp/php/imagick.setimageredprimary.html - [similar]
画像の色度が白い点を設定する 4606
« Imagick::setImageVirtualPixelMethod Imagick::setInterlaceScheme » PHP Manual Imagick 画像の色度 ... ic Imagick::setImageWhitePoint ( float $x , float $y ): bool 画像の色度が白い点を設定します。 パラメータ ... x y 戻り値 成功した場合に true を返します。 エラー / 例 ...
https://man.plustar.jp/php/imagick.setimagewhitepoint.html - [similar]
現在の画像上に別の画像を合成する 4606
« ImagickDraw::comment ImagickDraw::__construct » PHP Manual ImagickDraw 現在の画像上に別の画像を ... Draw::composite ( int $compose , float $x , float $y , float $width , float $height , Imagick $composit ... gick::COMPOSITE_* ) のいずれか x 左上角の x 座標。 y 左上角の y 座標。 width 合成する画像の幅。 height ... setFillColor ( $fillColor ); $draw -> setFillOpacity ( 1 ); $draw -> setStrokeWidth ( 2 ); $draw -> set ... FontSize ( 72 ); $draw -> setStrokeOpacity ( 1 ); $draw -> setStrokeColor ( $strokeColor ); $ ...
https://man.plustar.jp/php/imagickdraw.composite.html - [similar]
TrueType フォントを使用してテキストを画像に書き込む 4568
« imagettfbbox imagetypes » PHP Manual GD および Image 関数 TrueType フォントを使用してテキストを ... t (PHP 4, PHP 5, PHP 7, PHP 8) imagettftext — TrueType フォントを使用してテキストを画像に書き込む 説明 ... image , float $size , float $angle , int $x , int $y , int $color , string $font_filename , string $tex ... t , array $options = [] ): array | false 指定した text を、 ... TrueType フォントを使用して画像に書き込みます。 注意 : PH ...
https://man.plustar.jp/php/function.imagettftext.html - [similar]
楕円を画像上に描く 4568
« GmagickDraw::bezier GmagickDraw::getfillcolor » PHP Manual GmagickDraw 楕円を画像上に描く Gmag ... public GmagickDraw::ellipse ( float $ox , float $oy , float $rx , float $ry , float $start , float $en ... を画像上に描きます。 パラメータ ox 原点の x 座標。 oy 原点の y 座標。 rx x 方向の半径。 ry y 方向の半径。 ...
https://man.plustar.jp/php/gmagickdraw.ellipse.html - [similar]
直線を描く 4568
« GmagickDraw::gettextencoding GmagickDraw::point » PHP Manual GmagickDraw 直線を描く GmagickDra ... 説明 public GmagickDraw::line ( float $sx , float $sy , float $ex , float $ey ): GmagickDraw 現在の描画色 ... 直線を描きます。 パラメータ sx 開始位置の x 座標。 sy 開始位置の y 座標。 ex 終了位置の x 座標。 ey 終了 ... 位置の y 座標。 戻り値 GmagickDraw オブジェクトを返します。 ... : 直線 , GmagickDraw , float , 位置 , 座標 , sx , ey , 開始 , 終了 , gettextencoding ...
https://man.plustar.jp/php/gmagickdraw.line.html - [similar]