Leptonica
1.54
|
Функции | |
l_int32 | convertFilesToPS (const char *dirin, const char *substr, l_int32 res, const char *fileout) |
l_int32 | sarrayConvertFilesToPS (SARRAY *sa, l_int32 res, const char *fileout) |
l_int32 | convertFilesFittedToPS (const char *dirin, const char *substr, l_float32 xpts, l_float32 ypts, const char *fileout) |
l_int32 | sarrayConvertFilesFittedToPS (SARRAY *sa, l_float32 xpts, l_float32 ypts, const char *fileout) |
l_int32 | writeImageCompressedToPSFile (const char *filein, const char *fileout, l_int32 res, l_int32 *pfirstfile, l_int32 *pindex) |
l_int32 | convertSegmentedPagesToPS (const char *pagedir, const char *pagestr, const char *maskdir, const char *maskstr, l_int32 numpre, l_int32 numpost, l_int32 maxnum, l_float32 textscale, l_float32 imagescale, l_int32 threshold, const char *fileout) |
l_int32 | pixWriteSegmentedPageToPS (PIX *pixs, PIX *pixm, l_float32 textscale, l_float32 imagescale, l_int32 threshold, l_int32 pageno, const char *fileout) |
l_int32 | pixWriteMixedToPS (PIX *pixb, PIX *pixc, l_float32 scale, l_int32 pageno, const char *fileout) |
l_int32 | convertToPSEmbed (const char *filein, const char *fileout, l_int32 level) |
l_int32 | pixaWriteCompressedToPS (PIXA *pixa, const char *fileout, l_int32 res, l_int32 level) |
l_int32 convertFilesFittedToPS | ( | const char * | dirin, |
const char * | substr, | ||
l_float32 | xpts, | ||
l_float32 | ypts, | ||
const char * | fileout | ||
) |
l_int32 convertFilesToPS | ( | const char * | dirin, |
const char * | substr, | ||
l_int32 | res, | ||
const char * | fileout | ||
) |
l_int32 convertSegmentedPagesToPS | ( | const char * | pagedir, |
const char * | pagestr, | ||
const char * | maskdir, | ||
const char * | maskstr, | ||
l_int32 | numpre, | ||
l_int32 | numpost, | ||
l_int32 | maxnum, | ||
l_float32 | textscale, | ||
l_float32 | imagescale, | ||
l_int32 | threshold, | ||
const char * | fileout | ||
) |
l_int32 convertToPSEmbed | ( | const char * | filein, |
const char * | fileout, | ||
l_int32 | level | ||
) |
l_int32 pixaWriteCompressedToPS | ( | PIXA * | pixa, |
const char * | fileout, | ||
l_int32 | res, | ||
l_int32 | level | ||
) |
l_int32 pixWriteMixedToPS | ( | PIX * | pixb, |
PIX * | pixc, | ||
l_float32 | scale, | ||
l_int32 | pageno, | ||
const char * | fileout | ||
) |
l_int32 pixWriteSegmentedPageToPS | ( | PIX * | pixs, |
PIX * | pixm, | ||
l_float32 | textscale, | ||
l_float32 | imagescale, | ||
l_int32 | threshold, | ||
l_int32 | pageno, | ||
const char * | fileout | ||
) |
l_int32 sarrayConvertFilesFittedToPS | ( | SARRAY * | sa, |
l_float32 | xpts, | ||
l_float32 | ypts, | ||
const char * | fileout | ||
) |
l_int32 sarrayConvertFilesToPS | ( | SARRAY * | sa, |
l_int32 | res, | ||
const char * | fileout | ||
) |
l_int32 writeImageCompressedToPSFile | ( | const char * | filein, |
const char * | fileout, | ||
l_int32 | res, | ||
l_int32 * | pfirstfile, | ||
l_int32 * | pindex | ||
) |