36 #include <config_auto.h>
39 #include "allheaders.h"
47 return ERROR_INT(
"function not present", __func__, 1);
55 return ERROR_INT(
"function not present", __func__, 1);
62 return (
char *)ERROR_PTR(
"function not present", __func__, NULL);
68 l_int32 psbpl, l_int32 bps, l_float32 xpt,
69 l_float32 ypt, l_float32 wpt, l_float32 hpt,
72 return (
char *)ERROR_PTR(
"function not present", __func__, NULL);
79 return ERROR_INT(
"function not present", __func__, 1);
85 const char *operation, l_int32 x, l_int32 y,
86 l_int32 res, l_float32 scale, l_int32 pageno,
89 return ERROR_INT(
"function not present", __func__, 1);
96 return ERROR_INT(
"function not present", __func__, 1);
102 const char *operation, l_int32 x, l_int32 y,
103 l_int32 res, l_float32 scale, l_int32 pageno,
104 l_int32 maskflag, l_int32 endpage)
106 return ERROR_INT(
"function not present", __func__, 1);
114 return ERROR_INT(
"function not present", __func__, 1);
121 return ERROR_INT(
"function not present", __func__, 1);
127 const char *operation, l_int32 x, l_int32 y,
128 l_int32 res, l_float32 scale, l_int32 pageno,
131 return ERROR_INT(
"function not present", __func__, 1);
137 l_int32 res, l_float32 scale)
139 return ERROR_INT(
"function not present", __func__, 1);
146 return ERROR_INT(
"function not present", __func__, 1);
151 void l_psWriteBoundingBox(l_int32 flag)
153 L_ERROR(
"function not present\n", __func__);
char * pixWriteStringPS(PIX *pixs, BOX *box, l_int32 res, l_float32 scale)
pixWriteStringPS()
char * generateUncompressedPS(char *hexdata, l_int32 w, l_int32 h, l_int32 d, l_int32 psbpl, l_int32 bps, l_float32 xpt, l_float32 ypt, l_float32 wpt, l_float32 hpt, l_int32 boxflag)
generateUncompressedPS()
l_ok convertFlateToPS(const char *filein, const char *fileout, const char *operation, l_int32 x, l_int32 y, l_int32 res, l_float32 scale, l_int32 pageno, l_int32 endpage)
convertFlateToPS()
l_ok pixWriteStreamPS(FILE *fp, PIX *pix, BOX *box, l_int32 res, l_float32 scale)
pixWriteStreamPS()
l_ok convertJpegToPS(const char *filein, const char *fileout, const char *operation, l_int32 x, l_int32 y, l_int32 res, l_float32 scale, l_int32 pageno, l_int32 endpage)
convertJpegToPS()
l_ok pixWritePSEmbed(const char *filein, const char *fileout)
pixWritePSEmbed()
l_ok convertTiffMultipageToPS(const char *filein, const char *fileout, l_float32 fillfract)
convertTiffMultipageToPS()
l_ok convertFlateToPSEmbed(const char *filein, const char *fileout)
convertFlateToPSEmbed()
l_ok convertG4ToPSEmbed(const char *filein, const char *fileout)
convertG4ToPSEmbed()
l_ok pixWriteMemPS(l_uint8 **pdata, size_t *psize, PIX *pix, BOX *box, l_int32 res, l_float32 scale)
pixWriteMemPS()
l_ok convertJpegToPSEmbed(const char *filein, const char *fileout)
convertJpegToPSEmbed()
l_ok convertG4ToPS(const char *filein, const char *fileout, const char *operation, l_int32 x, l_int32 y, l_int32 res, l_float32 scale, l_int32 pageno, l_int32 maskflag, l_int32 endpage)
convertG4ToPS()
l_int32 getResLetterPage(l_int32 w, l_int32 h, l_float32 fillfract)
getResLetterPage()