|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <stdio.h>#include <math.h>#include <string.h>#include <stdlib.h>#include "gd.h"#include "gdhelpers.h"#include "gd_errors.h"#include "php.h"Go to the source code of this file.
Macros | |
| #define | MAX_XBM_LINE_SIZE 255 |
Functions | |
| gdImagePtr | gdImageCreateFromXbm (FILE *fd) |
| void | gdCtxPrintf (gdIOCtx *out, const char *format,...) |
| void | gdImageXbmCtx (gdImagePtr image, char *file_name, int fg, gdIOCtx *out) |
| gdImagePtr gdImageCreateFromXbm | ( | FILE * | fd | ) |
| void gdImageXbmCtx | ( | gdImagePtr | image, |
| char * | file_name, | ||
| int | fg, | ||
| gdIOCtx * | out ) |