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