36#include <config_auto.h>
39#include "allheaders.h"
45l_ok readHeaderJp2k(
const char *filename, l_int32 *pw, l_int32 *ph,
46 l_int32 *pbps, l_int32 *pspp, l_int32 *pcodec)
48 return ERROR_INT(
"function not present", __func__, 1);
53l_ok freadHeaderJp2k(FILE *fp, l_int32 *pw, l_int32 *ph,
54 l_int32 *pbps, l_int32 *pspp, l_int32 *pcodec)
56 return ERROR_INT(
"function not present", __func__, 1);
61l_ok readHeaderMemJp2k(
const l_uint8 *cdata,
size_t size, l_int32 *pw,
62 l_int32 *ph, l_int32 *pbps, l_int32 *pspp,
65 return ERROR_INT(
"function not present", __func__, 1);
70l_int32 fgetJp2kResolution(FILE *fp, l_int32 *pxres, l_int32 *pyres)
72 return ERROR_INT(
"function not present", __func__, 1);
77l_ok readResolutionMemJp2k(
const l_uint8 *data,
size_t nbytes,
78 l_int32 *pxres, l_int32 *pyres)
80 return ERROR_INT(
"function not present", __func__, 1);