35 #include "allheaders.h" 41 l_ok convertFilesToPS(
const char *dirin,
const char *substr,
42 l_int32 res,
const char *fileout)
44 return ERROR_INT(
"function not present",
"convertFilesToPS", 1);
49 l_ok sarrayConvertFilesToPS(
SARRAY *sa, l_int32 res,
const char *fileout)
51 return ERROR_INT(
"function not present",
"sarrayConvertFilesToPS", 1);
56 l_ok convertFilesFittedToPS(
const char *dirin,
const char *substr,
57 l_float32 xpts, l_float32 ypts,
60 return ERROR_INT(
"function not present",
"convertFilesFittedToPS", 1);
65 l_ok sarrayConvertFilesFittedToPS(
SARRAY *sa, l_float32 xpts,
66 l_float32 ypts,
const char *fileout)
68 return ERROR_INT(
"function not present",
"sarrayConvertFilesFittedToPS", 1);
73 l_ok writeImageCompressedToPSFile(
const char *filein,
const char *fileout,
74 l_int32 res, l_int32 *pfirstfile,
77 return ERROR_INT(
"function not present",
"writeImageCompressedToPSFile", 1);
82 l_ok convertSegmentedPagesToPS(
const char *pagedir,
const char *pagestr,
83 l_int32 page_numpre,
const char *maskdir,
84 const char *maskstr, l_int32 mask_numpre,
85 l_int32 numpost, l_int32 maxnum,
86 l_float32 textscale, l_float32 imagescale,
87 l_int32 threshold,
const char *fileout)
89 return ERROR_INT(
"function not present",
"convertSegmentedPagesToPS", 1);
94 l_ok pixWriteSegmentedPageToPS(
PIX *pixs,
PIX *pixm, l_float32 textscale,
95 l_float32 imagescale, l_int32 threshold,
96 l_int32 pageno,
const char *fileout)
98 return ERROR_INT(
"function not present",
"pixWriteSegmentedPagesToPS", 1);
103 l_ok pixWriteMixedToPS(
PIX *pixb,
PIX *pixc, l_float32 scale,
104 l_int32 pageno,
const char *fileout)
106 return ERROR_INT(
"function not present",
"pixWriteMixedToPS", 1);
111 l_ok convertToPSEmbed(
const char *filein,
const char *fileout, l_int32 level)
113 return ERROR_INT(
"function not present",
"convertToPSEmbed", 1);
118 l_ok pixaWriteCompressedToPS(
PIXA *pixa,
const char *fileout,
119 l_int32 res, l_int32 level)
121 return ERROR_INT(
"function not present",
"pixaWriteCompressedtoPS", 1);