tinyimg 1.0.0
Lightweight image manipulation library for Cloudflare Workers
Loading...
Searching...
No Matches
webp.h
Go to the documentation of this file.
1
11#pragma once
12
13#include "tinyimg/codec/codec.h"
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
48extern const TinyCodec tiny_codec_webp;
49
66void tiny_webp_plane_codes(uint8_t* out);
67
68#ifdef __cplusplus
69}
70#endif
The contract every container codec implements, and the registry that finds one.
One container format's implementation.
Definition codec.h:90
const TinyCodec tiny_codec_webp
The WebP codec.
void tiny_webp_plane_codes(uint8_t *out)
Fills in the table that maps a short distance code to a nearby pixel.