|
NCEPLIBS-g2
3.4.5
|
This program writes PNG stream to memory. More...
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <png.h>Go to the source code of this file.
Typedefs | |
| typedef long | g2int |
| Long integer type. More... | |
| typedef struct png_stream | png_stream |
| location to write PNG stream. More... | |
Functions | |
| int | SUB_NAME (char *data, g2int *width, g2int *height, g2int *nbits, char *pngbuf) |
| create png_structs to write png stream into memory. More... | |
| void | user_flush_data (png_structp png_ptr) |
| Dummy Custom flush function. More... | |
| void | user_write_data (png_structp png_ptr, png_bytep data, png_uint_32 length) |
| Custom write function used to that libpng will write to memory location instead of a file on disk. More... | |
This program writes PNG stream to memory.
Definition in file enc_png.c.
| typedef struct png_stream png_stream |
| void user_flush_data | ( | png_structp | png_ptr | ) |