#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <ctype.h>
#include <errno.h>
#include <math.h>
#include <limits.h>
#include <SDL/SDL.h>
#include <SDL/SDL_image.h>
#include "includes.hpp"
#include "pngout.hpp"
#include "rawio.hpp"
#include "sampler.hpp"
#include "dwt.hpp"
#include "tilecutter.hpp"
#include "cresidue.hpp"
Functions | |
void | cleanup (int status, const char *fmt,...) |
Frees all allocated memory. | |
int | main (int argc, char **argv) |
The main-function. |
void cleanup | ( | int | status, | |
const char * | fmt, | |||
... | ||||
) |
Frees all allocated memory.
status | Exit-code for program termination. | |
fmt | String to output before termination. |
int main | ( | int | argc, | |
char ** | argv | |||
) |
The main-function.
argc | Argument count. | |
argv | Argument strings. |