検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 19 for pixels (0.021 sec.)
pixel iterator をリセットする 12208
« ImagickPixelIterator::newPixelRegionIterator ImagickPixelIterator::setIteratorFirstRow » PHP M ... trough pixel rows */ foreach ( $imageIterator as $pixels ) { /* Loop through the pixels in the row (columns ... ) */ foreach ( $pixels as $column => $pixel ) { /** @var $pixel \ImagickP ... trough pixel rows */ foreach ( $imageIterator as $pixels ) { /* Loop through the pixels in the row (columns ... ) */ foreach ( $pixels as $column => $pixel ) { /** @var $pixel \ImagickP ...
https://man.plustar.jp/php/imagickpixeliterator.resetiterator.html - [similar]
画像のピクセルをインポートする 10876
« Imagick::implodeImage Imagick::inverseFourierTransformImage » PHP Manual Imagick 画像のピクセル ... をインポートする Imagick::importImagePixels (PECL imagick 2 >= 2.3.0, PECL imagick 3) Imagick: ... :importImagePixels — 画像のピクセルをインポートする 説明 public Imagi ... ck::importImagePixels ( int $x , int $y , int $width , int $height , str ... ing $map , int $storage , array $pixels ): bool 配列から画像にピクセルをインポートします。 ...
https://man.plustar.jp/php/imagick.importimagepixels.html - [similar]
Create a new Image converter 10142
« wkhtmltox\Image\Converter wkhtmltox\Image\Converter::convert » PHP Manual wkhtmltox\Image\Conv ... reenWidth the with of the screen used to render in pixels 800 >= 0.1.0 smartWidth when true, screenWidth is ... left left/x coordinate of the window to capture in pixels 200 >= 0.1.0 crop.top top/y coordinate of the wind ... ow to capture in pixels 200 >= 0.1.0 crop.width width of the window to cap ... ture in pixels 200 >= 0.1.0 crop.height height of the window to c ...
https://man.plustar.jp/php/wkhtmltox-image-converter.construct.html - [similar]
画像の輝度を引き伸ばして飽和させる 9835
« Imagick::levelImage Imagick::liquidRescaleImage » PHP Manual Imagick 画像の輝度を引き伸ばして飽 ... agick = new \ Imagick ( realpath ( $imagePath )); $pixels = $imagick -> getImageWidth () * $imagick -> getIm ... imagick -> linearStretchImage ( $blackThreshold * $pixels , $whiteThreshold * $pixels ); header ( "Content-T ...
https://man.plustar.jp/php/imagick.linearstretchimage.html - [similar]
MagickPixelIterator を返す 9630
« Imagick::getPage Imagick::getPixelRegionIterator » PHP Manual Imagick MagickPixelIterator を返 ... lIterator (); foreach ( $imageIterator as $row => $pixels ) { /* Loop through pixel rows */ foreach ( $pixel ... s as $column => $pixel ) { /* Loop through the pixels in the row (columns) */ /** @var $pixel \ImagickPi ...
https://man.plustar.jp/php/imagick.getpixeliterator.html - [similar]
ImagickPixelIterator のコンストラクタ 9630
« ImagickPixelIterator::clear ImagickPixelIterator::destroy » PHP Manual ImagickPixelIterator Im ... through pixel rows */ foreach ( $imageIterator as $pixels ) { /* Loop through the pixels in the row (columns ... ) */ foreach ( $pixels as $column => $pixel ) { /** @var $pixel \ImagickP ...
https://man.plustar.jp/php/imagickpixeliterator.construct.html - [similar]
pixel iterator の行を設定する 9528
« ImagickPixelIterator::setIteratorLastRow ImagickPixelIterator::syncIterator » PHP Manual Imagi ... +) { $imageIterator -> setIteratorRow ( $x * 5 ); $pixels = $imageIterator -> getCurrentIteratorRow (); /* L ... oop through the pixels in the row (columns) */ foreach ( $pixels as $pixe ...
https://man.plustar.jp/php/imagickpixeliterator.setiteratorrow.html - [similar]
Description 9425
« Imagick::morphImages Imagick::mosaicImages » PHP Manual Imagick Description Imagick::morpholog ... or more specifically 'White Top Hat', returns the pixels that were removed by a Opening of the shape, that ... is the pixels that were removed to round off the points, and the ... omHat' method, also known as 'Black TopHat' is the pixels that a Closing of the shape adds to the image. Tha ... t is the pixels that were used to fill in the 'holes', 'gaps', and ...
https://man.plustar.jp/php/imagick.morphology.html - [similar]
PixelIterator に関連付けられたリソースを消去する 9425
« ImagickPixelIterator ImagickPixelIterator::__construct » PHP Manual ImagickPixelIterator Pixel ... through pixel rows */ foreach ( $imageIterator as $pixels ) { /** @var $pixel \ImagickPixel */ /* Loop throu ... gh the pixels in the row (columns) */ foreach ( $pixels as $colu ...
https://man.plustar.jp/php/imagickpixeliterator.clear.html - [similar]
pixel iterator の次の行を返す 9425
« ImagickPixelIterator::getIteratorRow ImagickPixelIterator::getPreviousIteratorRow » PHP Manual ... gick -> getPixelIterator (); $count = 0 ; while ( $pixels = $imageIterator -> getNextIteratorRow ()) { if (( ... $count % 3 ) == 0 ) { /* Loop through the pixels in the row (columns) */ foreach ( $pixels as $colu ...
https://man.plustar.jp/php/imagickpixeliterator.getnextiteratorrow.html - [similar]
PREV 1 2 NEXT