sandboxed-api/oss-internship-2020/openjpeg/examples/convert_helper.h

9 lines
319 B
C
Raw Normal View History

// imagetopnm and the two functions it calls internaly are copied from the
// library's tools; from openjpeg/src/bin/jp2/convert.c
2020-08-12 19:24:30 +08:00
#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);