36 #include "config_auto.h" 39 #include "allheaders.h" 47 PIX * pixReadJp2k(
const char *filename, l_uint32 reduction,
BOX *box,
48 l_int32 hint, l_int32 debug)
50 return (
PIX * )ERROR_PTR(
"function not present",
"pixReadJp2k", NULL);
55 PIX * pixReadStreamJp2k(FILE *fp, l_uint32 reduction,
BOX *box,
56 l_int32 hint, l_int32 debug)
58 return (
PIX * )ERROR_PTR(
"function not present",
"pixReadStreamJp2k", NULL);
63 l_ok pixWriteJp2k(
const char *filename,
PIX *
pix, l_int32 quality,
64 l_int32 nlevels, l_int32 hint, l_int32 debug)
66 return ERROR_INT(
"function not present",
"pixWriteJp2k", 1);
71 l_ok pixWriteStreamJp2k(FILE *fp,
PIX *
pix, l_int32 quality,
72 l_int32 nlevels, l_int32 hint, l_int32 debug)
74 return ERROR_INT(
"function not present",
"pixWriteStreamJp2k", 1);
79 PIX * pixReadMemJp2k(
const l_uint8 *data,
size_t size, l_uint32 reduction,
80 BOX *box, l_int32 hint, l_int32 debug)
82 return (
PIX * )ERROR_PTR(
"function not present",
"pixReadMemJp2k", NULL);
87 l_ok pixWriteMemJp2k(l_uint8 **pdata,
size_t *psize,
PIX *
pix,
88 l_int32 quality, l_int32 nlevels, l_int32 hint,
91 return ERROR_INT(
"function not present",
"pixWriteMemJp2k", 1);