/imagick/tests/ |
H A D | 250_ImagickPixelIterator_resetIterator_basic.phpt | 19 /* Loop trough pixel rows */ 22 foreach ($pixels as $column => $pixel) { 23 /** @var $pixel \ImagickPixel */ 26 /* Make every second pixel 25% red*/ 27 $pixel->setColorValue(\Imagick::COLOR_RED, 64); 36 /* Loop trough pixel rows */ 39 foreach ($pixels as $column => $pixel) { 40 /** @var $pixel \ImagickPixel */ 42 … $pixel->setColorValue(\Imagick::COLOR_BLUE, 64); /* Make every second pixel a little blue*/ 43 //$pixel->setColor("rgba(0, 0, 128, 0)"); /* Paint every second pixel black*/
|
H A D | 083_Imagick_getPixelIterator_basic.phpt | 18 foreach ($imageIterator as $row => $pixels) { /* Loop trough pixel rows */ 19 foreach ($pixels as $column => $pixel) { /* Loop through the pixels in the row (columns) */ 20 /** @var $pixel \ImagickPixel */ 22 $pixel->setColor("rgba(0, 0, 0, 0)"); /* Paint every second pixel black*/
|
H A D | 084_Imagick_getPixelRegionIterator_basic.phpt | 18 foreach ($imageIterator as $row => $pixels) { /* Loop trough pixel rows */ 19 foreach ($pixels as $column => $pixel) { /* Loop through the pixels in the row (columns) */ 20 /** @var $pixel \ImagickPixel */ 22 $pixel->setColor("rgba(0, 0, 0, 0)"); /* Paint every second pixel black*/
|
H A D | 248_ImagickPixelIterator_clear_basic.phpt | 18 /* Loop trough pixel rows */ 20 /** @var $pixel \ImagickPixel */ 22 foreach ($pixels as $column => $pixel) { 24 /* Paint every second pixel black*/ 25 $pixel->setColor("rgba(0, 0, 0, 0)");
|
H A D | 252_ImagickPixelIterator_construct_basic.phpt | 17 /* Loop through pixel rows */ 20 foreach ($pixels as $column => $pixel) { 21 /** @var $pixel \ImagickPixel */ 23 /* Paint every second pixel black*/ 24 $pixel->setColor("rgba(0, 0, 0, 0)");
|
H A D | 247_ImagickPixelIterator_construct_basic.phpt | 17 /* Loop through pixel rows */ 20 foreach ($pixels as $column => $pixel) { 21 /** @var $pixel \ImagickPixel */ 23 /* Paint every second pixel black*/ 24 $pixel->setColor("rgba(0, 0, 0, 0)");
|
H A D | 249_ImagickPixelIterator_getNextIteratorRow_basic.phpt | 21 foreach ($pixels as $column => $pixel) { 22 /** @var $pixel \ImagickPixel */ 24 /* Paint every second pixel black*/ 25 $pixel->setColor("rgba(0, 0, 0, 0)");
|
H A D | 251_ImagickPixelIterator_setIteratorRow_basic.phpt | 21 foreach ($pixels as $pixel) { 22 /** @var $pixel \ImagickPixel */ 23 /* Paint every second pixel black*/ 24 $pixel->setColor("rgba(0, 0, 0, 0)");
|
H A D | 003_cast_color_opacity.phpt | 2 Casting color and opacity to pixel 20 $pixel = new ImagickPixel("red"); 22 $im->newImage(100, 100, $pixel); 23 $im->tintImage($pixel, $strengthPixel);
|
H A D | 229_Tutorial_fxAnalyzeImage_case1.phpt | 13 // Analyzes a one pixel wide image to make it easy to see what the 26 foreach ($imageIterator as $pixels) { /* Loop trough pixel rows */ 27 foreach ($pixels as $pixel) { /* Loop through the pixels in the row (columns) */ 28 /** @var $pixel \ImagickPixel */ 29 $color = $pixel->getColor();
|
H A D | 025-get-color.phpt | 22 // Behaviour of 50% pixel was changed in 124 $pixel = new ImagickPixel($colorString); 129 $color = $pixel->getColor(); 134 $color = $pixel->getColor(true); 139 $color = $pixel->getColor(2); 144 $color = $pixel->getColorQuantum();
|
H A D | 014-setresourcelimit.phpt | 24 …nt of disk space in bytes permitted for use by the pixel cache. When this limit is exceeded, the p… 28 …//Set maximum number of open pixel cache files. When this limit is exceeded, any subsequent pixels… 31 …// Set maximum amount of memory map in bytes to allocate for the pixel cache. When this limit is e… 34 …// Set maximum amount of memory in bytes to allocate for the pixel cache from the heap. When this …
|
H A D | 052_Imagick_distortImage_Arc.phpt | 16 // -virtual-pixel Background +distort Arc '270 50 20' \
|
H A D | 010_importimagepixels.phpt | 25 by three. Three comes from 'RGB', three values per pixel */
|
H A D | bug_73840.phpt | 7 …f scope and being freed, but the row object still has a reference to that pixel iterator, interna…
|
H A D | 256_Imagick_exportImagePixels_basic.phpt | 44 …echo "pixel type $pixelType has incorrect values. They should be 0/255, 1/255, 2/255... 255/255 or…
|
H A D | 020-pixeliterator.phpt | 39 foreach ($pixelRow as $pixel) {
|
/imagick/docker/fedora/ |
H A D | 003_cast_color_opacity.php | 15 $pixel = new ImagickPixel("red"); variable 17 $im->newImage(100, 100, $pixel); 18 $im->tintImage($pixel, $strengthPixel);
|
/imagick/ |
H A D | ImagickPixel.stub.php | 79 public function setColorFromPixel(ImagickPixel $pixel): bool {} argument
|
H A D | ImagickPixel_arginfo.h | 293 ZEND_ARG_OBJ_INFO(0, pixel, ImagickPixel, 0)
|