Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Macros | Functions
wpng.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <setjmp.h>
#include <time.h>
#include <unistd.h>
#include "writepng.h"

Go to the source code of this file.

Macros

#define PROGNAME   "wpng"
 
#define VERSION   "2.00 of 2 June 2007"
 
#define APPNAME   "Simple PGM/PPM/PAM to PNG Converter"
 
#define FGETS   fgets
 

Functions

int main (int argc, char **argv)
 

Macro Definition Documentation

◆ APPNAME

#define APPNAME   "Simple PGM/PPM/PAM to PNG Converter"

Definition at line 92 of file wpng.c.

◆ FGETS

#define FGETS   fgets

Definition at line 126 of file wpng.c.

◆ PROGNAME

#define PROGNAME   "wpng"

Definition at line 90 of file wpng.c.

◆ VERSION

#define VERSION   "2.00 of 2 June 2007"

Definition at line 91 of file wpng.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 154 of file wpng.c.