File: libwebp.vapi

package info (click to toggle)
minder 2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,624 kB
  • sloc: xml: 799; sh: 104; python: 87; ansic: 78; makefile: 5; tcl: 4
file content (11 lines) | stat: -rw-r--r-- 261 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[CCode (cheader_filename = "webp/encode.h")]
public extern size_t WebPEncodeLosslessRGBA(
  uint8* rgb,
  int width,
  int height,
  int stride,
  out uint8* output_buffer
);

[CCode (cheader_filename = "webp/decode.h")]
public extern void WebPFree(void* ptr);