|
NCEPLIBS-g2
3.4.5
|
This program reads PNG stream data from 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 (unsigned char *pngbuf, g2int *width, g2int *height, char *cout) |
| create png_structs to write png stream into memory. More... | |
| void | user_read_data (png_structp png_ptr, png_bytep data, png_uint_32 length) |
| Custom read function used so that libpng will read a PNG stream from memory instead of a file on disk. More... | |
This program reads PNG stream data from memory.
Definition in file dec_png.c.
| typedef struct png_stream png_stream |