![]() |
tinyimg 1.0.0
Lightweight image manipulation library for Cloudflare Workers
|
| CTinyArenaMark | A saved arena position |
| CTinyBitReader | Reads a bitstream out of a byte buffer |
| CTinyBitWriter | Writes a bitstream into a TinyWriter |
| CTinyCodec | One container format's implementation |
| CTinyColorStage | One collapsed color operation |
| CTinyDecodeOpts | Options a decoder honors when only part of an image is wanted |
| CTinyDetectOpts | How hard to look |
| CTinyDisplayList | A list of shapes that rasterizes once |
| CTinyEncodeOpts | Options an encoder honors |
| CTinyFaceBox | One detection, in the coordinates of the image that was searched |
| CTinyFont | A loaded face |
| CTinyFontMetrics | What a face says about itself, in pixels at a size |
| CTinyHeapStats | A snapshot of heap occupancy |
| CTinyHuffman | A canonical Huffman decode table |
| CTinyIccProfile | A parsed matrix and TRC profile |
| CTinyImage | Represents an image with its width, height, and pixel data |
| CTinyImageInfo | What a format's header says about an image, before any pixel is decoded |
| CTinyInflate | A DEFLATE stream being read |
| CTinyLzwReader | A code stream being read, in either bit order and framing |
| CTinyLzwTable | The dictionary a stream builds as it is read |
| CTinyPlan | A sequence of operations over one source, and the source itself |
| CTinyPlanOp | One operation and its operands |
| C[union].__unnamed0__ | |
| C[struct].__unnamed0__.crop | |
| C[struct].__unnamed0__.resize | |
| C[struct].__unnamed0__.fit | |
| C[struct].__unnamed0__.rotate | |
| C[struct].__unnamed0__.blur | |
| C[struct].__unnamed0__.matrix | |
| C[struct].__unnamed0__.curve | |
| C[struct].__unnamed0__.effect | |
| C[struct].__unnamed0__.scalar | |
| CTinyPlanResolution | What the planner decided, before any pixel is touched |
| CTinyShape | |
| CTinyTextMetrics | What a run of text occupies |
| CTinyTextStyle | How a run of text is set |
| CTinyWriter | A grow on demand byte sink |