36#include <config_auto.h>
39#include "allheaders.h"
45PIX * pixReadStreamBmp(FILE *fp)
47 return (
PIX * )ERROR_PTR(
"function not present", __func__, NULL);
52l_ok pixWriteStreamBmp(FILE *fp,
PIX *pix)
54 return ERROR_INT(
"function not present", __func__, 1);
59PIX * pixReadMemBmp(
const l_uint8 *cdata,
size_t size)
61 return (
PIX *)ERROR_PTR(
"function not present", __func__, NULL);
66l_ok pixWriteMemBmp(l_uint8 **pdata,
size_t *psize,
PIX *pix)
68 return ERROR_INT(
"function not present", __func__, 1);