Beispiel #1
0
def WebPDecodeRGB(data):
    """WebPDecodeRGB(uint8_t data) -> (rgb, width, height)"""
    return _libwebp.WebPDecodeRGB(data)
Beispiel #2
0
def WebPDecodeRGB(*args):
    return _libwebp.WebPDecodeRGB(*args)