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