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 codec,
73 l_int32 hint, l_int32 debug)
75 return ERROR_INT(
"function not present",
"pixWriteStreamJp2k", 1);
80 PIX * pixReadMemJp2k(
const l_uint8 *data,
size_t size, l_uint32 reduction,
81 BOX *box, l_int32 hint, l_int32 debug)
83 return (
PIX * )ERROR_PTR(
"function not present",
"pixReadMemJp2k", NULL);
88 l_ok pixWriteMemJp2k(l_uint8 **pdata,
size_t *psize,
PIX *pix,
89 l_int32 quality, l_int32 nlevels, l_int32 hint,
92 return ERROR_INT(
"function not present",
"pixWriteMemJp2k", 1);