Esempio n. 1
0
 [DllImport("fccore")] public static extern Bool fcPngExportPixels(fcPngContext ctx, string path, byte[] pixels, int width, int height, fcPixelFormat fmt, int num_channels);
Esempio n. 2
0
 [DllImport("fccore")] private static extern void        fcPngDestroyContext(fcPngContext ctx);