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