#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[]) |
| |
◆ decodeIZ()
| static void decodeIZ |
( |
const char * |
infilename, |
|
|
const char * |
outfilename |
|
) |
| |
|
static |
◆ encodeIZ()
| static void encodeIZ |
( |
const char * |
infilename, |
|
|
const char * |
outfilename |
|
) |
| |
|
static |
◆ main()
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |