tinyimg 1.0.0
Lightweight image manipulation library for Cloudflare Workers
Loading...
Searching...
No Matches
codec Directory Reference

Files

 
avif.h
 AVIF container reader; the coded image is not decoded.
 
bmp.h
 Windows bitmap codec.
 
codec.h
 The contract every container codec implements, and the registry that finds one.
 
deflate.h
 DEFLATE and zlib streams, shared by the PNG and TIFF codecs.
 
gif.h
 Graphics Interchange Format codec.
 
jpeg.h
 JPEG codec, baseline and progressive.
 
lzw.h
 The variable width LZW shared by the GIF and TIFF codecs.
 
png.h
 Portable Network Graphics codec.
 
tiff.h
 Tagged Image File Format codec, baseline.
 
webp.h
 WebP codec, both the lossless and the lossy bitstream.