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 | png_jmpbuf(png_ptr) ((png_ptr)->jmpbuf) |
Functions | |
void | readpng_version_info (void) |
int | readpng_init (FILE *infile, ulg *pWidth, ulg *pHeight) |
int | readpng_get_bgcolor (uch *red, uch *green, uch *blue) |
uch * | readpng_get_image (double display_exponent, int *pChannels, ulg *pRowbytes) |
void | readpng_cleanup (int free_image_data) |
Variables | |
png_uint_32 | width |
png_uint_32 | height |
int | bit_depth |
int | color_type |
uch * | image_data = NULL |
#define png_jmpbuf | ( | png_ptr | ) | ((png_ptr)->jmpbuf) |
Definition at line 64 of file readpng.c.
Referenced by readpng_get_bgcolor().
png_infop png_uint_32 png_uint_32 int bit_depth |
Definition at line 72 of file readpng.c.
Referenced by vl::savePNG(), and tt_face_load_strike_metrics().
png_infop png_uint_32 png_uint_32 int int color_type |
Definition at line 73 of file readpng.c.
Referenced by expand_bottom_edge(), and readpng_cleanup().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:57.
© Copyright Michele Bosi. All rights reserved.