#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <imagezero/libiz.h>
#include <imagezero/portableimage.h>
#include <imagezero/file.h>
Go to the source code of this file.
|
static void | decodeIZ (const char *infilename, const char *outfilename) |
|
static void | encodeIZ (const char *infilename, const char *outfilename) |
|
int | main (int argc, char *argv[]) |
|
static void decodeIZ |
( |
const char * |
infilename, |
|
|
const char * |
outfilename |
|
) |
| |
|
static |
static void encodeIZ |
( |
const char * |
infilename, |
|
|
const char * |
outfilename |
|
) |
| |
|
static |
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |