Esempio n. 1
0
 public static extern void HeifImageRelease(HeifImagePointer img);
Esempio n. 2
0
 public static extern IntPtr HeifImageGetPlaneReadonly(HeifImagePointer image, HeifChannel channel, ref int outStride);
Esempio n. 3
0
 public static extern IntPtr HeifDecodeImage(HeifImageHandlePointer inHandle, ref HeifImagePointer outImg, HeifColorspace colorspace, HeifChroma chroma, HeifDecodingOptionsPointer options);
Esempio n. 4
0
 public static extern int HeifImageGetBitsPerPixelRange(HeifImagePointer img, HeifChannel channel);
Esempio n. 5
0
 public static extern int HeifImageGetHeight(HeifImagePointer img, HeifChannel channel);
Esempio n. 6
0
 public static extern int HeifImageHandleHasAlphaChannel(HeifImagePointer img);