検索

phrase: max: clip:
target: order:
Results of 1 - 2 of about 2 for amplitude (0.001 sec.)
ウェーブフィルタを画像に適用する 11228
« Imagick::vignetteImage Imagick::whiteThresholdImage » PHP Manual Imagick ウェーブフィルタを画像 ... 像に適用する 説明 public Imagick::waveImage ( float $amplitude , float $length ): bool ウェーブフィルタを画像に適 ... ck をコンパイルした場合に使用可能です。 パラメータ amplitude 波の振幅。 length 波長。 戻り値 成功した場合に tru ... veImage() <?php function waveImage ( $imagePath , $amplitude , $length ) { $imagick = new \ Imagick ( realpath ... ( $imagePath )); $imagick -> waveImage ( $amplitude , $length ); header ( "Content-Type: image/jpg" ); ...
https://man.plustar.jp/php/imagick.waveimage.html - [similar]
Imagick クラス 7485
« 基本的な使用法 Imagick::adaptiveBlurImage » PHP Manual ImageMagick Imagick クラス Imagick クラ ... int $x , int $y ): bool public waveImage ( float $amplitude , float $length ): bool public whiteThresholdImage ...
https://man.plustar.jp/php/class.imagick.html - [similar]
PREV 1 NEXT