コード例 #1
0
ファイル: Extern.cs プロジェクト: tongyuantongyu/IViewer
 public static extern IntPtr HeifDecodeImage(HeifImageHandlePointer inHandle, ref HeifImagePointer outImg, HeifColorspace colorspace, HeifChroma chroma, HeifDecodingOptionsPointer options);
コード例 #2
0
ファイル: Extern.cs プロジェクト: tongyuantongyu/IViewer
 public static extern int HeifImageHandleGetLumaBitsPerPixel(HeifImageHandlePointer handle);
コード例 #3
0
ファイル: Extern.cs プロジェクト: tongyuantongyu/IViewer
 public static extern IntPtr HeifContextGetImageHandle(HeifContextPointer ctx, HeifItemId id, ref HeifImageHandlePointer imgHdl);
コード例 #4
0
ファイル: Extern.cs プロジェクト: tongyuantongyu/IViewer
 public static extern void HeifImageHandleRelease(HeifImageHandlePointer handle);
コード例 #5
0
ファイル: Extern.cs プロジェクト: tongyuantongyu/IViewer
 public static extern IntPtr HeifContextGetPrimaryImageHandle(HeifContextPointer ctx, ref HeifImageHandlePointer imgHdl);