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 "bmp.h"
Go to the source code of this file.
Macros | |
#define | BMP_DEBUG(s) |
Functions | |
void * | gdImageBmpPtr (gdImagePtr im, int *size, int compression) |
void | gdImageBmp (gdImagePtr im, FILE *outFile, int compression) |
void | gdImageBmpCtx (gdImagePtr im, gdIOCtxPtr out, int compression) |
gdImagePtr | gdImageCreateFromBmp (FILE *inFile) |
gdImagePtr | gdImageCreateFromBmpPtr (int size, void *data) |
gdImagePtr | gdImageCreateFromBmpCtx (gdIOCtxPtr infile) |
void gdImageBmp | ( | gdImagePtr | im, |
FILE * | outFile, | ||
int | compression ) |
void gdImageBmpCtx | ( | gdImagePtr | im, |
gdIOCtxPtr | out, | ||
int | compression ) |
void * gdImageBmpPtr | ( | gdImagePtr | im, |
int * | size, | ||
int | compression ) |
gdImagePtr gdImageCreateFromBmp | ( | FILE * | inFile | ) |
gdImagePtr gdImageCreateFromBmpCtx | ( | gdIOCtxPtr | infile | ) |
gdImagePtr gdImageCreateFromBmpPtr | ( | int | size, |
void * | data ) |