36 #include <config_auto.h> 39 #include "allheaders.h" 47 return ERROR_INT(
"function not present",
"pixWritePSEmbed", 1);
55 return ERROR_INT(
"function not present",
"pixWriteStreamPS", 1);
62 return (
char *)ERROR_PTR(
"function not present",
"pixWriteStringPS", 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",
73 "generateUncompressedPS", NULL);
80 return ERROR_INT(
"function not present",
"convertJpegToPSEmbed", 1);
86 const char *operation, l_int32 x, l_int32 y,
87 l_int32 res, l_float32 scale, l_int32 pageno,
90 return ERROR_INT(
"function not present",
"convertJpegToPS", 1);
97 return ERROR_INT(
"function not present",
"convertG4ToPSEmbed", 1);
103 const char *operation, l_int32 x, l_int32 y,
104 l_int32 res, l_float32 scale, l_int32 pageno,
105 l_int32 maskflag, l_int32 endpage)
107 return ERROR_INT(
"function not present",
"convertG4ToPS", 1);
115 return ERROR_INT(
"function not present",
"convertTiffMultipageToPS", 1);
122 return ERROR_INT(
"function not present",
"convertFlateToPSEmbed", 1);
128 const char *operation, l_int32 x, l_int32 y,
129 l_int32 res, l_float32 scale, l_int32 pageno,
132 return ERROR_INT(
"function not present",
"convertFlateToPS", 1);
138 l_int32 res, l_float32 scale)
140 return ERROR_INT(
"function not present",
"pixWriteMemPS", 1);
147 return ERROR_INT(
"function not present",
"getResLetterPage", 1);
152 void l_psWriteBoundingBox(l_int32 flag)
154 L_ERROR(
"function not present\n",
"l_psWriteBoundingBox");
l_ok pixWriteMemPS(l_uint8 **pdata, size_t *psize, PIX *pix, BOX *box, l_int32 res, l_float32 scale)
pixWriteMemPS()
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 convertJpegToPSEmbed(const char *filein, const char *fileout)
convertJpegToPSEmbed()
l_ok convertFlateToPSEmbed(const char *filein, const char *fileout)
convertFlateToPSEmbed()
l_ok pixWritePSEmbed(const char *filein, const char *fileout)
pixWritePSEmbed()
char * pixWriteStringPS(PIX *pixs, BOX *box, l_int32 res, l_float32 scale)
pixWriteStringPS()
l_ok convertG4ToPSEmbed(const char *filein, const char *fileout)
convertG4ToPSEmbed()
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_int32 getResLetterPage(l_int32 w, l_int32 h, l_float32 fillfract)
getResLetterPage()
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_ok pixWriteStreamPS(FILE *fp, PIX *pix, BOX *box, l_int32 res, l_float32 scale)
pixWriteStreamPS()
l_ok convertTiffMultipageToPS(const char *filein, const char *fileout, l_float32 fillfract)
convertTiffMultipageToPS()
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()