コード例 #1
0
ファイル: Extern.cs プロジェクト: tongyuantongyu/IViewer
 public static extern void HeifImageRelease(HeifImagePointer img);
コード例 #2
0
ファイル: Extern.cs プロジェクト: tongyuantongyu/IViewer
 public static extern IntPtr HeifImageGetPlaneReadonly(HeifImagePointer image, HeifChannel channel, ref int outStride);
コード例 #3
0
ファイル: Extern.cs プロジェクト: tongyuantongyu/IViewer
 public static extern IntPtr HeifDecodeImage(HeifImageHandlePointer inHandle, ref HeifImagePointer outImg, HeifColorspace colorspace, HeifChroma chroma, HeifDecodingOptionsPointer options);
コード例 #4
0
ファイル: Extern.cs プロジェクト: tongyuantongyu/IViewer
 public static extern int HeifImageGetBitsPerPixelRange(HeifImagePointer img, HeifChannel channel);
コード例 #5
0
ファイル: Extern.cs プロジェクト: tongyuantongyu/IViewer
 public static extern int HeifImageGetHeight(HeifImagePointer img, HeifChannel channel);
コード例 #6
0
ファイル: Extern.cs プロジェクト: tongyuantongyu/IViewer
 public static extern int HeifImageHandleHasAlphaChannel(HeifImagePointer img);