mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 06:24:27 +02:00
swig: add python encode support
wraps the simple interface similar to java. Change-Id: Ib922bbcae322b2345b6dce5dee08faad705a77fd
This commit is contained in:
@ -843,6 +843,14 @@ static size_t ReturnedBufferSize(
|
||||
{ "WebPDecodeARGB", 4 },
|
||||
{ "WebPDecodeBGR", 3 },
|
||||
{ "WebPDecodeBGRA", 4 },
|
||||
{ "wrap_WebPEncodeRGB", 1 },
|
||||
{ "wrap_WebPEncodeBGR", 1 },
|
||||
{ "wrap_WebPEncodeRGBA", 1 },
|
||||
{ "wrap_WebPEncodeBGRA", 1 },
|
||||
{ "wrap_WebPEncodeLosslessRGB", 1 },
|
||||
{ "wrap_WebPEncodeLosslessBGR", 1 },
|
||||
{ "wrap_WebPEncodeLosslessRGBA", 1 },
|
||||
{ "wrap_WebPEncodeLosslessBGRA", 1 },
|
||||
#endif
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
Reference in New Issue
Block a user