![]() |
tinyimg 1.0.0
Lightweight image manipulation library for Cloudflare Workers
|
Public Attributes | |
| TinyEffectKind | kind |
| float | p [4] |
| uint32_t | x |
| uint32_t | y |
| uint32_t | width |
| uint32_t | height |
| uint32_t TinyPlanOp::[struct].__unnamed0__.effect height |
Height of that rectangle.
| TinyEffectKind TinyPlanOp::[struct].__unnamed0__.effect kind |
Which effect.
Its parameters, read according to kind.
| uint32_t TinyPlanOp::[struct].__unnamed0__.effect width |
Width of that rectangle; zero means the whole image.
| uint32_t TinyPlanOp::[struct].__unnamed0__.effect x |
The rectangle the region effects act inside.
| uint32_t TinyPlanOp::[struct].__unnamed0__.effect y |
Top edge of that rectangle.