検索

phrase: max: clip:
target: order:
Results of 331 - 340 of about 853 for [SIMILAR] 16 1024 4096 WITH 136240 imagickdraw W... (4.262 sec.)
画像の輝度を引き伸ばして飽和させる 0
« Imagick::levelImage Imagick::liquidRescaleImage » PHP Manual Imagick 画像の輝度を引き伸ばして飽和させる Imagick::linearStretchImage (PECL imagick 2, PECL imagick 3) Imagick::linearStretchImage — 画像の輝度を引き伸ばして飽和させる 説明 public Imagick::linearStretchImage ( float $blackPo ...
https://man.plustar.jp/php/imagick.linearstretchimage.html - [similar]
モーションブラーをシミュレートする 0
« Imagick::mosaicImages Imagick::negateImage » PHP Manual Imagick モーションブラーをシミュレートする Imagick::motionBlurImage (PECL imagick 2, PECL imagick 3) Imagick::motionBlurImage — モーションブラーをシミュレートする 説明 public Imagick::motionBlurImage ( float $radius , float $sigma ...
https://man.plustar.jp/php/imagick.motionblurimage.html - [similar]
塗りつぶした多角形を描画する 0
« imagefilledellipse imagefilledrectangle » PHP Manual GD および Image 関数 塗りつぶした多角形を描画する imagefilledpolygon (PHP 4, PHP 5, PHP 7, PHP 8) imagefilledpolygon — 塗りつぶした多角形を描画する 説明 PHP 8.0.0 以降のシグネチャ(名前付き引数をサポートしていません) imagefilledpolygo ...
https://man.plustar.jp/php/function.imagefilledpolygon.html - [similar]
直線を描画する 0
« imagelayereffect imageloadfont » PHP Manual GD および Image 関数 直線を描画する imageline (PHP 4, PHP 5, PHP 7, PHP 8) imageline — 直線を描画する 説明 imageline ( GdImage $image , int $x1 , int $y1 , int $x2 , int $y2 , int $color ): bool 指定したふたつの点を結ぶ直線を描画します。 パラ ...
https://man.plustar.jp/php/function.imageline.html - [similar]
フォントファミリーを返す 0
« ImagickDraw::getFont ImagickDraw::getFontSize » PHP Manual ImagickDraw フォントファミリーを返す ImagickDraw::getFontFamily (PECL imagick 2, PECL imagick 3) ImagickDraw::getFontFamily — フォントファミリーを返す 説明 public ImagickDraw::getFontFamily (): string 警告 この関数は、 現在のと ...
https://man.plustar.jp/php/imagickdraw.getfontfamily.html - [similar]
Color Representation 0
« UI\Draw\Matrix::translate UI\Draw\Color::__construct » PHP Manual UI Color Representation Color Representation (UI 0.9.9) はじめに Represents RGBA colours, individual channels are accessible via public properties. クラス概要 class UI\Draw\Color { /* Constants */ const int Red ; const i ...
https://man.plustar.jp/php/class.ui-draw-color.html - [similar]
逆正接(アークタンジェント) 0
« atan2 atanh » PHP Manual Math 関数 逆正接(アークタンジェント) atan (PHP 4, PHP 5, PHP 7, PHP 8) atan — 逆正接(アークタンジェント) 説明 atan ( float $num ): float num のアークタンジェントをラジアンで返します。 atan() is the は tan() の逆関数で、 atan() がとりうる範囲内のすべての a に ...
https://man.plustar.jp/php/function.atan.html - [similar]
双曲線余弦(ハイパボリックコサイン) 0
« cos decbin » PHP Manual Math 関数 双曲線余弦(ハイパボリックコサイン) cosh (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) cosh — 双曲線余弦(ハイパボリックコサイン) 説明 cosh ( float $num ): float num のハイパボリックコサインを返します。 これは、 (exp(arg) + exp(-arg))/2 で定義されます。 パラ ...
https://man.plustar.jp/php/function.cosh.html - [similar]
値が有限の数値であるかどうかを判定する 0
« intdiv is_infinite » PHP Manual Math 関数 値が有限の数値であるかどうかを判定する is_finite (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) is_finite — 値が有限の数値であるかどうかを判定する 説明 is_finite ( float $num ): bool num が このプラットフォーム上で有効な有限値であるかどうかを調べます。 ...
https://man.plustar.jp/php/function.is-finite.html - [similar]
ある範囲の整数を有する配列を作成する 0
« prev reset » PHP Manual 配列 関数 ある範囲の整数を有する配列を作成する range (PHP 4, PHP 5, PHP 7, PHP 8) range — ある範囲の整数を有する配列を作成する 説明 range ( string | int | float $start , string | int | float $end , int | float $step = 1 ): array ある範囲の整数を有する配列を作成し ...
https://man.plustar.jp/php/function.range.html - [similar]