示例#1
0
 public static extern VP8StatusCode WebPDecode([InAttribute()] IntPtr data, UIntPtr data_size, ref WebPDecoderConfig config);
示例#2
0
 public static extern int WebPInitDecoderConfigInternal(ref WebPDecoderConfig param0, int param1);
示例#3
0
 public static extern IntPtr WebPIDecode([InAttribute()] IntPtr data, UIntPtr data_size, ref WebPDecoderConfig config);
示例#4
0
 public static extern VP8StatusCode WebPDecode([InAttribute()] IntPtr data, UIntPtr data_size, ref WebPDecoderConfig config);
示例#5
0
 public static extern IntPtr WebPIDecode([InAttribute()] IntPtr data, UIntPtr data_size, ref WebPDecoderConfig config);
示例#6
0
 public static extern int WebPInitDecoderConfigInternal(ref WebPDecoderConfig param0, int param1);
示例#7
0
 /// <summary>
 /// Initialize the configuration as empty. This function must always be
 /// called first, unless WebPGetFeatures() is to be called.
 /// Returns false in case of mismatched version.
 /// </summary>
 /// <param name="config"></param>
 /// <returns></returns>
 public static int WebPInitDecoderConfig(ref WebPDecoderConfig config)
 {
     return WebPInitDecoderConfigInternal(ref config, WEBP_DECODER_ABI_VERSION);
 }
示例#8
0
 /// <summary>
 /// Initialize the configuration as empty. This function must always be
 /// called first, unless WebPGetFeatures() is to be called.
 /// Returns false in case of mismatched version.
 /// </summary>
 /// <param name="config"></param>
 /// <returns></returns>
 public static int WebPInitDecoderConfig(ref WebPDecoderConfig config)
 {
     return(WebPInitDecoderConfigInternal(ref config, WEBP_DECODER_ABI_VERSION));
 }