36 #include <config_auto.h>
39 #include "allheaders.h"
45 l_ok convertFilesToPS(
const char *dirin,
const char *substr,
46 l_int32 res,
const char *fileout)
48 return ERROR_INT(
"function not present",
"convertFilesToPS", 1);
53 l_ok sarrayConvertFilesToPS(
SARRAY *sa, l_int32 res,
const char *fileout)
55 return ERROR_INT(
"function not present",
"sarrayConvertFilesToPS", 1);
60 l_ok convertFilesFittedToPS(
const char *dirin,
const char *substr,
61 l_float32 xpts, l_float32 ypts,
64 return ERROR_INT(
"function not present",
"convertFilesFittedToPS", 1);
69 l_ok sarrayConvertFilesFittedToPS(
SARRAY *sa, l_float32 xpts,
70 l_float32 ypts,
const char *fileout)
72 return ERROR_INT(
"function not present",
"sarrayConvertFilesFittedToPS", 1);
77 l_ok writeImageCompressedToPSFile(
const char *filein,
const char *fileout,
78 l_int32 res, l_int32 *pindex)
80 return ERROR_INT(
"function not present",
"writeImageCompressedToPSFile", 1);
85 l_ok convertSegmentedPagesToPS(
const char *pagedir,
const char *pagestr,
86 l_int32 page_numpre,
const char *maskdir,
87 const char *maskstr, l_int32 mask_numpre,
88 l_int32 numpost, l_int32 maxnum,
89 l_float32 textscale, l_float32 imagescale,
90 l_int32 threshold,
const char *fileout)
92 return ERROR_INT(
"function not present",
"convertSegmentedPagesToPS", 1);
97 l_ok pixWriteSegmentedPageToPS(
PIX *pixs,
PIX *pixm, l_float32 textscale,
98 l_float32 imagescale, l_int32 threshold,
99 l_int32 pageno,
const char *fileout)
101 return ERROR_INT(
"function not present",
"pixWriteSegmentedPagesToPS", 1);
106 l_ok pixWriteMixedToPS(
PIX *pixb,
PIX *pixc, l_float32 scale,
107 l_int32 pageno,
const char *fileout)
109 return ERROR_INT(
"function not present",
"pixWriteMixedToPS", 1);
114 l_ok convertToPSEmbed(
const char *filein,
const char *fileout, l_int32 level)
116 return ERROR_INT(
"function not present",
"convertToPSEmbed", 1);
121 l_ok pixaWriteCompressedToPS(
PIXA *pixa,
const char *fileout,
122 l_int32 res, l_int32 level)
124 return ERROR_INT(
"function not present",
"pixaWriteCompressedtoPS", 1);
129 l_ok pixWriteCompressedToPS(
PIX *pix,
const char *fileout, l_int32 res,
130 l_int32 level, l_int32 *pindex)
132 return ERROR_INT(
"function not present",
"pixWriteCompressedtoPS", 1);