sandboxed-api/oss-internship-2020/openjpeg/examples/convert_helper.h
Katarzyna Miernikiewicz 9f120598c1 added requested changes
2020-08-26 12:17:18 +00:00

9 lines
319 B
C

// imagetopnm and the two functions it calls internaly are copied from the
// library's tools; from openjpeg/src/bin/jp2/convert.c
#include "openjp2_sapi.sapi.h"
const char* opj_version(void);
static int are_comps_similar(opj_image_t* image);
int imagetopnm(opj_image_t* image, const char* outfile, int force_split);