image_pixels
image_pixels(img, [format])
Return RGBA from all pixels of an image
Syntaxe
image_pixel(img, 10, 20);
Arguments
| Name | Required | Default | Description |
|---|---|---|---|
img | yes | - | Image object |
format | - | - | Return format, HEX or RGBA, hex by default |
image_pixels(img, [format])
Return RGBA from all pixels of an image
image_pixel(img, 10, 20);
| Name | Required | Default | Description |
|---|---|---|---|
img | yes | - | Image object |
format | - | - | Return format, HEX or RGBA, hex by default |