blob: 534dd2c16692b4eaf9f48c73f1d3f1b572c9ca4e (
plain)
1
2
3
4
5
  | 
[CCode (cheader_filename = "webp/decode.h")]
namespace WebP {
    [CCode (array_length = false, cname="WebPDecodeRGBA")]
    public static uint8[] DecodeRGBA([CCode (array_length_pos=1.1)]uint8[] data, out int width, out int height);
}
  |