Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Go to the source code of this file.
Macros | |
#define | FALSE 0 |
#define | MAX(a, b) ((a) > (b)? (a) : (b)) |
#define | MIN(a, b) ((a) < (b)? (a) : (b)) |
#define | Trace(x) ; |
Typedefs | |
typedef unsigned char | uch |
typedef unsigned short | ush |
typedef unsigned long | ulg |
Functions | |
void | readpng_version_info (void) |
int | readpng_init (FILE *infile, ulg *pWidth, ulg *pHeight) |
int | readpng_get_bgcolor (uch *bg_red, uch *bg_green, uch *bg_blue) |
uch * | readpng_get_image (double display_exponent, int *pChannels, ulg *pRowbytes) |
void | readpng_cleanup (int free_image_data) |
Definition at line 296 of file readpng.c.
References free(), image_data, and NULL.
Definition at line 154 of file readpng.c.
References png_jmpbuf.
Definition at line 87 of file readpng.c.
References bit_depth, channels, color_type, height, infile, png_sig_cmp(), saved_infile, and width.
Definition at line 76 of file readpng.c.
References png_libpng_ver, PNG_LIBPNG_VER_STRING, ZLIB_VERSION, and zlib_version.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:57.
© Copyright Michele Bosi. All rights reserved.