tinyimg 1.0.0
Lightweight image manipulation library for Cloudflare Workers
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CTinyArenaMarkA saved arena position
 CTinyBitReaderReads a bitstream out of a byte buffer
 CTinyBitWriterWrites a bitstream into a TinyWriter
 CTinyCodecOne container format's implementation
 CTinyColorStageOne collapsed color operation
 CTinyDecodeOptsOptions a decoder honors when only part of an image is wanted
 CTinyDetectOptsHow hard to look
 CTinyDisplayListA list of shapes that rasterizes once
 CTinyEncodeOptsOptions an encoder honors
 CTinyFaceBoxOne detection, in the coordinates of the image that was searched
 CTinyFontA loaded face
 CTinyFontMetricsWhat a face says about itself, in pixels at a size
 CTinyHeapStatsA snapshot of heap occupancy
 CTinyHuffmanA canonical Huffman decode table
 CTinyIccProfileA parsed matrix and TRC profile
 CTinyImageRepresents an image with its width, height, and pixel data
 CTinyImageInfoWhat a format's header says about an image, before any pixel is decoded
 CTinyInflateA DEFLATE stream being read
 CTinyLzwReaderA code stream being read, in either bit order and framing
 CTinyLzwTableThe dictionary a stream builds as it is read
 CTinyPlanA sequence of operations over one source, and the source itself
 CTinyPlanOpOne 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
 CTinyPlanResolutionWhat the planner decided, before any pixel is touched
 CTinyShape
 CTinyTextMetricsWhat a run of text occupies
 CTinyTextStyleHow a run of text is set
 CTinyWriterA grow on demand byte sink