|
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 | BOOL unsigned char |
| #define | TRUE (BOOL) 1 |
| #define | FALSE (BOOL) 0 |
| #define | STDIN 0 |
| #define | STDOUT 1 |
| #define | STDERR 2 |
| #define | PNG_DEBUG 0 |
| #define | png_jmpbuf(png_ptr) ((png_ptr)->jmpbuf) |
Functions | |
| int | main (int argc, char *argv[]) |
| void | usage () |
| BOOL | pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace, BOOL alpha) |
| void | get_token (FILE *pnm_file, char *token) |
| png_uint_32 | get_data (FILE *pnm_file, int depth) |
| png_uint_32 | get_value (FILE *pnm_file, int depth) |
| png_uint_32 get_data | ( | FILE * | pnm_file, |
| int | depth | ||
| ) |
| void get_token | ( | FILE * | pnm_file, |
| char * | token | ||
| ) |
| png_uint_32 get_value | ( | FILE * | pnm_file, |
| int | depth | ||
| ) |
Definition at line 590 of file pnm2png.c.
References get_token(), and i.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:57.
© Copyright Michele Bosi. All rights reserved.