forked from tTh/FloatImg
22 lines
473 B
C
22 lines
473 B
C
/*
|
|
SINGLE
|
|
experimental and/or testing code, do not use in
|
|
production.
|
|
|
|
*/
|
|
|
|
/* -------------------------------------------------------------- */
|
|
|
|
int single_init(int next, char *dest, char *sfxchain);
|
|
int single_push_picture(FloatImg *pimg);
|
|
|
|
|
|
/* -------------------------------------------------------------- */
|
|
/*
|
|
* test function
|
|
*/
|
|
int essayer_single(char *globpattern, char *destdir, int K);
|
|
|
|
/* -------------------------------------------------------------- */
|
|
|