LibGd 2.4.0-dev
GD Graphics library
Loading...
Searching...
No Matches
gd_color.h
1#ifndef GD_COLOR_H
2#define GD_COLOR_H 1
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8int gdColorMatch(gdImagePtr im, int col1, int col2, float threshold);
9
10#ifdef __cplusplus
11}
12#endif
13
14#endif
Write an image as JPEG data to a gdIOCtx.