예제 #1
0
 [DllImport("OpenToonzPlugin")] public static extern void        otpSetInput(otpPort port, otpImage src);
예제 #2
0
 [DllImport("OpenToonzPlugin")] public static extern void        otpResizeImage(otpImage img, int width, int height);
예제 #3
0
 [DllImport("OpenToonzPlugin")] public static extern void        otpGetImageData(otpImage img, ref otpImageData data);
예제 #4
0
 [DllImport("OpenToonzPlugin")] public static extern void        otpDestroyImage(otpImage img);