| /* ---------------------------------------------------------------------------- |
| * This file was automatically generated by SWIG (http://www.swig.org). |
| * This file is not intended to be easily readable and contains a number of |
| * coding conventions designed to improve portability and efficiency. Do not make |
| * changes to this file unless you know what you are doing--modify the SWIG |
| * interface file instead. |
| * ----------------------------------------------------------------------------- */ |
| type _swig_memberptr *byte |
| //extern libwebpSwigCgocall |
| //extern libwebpSwigCgocallDone |
| //extern libwebpSwigCgocallBack |
| //extern libwebpSwigCgocallBackDone |
| func SwigCgocallBackDone() |
| func WebPGetDecoderVersion() int |
| func Wrapped_WebPGetInfo(string, []int, []int) int |
| // WebPGetInfo has 2 output parameters, provide a version in the more natural |
| func WebPGetInfo(webp []byte) (ok bool, width int, height int) { |
| ok = Wrapped_WebPGetInfo(string(webp), w, h) != 0 |