tinyimg 1.0.0
Lightweight image manipulation library for Cloudflare Workers
Loading...
Searching...
No Matches
TinyPlanOp::[union].__unnamed0__ Union Reference

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

Detailed Description

The operands, read according to kind.

Member Data Documentation

◆ blur

struct TinyPlanOp::[struct].__unnamed0__.blur TinyPlanOp::blur

Operands of TINYIMG_OP_BLUR.

◆ crop

struct TinyPlanOp::[struct].__unnamed0__.crop TinyPlanOp::crop

Operands of TINYIMG_OP_CROP.

◆ curve

struct TinyPlanOp::[struct].__unnamed0__.curve TinyPlanOp::curve

Operands of TINYIMG_OP_CURVE.

◆ effect

struct TinyPlanOp::[struct].__unnamed0__.effect TinyPlanOp::effect

Operands of TINYIMG_OP_EFFECT.

◆ fit

struct TinyPlanOp::[struct].__unnamed0__.fit TinyPlanOp::fit

Operands of TINYIMG_OP_FIT.

◆ matrix

struct TinyPlanOp::[struct].__unnamed0__.matrix TinyPlanOp::matrix

Operands of TINYIMG_OP_MATRIX.

◆ resize

struct TinyPlanOp::[struct].__unnamed0__.resize TinyPlanOp::resize

Operands of TINYIMG_OP_RESIZE.

◆ rotate

struct TinyPlanOp::[struct].__unnamed0__.rotate TinyPlanOp::rotate

Operands of TINYIMG_OP_ROTATE.

◆ scalar

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.


The documentation for this union was generated from the following files: