|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <stdio.h>#include <stdlib.h>#include <limits.h>#include "gd.h"#include "gdfonts.h"#include "gd_errors.h"#include "wbmp.h"Go to the source code of this file.
Functions | |
| void | gd_putout (int i, void *out) |
| int | gd_getin (void *in) |
| void | gdImageWBMPCtx (gdImagePtr image, int fg, gdIOCtx *out) |
| gdImagePtr | gdImageCreateFromWBMPCtx (gdIOCtx *infile) |
| gdImagePtr | gdImageCreateFromWBMP (FILE *inFile) |
| gdImagePtr | gdImageCreateFromWBMPPtr (int size, void *data) |
| void | gdImageWBMP (gdImagePtr im, int fg, FILE *outFile) |
| void * | gdImageWBMPPtr (gdImagePtr im, int *size, int fg) |
| gdImagePtr gdImageCreateFromWBMP | ( | FILE * | inFile | ) |
| gdImagePtr gdImageCreateFromWBMPCtx | ( | gdIOCtx * | infile | ) |
| gdImagePtr gdImageCreateFromWBMPPtr | ( | int | size, |
| void * | data ) |
| void gdImageWBMP | ( | gdImagePtr | im, |
| int | fg, | ||
| FILE * | outFile ) |
| void gdImageWBMPCtx | ( | gdImagePtr | image, |
| int | fg, | ||
| gdIOCtx * | out ) |
| void * gdImageWBMPPtr | ( | gdImagePtr | im, |
| int * | size, | ||
| int | fg ) |