#include "openjpeg.h"
#include <stdbool.h>
#define JP2_FILEHEADER_SIZE 14
static char JP2_HEAD[]= {0x0, 0x0, 0x0, 0x0C, 0x6A, 0x50, 0x20, 0x20, 0x0D, 0x0A, 0x87, 0x0A};