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.
Functions | |
void | readpng_version_info () |
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 | |
ulg | width |
ulg | height |
int | bit_depth |
int | color_type |
int | channels |
uch * | image_data = NULL |
FILE * | saved_infile |
Definition at line 173 of file readppm.c.
References free(), image_data, and NULL.
Definition at line 133 of file readppm.c.
References png_jmpbuf.
Definition at line 81 of file readppm.c.
References bit_depth, channels, color_type, height, infile, png_sig_cmp(), saved_infile, and width.
Definition at line 73 of file readppm.c.
References png_libpng_ver, PNG_LIBPNG_VER_STRING, ZLIB_VERSION, and zlib_version.
int bit_depth |
Definition at line 68 of file readppm.c.
Referenced by readpng_init().
int channels |
Definition at line 68 of file readppm.c.
Referenced by png_do_unshift(), and readpng_init().
int color_type |
Definition at line 68 of file readppm.c.
Referenced by readpng_init().
Definition at line 67 of file readppm.c.
Referenced by readpng_init().
Definition at line 69 of file readppm.c.
Referenced by readpng_cleanup().
FILE* saved_infile |
Definition at line 70 of file readppm.c.
Referenced by readpng_init().
Definition at line 67 of file readppm.c.
Referenced by readpng_init().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:57.
© Copyright Michele Bosi. All rights reserved.