tinyimg
1.0.0
Lightweight image manipulation library for Cloudflare Workers
Toggle main menu visibility
Loading...
Searching...
No Matches
include
tinyimg
codec
gif.h
Go to the documentation of this file.
1
11
#pragma once
12
13
#include "
tinyimg/codec/codec.h
"
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
47
extern
const
TinyCodec
tiny_codec_gif
;
48
49
#ifdef __cplusplus
50
}
51
#endif
codec.h
The contract every container codec implements, and the registry that finds one.
tiny_codec_gif
const TinyCodec tiny_codec_gif
The GIF codec.
TinyCodec
One container format's implementation.
Definition
codec.h:90
Generated by
1.18.0