![]() |
tinyimg 1.0.0
Lightweight image manipulation library for Cloudflare Workers
|
Classes | |
| struct | [struct].__unnamed0__.crop |
| struct | [struct].__unnamed0__.resize |
| struct | [struct].__unnamed0__.fit |
| struct | [struct].__unnamed0__.rotate |
| struct | [struct].__unnamed0__.blur |
| struct | [struct].__unnamed0__.matrix |
| struct | [struct].__unnamed0__.curve |
| struct | [struct].__unnamed0__.effect |
| struct | [struct].__unnamed0__.scalar |
Public Attributes | |
| struct | crop |
| struct | resize |
| struct | fit |
| struct | rotate |
| struct | blur |
| struct | matrix |
| struct | curve |
| struct | effect |
| struct | scalar |
The operands, read according to kind.
| struct TinyPlanOp::[struct].__unnamed0__.blur TinyPlanOp::blur |
Operands of TINYIMG_OP_BLUR.
| struct TinyPlanOp::[struct].__unnamed0__.crop TinyPlanOp::crop |
Operands of TINYIMG_OP_CROP.
| struct TinyPlanOp::[struct].__unnamed0__.curve TinyPlanOp::curve |
Operands of TINYIMG_OP_CURVE.
| struct TinyPlanOp::[struct].__unnamed0__.effect TinyPlanOp::effect |
Operands of TINYIMG_OP_EFFECT.
| struct TinyPlanOp::[struct].__unnamed0__.fit TinyPlanOp::fit |
Operands of TINYIMG_OP_FIT.
| struct TinyPlanOp::[struct].__unnamed0__.matrix TinyPlanOp::matrix |
Operands of TINYIMG_OP_MATRIX.
| struct TinyPlanOp::[struct].__unnamed0__.resize TinyPlanOp::resize |
Operands of TINYIMG_OP_RESIZE.
| struct TinyPlanOp::[struct].__unnamed0__.rotate TinyPlanOp::rotate |
Operands of TINYIMG_OP_ROTATE.
| struct TinyPlanOp::[struct].__unnamed0__.scalar TinyPlanOp::scalar |
Operands of the operations that take one number: TINYIMG_OP_BRIGHTNESS, TINYIMG_OP_CONTRAST, TINYIMG_OP_SATURATION, TINYIMG_OP_HUE and TINYIMG_OP_GAMMA. TINYIMG_OP_GRAYSCALE and TINYIMG_OP_INVERT take nothing and leave it at zero.