#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>
#include <unistd.h>
#include <memory.h>
#include "spandsp.h"
|
#define | SPANDSP_EXPOSE_INTERNAL_STRUCTURES |
|
#define | IN_FILE_NAME "../test-data/itu/tiff-fx/l04x_02x.tif" |
|
#define | OUT_FILE_NAME "t43_tests_receive.tif" |
|
|
int | write_file (meta_t *meta, int page, const uint8_t buf[]) |
|
int | read_file (meta_t *meta, int page) |
|
int | read_compressed_image (meta_t *meta, uint8_t **buf) |
|
int | read_decompressed_image (meta_t *meta, uint8_t **buf) |
|
int | main (int argc, char *argv[]) |
|