![]() |
Leptonica
1.73
Image processing and image analysis suite
|
#include "allheaders.h"Go to the source code of this file.
Functions | |
| PIX * | pixReadStreamWebP (FILE *fp) |
| PIX * | pixReadMemWebP (const l_uint8 *filedata, size_t filesize) |
| l_int32 | readHeaderWebP (const char *filename, l_int32 *pw, l_int32 *ph, l_int32 *pspp) |
| l_int32 | readHeaderMemWebP (const l_uint8 *data, size_t size, l_int32 *pw, l_int32 *ph, l_int32 *pspp) |
| l_int32 | pixWriteWebP (const char *filename, PIX *pixs, l_int32 quality, l_int32 lossless) |
| l_int32 | pixWriteStreamWebP (FILE *fp, PIX *pixs, l_int32 quality, l_int32 lossless) |
| l_int32 | pixWriteMemWebP (l_uint8 **pencdata, size_t *pencsize, PIX *pixs, l_int32 quality, l_int32 lossless) |
Stubs for webpio.c functions
Definition in file webpiostub.c.
1.8.14