Esempio n. 1
0
 [DllImport("fccore")] public static extern Bool fcExrEndImage(fcExrContext ctx);
Esempio n. 2
0
 [DllImport("fccore")] public static extern Bool fcExrBeginImage(fcExrContext ctx, string path, int width, int height);
Esempio n. 3
0
 [DllImport("fccore")] public static extern Bool fcExrAddLayerPixels(fcExrContext ctx, byte[] pixels, fcPixelFormat fmt, int ch, string name);
Esempio n. 4
0
 [DllImport("fccore")] private static extern void        fcExrDestroyContext(fcExrContext ctx);