検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 31 for Matrix (0.016 sec.)
Description 8557
« ImagickKernel::fromMatrix ImagickKernel::scale » PHP Manual ImagickKernel Description ImagickK ... ernel::getMatrix (PECL imagick >= 3.3.0) ImagickKernel::getMatrix... Description 説明 public ImagickKernel::getMatrix (): array Get the 2d matrix of values used in this ... メータ この関数にはパラメータはありません。 戻り値 A matrix (2d array) of the values that represent the kernel ... . 例 例1 ImagickKernel::getMatrix() <?php function renderKernelTable ( $matrix ) { $ ...
https://man.plustar.jp/php/imagickkernel.getmatrix.html - [similar]
UI 8428
« GUI用の拡張モジュール はじめに » PHP Manual GUI用の拡張モジュール UI UI はじめに インストール/ ... n::stroke — Stroke a Path UI\Draw\Pen::transform — Matrix Transform UI\Draw\Pen::write — Draw Text at Point ... h::newFigureWithArc — Draw Figure with Arc UI\Draw\Matrix — Draw Matrix UI\Draw\Matrix::invert — Invert Matr ... ix UI\Draw\Matrix::isInvertible — Invertible Detection UI\Draw\Matri ... x::multiply — Multiply Matrix UI\Draw\Matrix::rotate — Rotate Matrix UI\Draw\Mat ...
https://man.plustar.jp/php/book.ui.html - [similar]
Description 7894
« Imagick::colorizeImage Imagick::combineImages » PHP Manual Imagick Description Imagick::colorMatrix ... atrixImage (PECL imagick 3 >= 3.3.0) Imagick::colorMatrixImage — Description 説明 public Imagick::colorMatri ... xImage ( array $color_matrix = Imagick::CHANNEL_DEFAULT ): bool Apply color tra ... ion matrices can be used, typically one uses a 5x5 matrix for an RGBA image and a 6x6 for CMYKA (or RGBA wit ... h offsets). The matrix is similar to those used by Adobe Flash except off ...
https://man.plustar.jp/php/imagick.colormatriximage.html - [similar]
Description 7797
« ImagickKernel::addKernel ImagickKernel::fromBuiltIn » PHP Manual ImagickKernel Description Ima ... dUnityKernel() <?php function renderKernelTable ( $matrix ) { $output = "<table class='infoTable'>" ; foreac ... h ( $matrix as $row ) { $output .= "<tr>" ; foreach ( $row as ... >" ; } $output .= "</table>" ; return $output ; } $matrix = [ [- 1 , 0 , - 1 ], [ 0 , 4 , 0 ], [- 1 , 0 , - ... 1 ], ]; $kernel = \ ImagickKernel :: fromMatrix ( $matrix ); $kernel -> scale ( 1 , \ Imagick :: N ...
https://man.plustar.jp/php/imagickkernel.addunitykernel.html - [similar]
Description 7409
« ImagickKernel::scale メール関連 » PHP Manual ImagickKernel Description ImagickKernel::separate ... el::separate() <?php function renderKernelTable ( $matrix ) { $output = "<table class='infoTable'>" ; foreac ... h ( $matrix as $row ) { $output .= "<tr>" ; foreach ( $row as ... >" ; } $output .= "</table>" ; return $output ; } $matrix = [ [- 1 , 0 , - 1 ], [ 0 , 4 , 0 ], [- 1 , 0 , - ... 1 ], ]; $kernel = \ ImagickKernel :: fromMatrix ( $matrix ); $kernel -> scale ( 4 , \ Imagick :: N ...
https://man.plustar.jp/php/imagickkernel.separate.html - [similar]
Description 7231
« ImagickKernel::getMatrix ImagickKernel::separate » PHP Manual ImagickKernel Description Imagic ... ernel::scale() <?php function renderKernelTable ( $matrix ) { $output = "<table class='infoTable'>" ; foreac ... h ( $matrix as $row ) { $output .= "<tr>" ; foreach ( $row as ... .= "</table>" ; return $output ; } $output = "" ; $matrix = [ [- 1 , 0 , - 1 ], [ 0 , 4 , 0 ], [- 1 , 0 , - ... 1 ], ]; $kernel = \ ImagickKernel :: fromMatrix ( $matrix ); $kernelClone = clone $kernel ; $outpu ...
https://man.plustar.jp/php/imagickkernel.scale.html - [similar]
画像を変換する 7198
« Imagick::addNoiseImage Imagick::animateImages » PHP Manual Imagick 画像を変換する Imagick::aff ... ublic Imagick::affineTransformImage ( ImagickDraw $matrix ): bool アフィン行列の指定にしたがって画像を変換し ... ます。 パラメータ matrix アフィン行列。 戻り値 成功した場合に true を返しま ... 変換 , Imagick , affineTransformImage , imagick , matrix , アフィン , 行列 , addNoiseImage , animateImages ...
https://man.plustar.jp/php/imagick.affinetransformimage.html - [similar]
Description 7198
« ImagickKernel::addUnityKernel ImagickKernel::fromMatrix » PHP Manual ImagickKernel Description ... n renderKernel ( ImagickKernel $imagickKernel ) { $matrix = $imagickKernel -> getMatrix (); $imageMargin = 2 ... adius = ( $tileSize / 2 ) * 0.9 ; $rows = count ( $matrix ); $columns = count ( $matrix [ 0 ]); $imagickDraw ... $imageMargin ); $imagickDraw -> push (); ksort ( $matrix ); foreach ( $matrix as $row ) { ksort ( $row ); $ ...
https://man.plustar.jp/php/imagickkernel.frombuiltin.html - [similar]
Draw Pen 7069
« UI\Controls\Box::setPadded UI\Draw\Pen::clip » PHP Manual UI Draw Pen Draw Pen (UI 0.9.9) はじ ... I\Draw\Stroke $stroke ) public transform ( UI\Draw\Matrix $matrix ) public write ( UI\Point $point , UI\Draw ... n::stroke — Stroke a Path UI\Draw\Pen::transform — Matrix Transform UI\Draw\Pen::write — Draw Text at Point ...
https://man.plustar.jp/php/class.ui-draw-pen.html - [similar]
画像の色を変更する 6988
« Imagick::readimages Imagick::reduceNoiseImage » PHP Manual Imagick 画像の色を変更する Imagick: ... しょう。 説明 public Imagick::recolorImage ( array $matrix ): bool 画像の色を変換します。 このメソッドは可変サ ... ck をコンパイルした場合に使用可能です。 パラメータ matrix 色の値を含む行列。 戻り値 成功した場合に true を返 ... 変更 , 色 , recolorImage , 行列 , imagick , 関数 , matrix , メソッド ...
https://man.plustar.jp/php/imagick.recolorimage.html - [similar]
PREV 1 2 3 4 NEXT