検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 292 for Y (0.028 sec.)
弧を描く 4520
« GmagickDraw::annotate GmagickDraw::bezier » PHP Manual GmagickDraw 弧を描く GmagickDraw::arc ( ... 説明 public GmagickDraw::arc ( float $sx , float $sy , float $ex , float $ey , float $sd , float $ed ): ... 描きます。 パラメータ sx 矩形の開始位置の x 座標。 sy 矩形の開始位置の y 座標。 ex 矩形の終了位置の x 座 ... 標。 ey 矩形の終了位置の y 座標。 sd 開始角度。 ed 終了角度 ...
https://man.plustar.jp/php/gmagickdraw.arc.html - [similar]
色度が白い点を返す 4520
« Imagick::getImageVirtualPixelMethod Imagick::getImageWidth » PHP Manual Imagick 色度が白い点を ... 返す 説明 public Imagick::getImageWhitePoint (): array 色度が白い点を返します。 "x" および "y" というキー ... ません。 戻り値 色度が白い点を返します。 "x" および "y" というキーを持つ連想配列となります。 エラー / 例外 ... eVirtualPixelMethod , getImageWidth , public , array ...
https://man.plustar.jp/php/imagick.getimagewhitepoint.html - [similar]
画像の解像度を設定する 4520
« Imagick::setImageRenderingIntent Imagick::setImageScene » PHP Manual Imagick 画像の解像度を設定 ... :setImageResolution ( float $x_resolution , float $y_resolution ): bool 画像の解像度を設定します。 パラ ... メータ x_resolution y_resolution 戻り値 成功した場合に true を返します。 ... setImageResolution ( 50 , 50 ); header ( "Content-Type: image/jpg" ); echo $imagick -> getImageBlob (); ...
https://man.plustar.jp/php/imagick.setimageresolution.html - [similar]
画像の影をシミュレートする 4520
« Imagick::shadeImage Imagick::sharpenImage » PHP Manual Imagick 画像の影をシミュレートする Imag ... する 説明 public Imagick::shadowImage ( float $opacity , float $sigma , int $x , int $y ): bool 画像の影を ... シミュレートします。 パラメータ opacity sigma x y 戻り値 成功した場合に true を返します。 ... dowImage ( 0.4 , 10 , 50 , 5 ); header ( "Content-Type: image/jpg" ); echo $imagick -> getImageBlob (); ... agick , 影 , shadowImage , imagick , float , opacity , int , shadeImage ...
https://man.plustar.jp/php/imagick.shadowimage.html - [similar]
無地の画像を作成する 4520
« Imagick::sparseColorImage Imagick::spreadImage » PHP Manual Imagick 無地の画像を作成する Imagi ... ceImage ( int $width , int $height , int $x , int $y ): bool 無地の画像を作成します。 パラメータ width ... height x y 戻り値 成功した場合に true を返します。 例 例1 Ima ... unction spliceImage ( $imagePath , $startX , $startY , $width , $height ) { $imagick = new \ Imagick ( ... > spliceImage ( $width , $height , $startX , $startY ); header ( "Content-Type: image/jpg" ); echo $ima ...
https://man.plustar.jp/php/imagick.spliceimage.html - [similar]
直線パスを描画する 4520
« ImagickDraw::pathFinish ImagickDraw::pathLineToHorizontalAbsolute » PHP Manual ImagickDraw 直線 ... magickDraw::pathLineToAbsolute ( float $x , float $y ): bool 警告 この関数は、 現在のところ詳細な情報は ... 新しい点に移動します。 パラメータ x 始点の x 座標。 y 終点の x 座標。 戻り値 値を返しません。 関連キーワ ...
https://man.plustar.jp/php/imagickdraw.pathlinetoabsolute.html - [similar]
新しい pixel iterator を返す 4520
« ImagickPixelIterator::newPixelIterator ImagickPixelIterator::resetIterator » PHP Manual Imagic ... ixelRegionIterator ( Imagick $wand , int $x , int $y , int $columns , int $rows ): bool 警告 この関数は ... 新しい pixel iterator を返します。 パラメータ wand x y columns rows 戻り値 成功した場合に新しい ImagickPi ...
https://man.plustar.jp/php/imagickpixeliterator.newpixelregioniterator.html - [similar]
特定の年や月における、最初の週の日数の最小値を返す 4520
« IntlCalendar::getMaximum IntlCalendar::getMinimum » PHP Manual IntlCalendar 特定の年や月におけ ... 初の週の日数の最小値を返す IntlCalendar::getMinimalDaysInFirstWeek (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= ... 3.0.0a1) IntlCalendar::getMinimalDaysInFirstWeek — 特定の年や月における、最初の週の日数 ... オブジェクト指向型 public IntlCalendar::getMinimalDaysInFirstWeek (): int | false 手続き型 intlcal_get_m ... inimal_days_in_first_week ( IntlCalendar $calendar ): int | f ...
https://man.plustar.jp/php/intlcalendar.getminimaldaysinfirstweek.html - [similar]
部分楕円を描画する 4482
« imageantialias imageavif » PHP Manual GD および Image 関数 部分楕円を描画する imagearc (PHP 4, ... arc ( GdImage $image , int $center_x , int $center_y , int $width , int $height , int $start_angle , in ... age オブジェクト。 center_x 中心の x 座標。 center_y 中心の y 座標。 width 円弧の幅。 height 円弧の高さ ... ; // 画像をブラウザに出力します header ( "Content-type: image/png" ); imagepng ( $img ); // メモリを解放 ... します imagedestroy ( $img ); ?> 上の例の出力は、 たとえば以下のように ...
https://man.plustar.jp/php/function.imagearc.html - [similar]
画像の解像度を取得/設定する 4482
« imagerectangle imagerotate » PHP Manual GD および Image 関数 画像の解像度を取得/設定する image ... e , ? int $resolution_x = null , ? int $resolution_y = null ): array | bool imageresolution() 関数は、 ... 水平方向の解像度をDPI単位で指定します。 resolution_y 垂直方向の解像度をDPI単位で指定します。 戻り値 get ... 歴 バージョン 説明 8.0.0 resolution_x と resolution_y は、nullable になりました。 例 例1 画像の解像度を取 ... on ( $im )); ?> 上の例の出力は以下となります。 Array ( [0] => 200 [1] => 200 ) Array ( [0] => 300 [1] = ...
https://man.plustar.jp/php/function.imageresolution.html - [similar]