検索

phrase: max: clip:
target: order:
Results of 1 - 7 of about 7 for thresholdImage (0.004 sec.)
閾値にもとづいて個々のピクセルの値を変更する 13359
« Imagick::textureImage Imagick::thumbnailImage » PHP Manual Imagick 閾値にもとづいて個々のピクセ ... ルの値を変更する Imagick::thresholdImage (PECL imagick 2, PECL imagick 3) Imagick::threshol ... て個々のピクセルの値を変更する 説明 public Imagick::thresholdImage ( float $threshold , int $channel = Imagick::CHANN ... 値 成功した場合に true を返します。 例 例1 Imagick::thresholdImage() <?php function thresholdimage ( $imagePath , $th ... \ Imagick ( realpath ( $imagePath )); $imagick -> thresholdimage ( $threshold * \ Imagick :: getQuantum (), $channe ...
https://man.plustar.jp/php/imagick.thresholdimage.html - [similar]
閾値に満たないすべてのピクセルを黒にする 9069
« Imagick::averageImages Imagick::blueShiftImage » PHP Manual Imagick 閾値に満たないすべてのピク ... セルを黒にする Imagick::blackThresholdImage (PECL imagick 2, PECL imagick 3) Imagick::blackThr ... すべてのピクセルを黒にする 説明 public Imagick::blackThresholdImage ( mixed $threshold ): bool Imagick::thresholdImage ... クトしか指定できませんでした。 例 例1 Imagick::blackThresholdImage() <?php function blackThresholdImage ( $imagePath ... agick ( realpath ( $imagePath )); $imagick -> blackthresholdimage ( $thresholdColor ); header ( "Content-Type: image ...
https://man.plustar.jp/php/imagick.blackthresholdimage.html - [similar]
閾値に満たないすべてのピクセルを白にする 9069
« Imagick::waveImage Imagick::writeImage » PHP Manual Imagick 閾値に満たないすべてのピクセルを白 ... にする Imagick::whiteThresholdImage (PECL imagick 2, PECL imagick 3) Imagick::whiteThr ... すべてのピクセルを白にする 説明 public Imagick::whiteThresholdImage ( mixed $threshold ): bool Imagick::thresholdImage ... クトしか指定できませんでした。 例 例1 Imagick::whiteThresholdImage() <?php function whiteThresholdImage ( $imagePath ... agick ( realpath ( $imagePath )); $imagick -> whiteThresholdImage ( $color ); header ( "Content-Type: image/jpg" ); ...
https://man.plustar.jp/php/imagick.whitethresholdimage.html - [similar]
テクスチャ画像をタイル状に並べる 8270
« Imagick::swirlImage Imagick::thresholdImage » PHP Manual Imagick テクスチャ画像をタイル状に並べ ...
https://man.plustar.jp/php/imagick.textureimage.html - [similar]
画像のサイズを変更する 8124
« Imagick::thresholdImage Imagick::tintImage » PHP Manual Imagick 画像のサイズを変更する Imagick ...
https://man.plustar.jp/php/imagick.thumbnailimage.html - [similar]
Imagick クラス 7997
« 基本的な使用法 Imagick::adaptiveBlurImage » PHP Manual ImageMagick Imagick クラス Imagick クラ ... = Imagick::CHANNEL_DEFAULT ): bool public adaptiveThresholdImage ( int $width , int $height , int $offset ): bool p ... bool public averageImages (): Imagick public blackThresholdImage ( mixed $threshold ): bool public blueShiftImage ( ... int $x , int $y , bool $raise ): bool public randomThresholdImage ( float $low , float $high , int $channel = Imagic ... ureImage ( Imagick $texture_wand ): Imagick public thresholdImage ( float $threshold , int $channel = Imagick::CHANN ...
https://man.plustar.jp/php/class.imagick.html - [similar]
画像処理 (ImageMagick) 7652
« GmagickPixel::setcolorvalue はじめに » PHP Manual 画像処理および作成 画像処理 (ImageMagick) 画 ... ge — 順応して画像をシャープにする Imagick::adaptiveThresholdImage — 輝度の範囲にもとづいて各ピクセルの閾値を選択する ... ::averageImages — 画像群を平均化する Imagick::blackThresholdImage — 閾値に満たないすべてのピクセルを黒にする Imagick ... 元のボタン風の効果をシミュレートする Imagick::randomThresholdImage — コントラストの高い 2 色の画像を作成する Imagick: ... eImage — テクスチャ画像をタイル状に並べる Imagick::thresholdImage — 閾値にもとづいて個々のピクセルの値を変更する Ima ...
https://man.plustar.jp/php/book.imagick.html - [similar]
PREV 1 NEXT