Home
last modified time | relevance | path

Searched refs:pixel (Results 1 – 20 of 20) sorted by relevance

/imagick/tests/
H A D250_ImagickPixelIterator_resetIterator_basic.phpt19 /* 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 D083_Imagick_getPixelIterator_basic.phpt18 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 D084_Imagick_getPixelRegionIterator_basic.phpt18 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 D248_ImagickPixelIterator_clear_basic.phpt18 /* 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 D252_ImagickPixelIterator_construct_basic.phpt17 /* 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 D247_ImagickPixelIterator_construct_basic.phpt17 /* 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 D249_ImagickPixelIterator_getNextIteratorRow_basic.phpt21 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 D251_ImagickPixelIterator_setIteratorRow_basic.phpt21 foreach ($pixels as $pixel) {
22 /** @var $pixel \ImagickPixel */
23 /* Paint every second pixel black*/
24 $pixel->setColor("rgba(0, 0, 0, 0)");
H A D003_cast_color_opacity.phpt2 Casting color and opacity to pixel
20 $pixel = new ImagickPixel("red");
22 $im->newImage(100, 100, $pixel);
23 $im->tintImage($pixel, $strengthPixel);
H A D229_Tutorial_fxAnalyzeImage_case1.phpt13 // 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 D025-get-color.phpt22 // 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 D014-setresourcelimit.phpt24 …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 D052_Imagick_distortImage_Arc.phpt16 // -virtual-pixel Background +distort Arc '270 50 20' \
H A D010_importimagepixels.phpt25 by three. Three comes from 'RGB', three values per pixel */
H A Dbug_73840.phpt7 …f scope and being freed, but the row object still has a reference to that pixel iterator, interna…
H A D256_Imagick_exportImagePixels_basic.phpt44 …echo "pixel type $pixelType has incorrect values. They should be 0/255, 1/255, 2/255... 255/255 or…
H A D020-pixeliterator.phpt39 foreach ($pixelRow as $pixel) {
/imagick/docker/fedora/
H A D003_cast_color_opacity.php15 $pixel = new ImagickPixel("red"); variable
17 $im->newImage(100, 100, $pixel);
18 $im->tintImage($pixel, $strengthPixel);
/imagick/
H A DImagickPixel.stub.php79 public function setColorFromPixel(ImagickPixel $pixel): bool {} argument
H A DImagickPixel_arginfo.h293 ZEND_ARG_OBJ_INFO(0, pixel, ImagickPixel, 0)

Completed in 30 milliseconds