|
Leptonica 1.54
|
#include "allheaders.h"Функции | |
| PIX * | pixReadStreamWebP (FILE *fp) |
| l_int32 | readHeaderWebP (const char *filename, l_int32 *pwidth, l_int32 *pheight) |
| l_int32 | pixWriteWebP (const char *filename, PIX *pixs, l_int32 quality) |
| l_int32 | pixWriteStreamWebP (FILE *fp, PIX *pixs, l_int32 quality) |
| l_int32 | pixWriteWebPwithTargetPSNR (const char *filename, PIX *pixs, l_float64 target_psnr, l_int32 *pquality) |
| PIX* pixReadStreamWebP | ( | FILE * | fp | ) |
| l_int32 pixWriteWebPwithTargetPSNR | ( | const char * | filename, |
| PIX * | pixs, | ||
| l_float64 | target_psnr, | ||
| l_int32 * | pquality | ||
| ) |