Exemple #1
0
 public static extern void FlifDestroyDecoder(FlifDecoderPointer decoder);
Exemple #2
0
 public static extern UIntPtr FlifDecoderNumImages(FlifDecoderPointer decoder);
Exemple #3
0
 public static extern FlifImagePointer FlifDecoderGetImage(FlifDecoderPointer decoder, UIntPtr index);
Exemple #4
0
 public static extern int FlifDecoderDecodeMemory(FlifDecoderPointer decoder, [In] IntPtr buffer, UIntPtr size);