mirror of
				https://github.com/webmproject/libwebp.git
				synced 2025-10-31 02:15:42 +01: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