File: libwebp.vapi

package info (click to toggle)
minder 2.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,736 kB
  • sloc: xml: 799; sh: 112; python: 87; ansic: 78; makefile: 5; tcl: 4
file content (11 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (2)
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);