FloatImg4PythonBinding/experiment/incrustator.h

13 lines
203 B
C
Raw Normal View History

2021-03-29 03:52:03 +11:00
/*
* incrustator experimental
*/
2021-03-31 06:22:04 +11:00
typedef struct {
2021-04-08 05:55:38 +11:00
unsigned long magic;
2021-03-31 06:22:04 +11:00
int w, h;
int x, y;
} FimgArea51;
2021-03-29 03:52:03 +11:00
int incrustator_0(FloatImg *psrc, FloatImg *pdst,
int xpos, int ypos, int flags);