検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 100 for channel (0.012 sec.)
Color Manipulation 7281
« UI\Draw\Color::getChannel UI\Draw\Stroke » PHP Manual UI\Draw\Color Color Manipulation UI\Draw ... \Color::setChannel (UI 0.9.9) UI\Draw\Color::setChannel — Color Manip ... ulation 説明 public UI\Draw\Color::setChannel ( int $channel , float $value ): void Shall set th ... e selected channel to the given value パラメータ channel Constant cha ... nnel identity value The new value for the selected channel 戻り値 関連キーワード: Manipulation , setChannel , ...
https://man.plustar.jp/php/ui-draw-color.setchannel.html - [similar]
Description 7099
« Imagick::segmentImage Imagick::separateImageChannel » PHP Manual Imagick Description Imagick:: ... t $radius , float $sigma , float $threshold , int $channel = Imagick::CHANNEL_DEFAULT ): bool Selectively blu ... rtain threshold. パラメータ radius sigma threshold channel そのモードで有効なチャネル定数を指定します。 複数の ... ビット演算子で組み合わせます。デフォルトは Imagick::CHANNEL_DEFAULT です。 チャネル定数 の一覧を参照ください。 ... ge ( $imagePath , $radius , $sigma , $threshold , $channel ) { $imagick = new \ Imagick ( realpath ( $imagePa ...
https://man.plustar.jp/php/imagick.selectiveblurimage.html - [similar]
Description 7034
« Imagick::appendImages Imagick::averageImages » PHP Manual Imagick Description Imagick::autoLev ... ription 説明 public Imagick::autoLevelImage ( int $channel = Imagick::CHANNEL_DEFAULT ): bool Adjusts the lev ... els of a particular image channel by scaling the minimum and maximum values to the f ... ull quantum range. パラメータ channel Which channel should the auto-levelling should be ...
https://man.plustar.jp/php/imagick.autolevelimage.html - [similar]
定義済み定数 7008
« 実行時設定 例 » PHP Manual Gmagick 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... E_LAPLACIAN ( int ) Gmagick::NOISE_POISSON ( int ) Channel constants Gmagick::CHANNEL_UNDEFINED ( int ) Gmagi ... ck::CHANNEL_RED ( int ) Gmagick::CHANNEL_GRAY ( int ) Gmagick: ... :CHANNEL_CYAN ( int ) Gmagick::CHANNEL_GREEN ( int ) Gmagic ... k::CHANNEL_MAGENTA ( int ) Gmagick::CHANNEL_BLUE ( int ) Gmag ...
https://man.plustar.jp/php/gmagick.constants.html - [similar]
ランダムなノイズを画像に追加する 6969
« Imagick::addImage Imagick::affineTransformImage » PHP Manual Imagick ランダムなノイズを画像に追 ... ic Imagick::addNoiseImage ( int $noise_type , int $channel = Imagick::CHANNEL_DEFAULT ): bool ランダムなノイズ ... e ノイズの形式。 ノイズ定数 の一覧を参照ください。 channel そのモードで有効なチャネル定数を指定します。 複数の ... ビット演算子で組み合わせます。デフォルトは Imagick::CHANNEL_DEFAULT です。 チャネル定数 の一覧を参照ください。 ... unction addNoiseImage ( $noiseType , $imagePath , $channel ) { $imagick = new \ Imagick ( realpath ( $imagePa ...
https://man.plustar.jp/php/imagick.addnoiseimage.html - [similar]
Description 6943
« Imagick::borderImage Imagick::charcoalImage » PHP Manual Imagick Description Imagick::brightne ... Image ( float $brightness , float $contrast , int $channel = Imagick::CHANNEL_DEFAULT ): bool Change the brig ... apply to the image. パラメータ brightness contrast channel 戻り値 成功した場合に true を返します。 例 例1 Ima ... astImage ( $imagePath , $brightness , $contrast , $channel ) { $imagick = new \ Imagick ( realpath ( $imagePa ... ightnessContrastImage ( $brightness , $contrast , $channel ); header ( "Content-Type: image/jpg" ); echo $ima ...
https://man.plustar.jp/php/imagick.brightnesscontrastimage.html - [similar]
Targets 6878
« parallel\Events::setInput parallel\Events::addFuture » PHP Manual parallel\Events Targets para ... llel\Events::addChannel (0.9.0) parallel\Events::addChannel — Targets 説明 ... public parallel\Events::addChannel ( parallel\Channel $channel ): void Shall watch fo ... r events on the given channel Exceptions 警告 Shall throw parallel\Events\Error\ ... Existence if channel was already added. 関連キーワード: Targets , Event ...
https://man.plustar.jp/php/parallel-events.addchannel.html - [similar]
The parallel\Events class 6787
« parallel\Channel::close parallel\Events::setBlocking » PHP Manual parallel The parallel\Events ... loop monitors the state of sets of futures and or channels (targets) in order to perform read ( parallel\Fut ... ure::value() , parallel\Channel::recv() ) and write ( parallel\Channel::send() ) o ... put ( Input $input ): void /* Targets */ public addChannel ( parallel\Channel $channel ): void public addFutu ... allel\Events::setInput — Input parallel\Events::addChannel — Targets parallel\Events::addFuture — Targets par ...
https://man.plustar.jp/php/class.parallel-events.html - [similar]
閾値にもとづいて個々のピクセルの値を変更する 6761
« Imagick::textureImage Imagick::thumbnailImage » PHP Manual Imagick 閾値にもとづいて個々のピクセ ... Imagick::thresholdImage ( float $threshold , int $channel = Imagick::CHANNEL_DEFAULT ): bool 個々のピクセルの ... トの高い 2 色の画像となります。 パラメータ threshold channel 戻り値 成功した場合に true を返します。 例 例1 Ima ... nction thresholdimage ( $imagePath , $threshold , $channel ) { $imagick = new \ Imagick ( realpath ( $imagePa ... dimage ( $threshold * \ Imagick :: getQuantum (), $channel ); header ( "Content-Type: image/jpg" ); echo $ima ...
https://man.plustar.jp/php/imagick.thresholdimage.html - [similar]
画像をシャープにする 6696
« Imagick::shadowImage Imagick::shaveImage » PHP Manual Imagick 画像をシャープにする Imagick::sh ... sharpenImage ( float $radius , float $sigma , int $channel = Imagick::CHANNEL_DEFAULT ): bool 画像をシャープに ... e() が自動的に設定します。 パラメータ radius sigma channel 戻り値 成功した場合に true を返します。 例 例1 Ima ... on sharpenImage ( $imagePath , $radius , $sigma , $channel ) { $imagick = new \ Imagick ( realpath ( $imagePa ... )); $imagick -> sharpenimage ( $radius , $sigma , $channel ); header ( "Content-Type: image/jpg" ); echo $ima ...
https://man.plustar.jp/php/imagick.sharpenimage.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT