#include <stdio.h>
#include <inttypes.h>
#include <limits.h>
#include <unistd.h>
#include <fcntl.h>
#include <stdlib.h>
#include <time.h>
#include <memory.h>
#include <string.h>
#include "spandsp.h"
Functions |
|
int | main (int argc, char *argv[]) |
Variables |
|
struct { |
| const char * name |
| int x_res |
| int y_res |
| int width |
| int length |
| int compression |
| int type |
| } | sequence [] |
|
int | photo_metric = PHOTOMETRIC_MINISWHITE |
|
int | fill_order = FILLORDER_LSB2MSB |
Detailed Description