![]() |
Leptonica 1.85.0
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_ok | readHeaderWebP (const char *filename, l_int32 *pw, l_int32 *ph, l_int32 *pspp) |
| l_ok | readHeaderMemWebP (const l_uint8 *data, size_t size, l_int32 *pw, l_int32 *ph, l_int32 *pspp) |
| l_ok | pixWriteWebP (const char *filename, PIX *pixs, l_int32 quality, l_int32 lossless) |
| l_ok | pixWriteStreamWebP (FILE *fp, PIX *pixs, l_int32 quality, l_int32 lossless) |
| l_ok | 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.
| PIX * pixReadMemWebP | ( | const l_uint8 * | filedata, |
| size_t | filesize ) |
Definition at line 52 of file webpiostub.c.
| PIX * pixReadStreamWebP | ( | FILE * | fp | ) |
Definition at line 45 of file webpiostub.c.
| l_ok pixWriteMemWebP | ( | l_uint8 ** | pencdata, |
| size_t * | pencsize, | ||
| PIX * | pixs, | ||
| l_int32 | quality, | ||
| l_int32 | lossless ) |
Definition at line 91 of file webpiostub.c.
| l_ok pixWriteStreamWebP | ( | FILE * | fp, |
| PIX * | pixs, | ||
| l_int32 | quality, | ||
| l_int32 | lossless ) |
Definition at line 83 of file webpiostub.c.
| l_ok pixWriteWebP | ( | const char * | filename, |
| PIX * | pixs, | ||
| l_int32 | quality, | ||
| l_int32 | lossless ) |
Definition at line 75 of file webpiostub.c.
| l_ok readHeaderMemWebP | ( | const l_uint8 * | data, |
| size_t | size, | ||
| l_int32 * | pw, | ||
| l_int32 * | ph, | ||
| l_int32 * | pspp ) |
Definition at line 67 of file webpiostub.c.
| l_ok readHeaderWebP | ( | const char * | filename, |
| l_int32 * | pw, | ||
| l_int32 * | ph, | ||
| l_int32 * | pspp ) |
Definition at line 59 of file webpiostub.c.