php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <stdio.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include "wbmp.h"
#include "gd.h"
#include "gdhelpers.h"
Go to the source code of this file.
Functions | |
int | getmbi (int(*getin)(void *in), void *in) |
void | putmbi (int i, void(*putout)(int c, void *out), void *out) |
int | skipheader (int(*getin)(void *in), void *in) |
Wbmp * | createwbmp (int width, int height, int color) |
int | readwbmp (int(*getin)(void *in), void *in, Wbmp **return_wbmp) |
int | writewbmp (Wbmp *wbmp, void(*putout)(int c, void *out), void *out) |
void | freewbmp (Wbmp *wbmp) |
void | printwbmp (Wbmp *wbmp) |