2021-01-09 08:57:45 +11:00
|
|
|
/*
|
|
|
|
SINGLE
|
|
|
|
experimental and/or testing code, do not use in
|
2021-04-24 09:11:37 +11:00
|
|
|
serious production.
|
2021-01-09 08:57:45 +11:00
|
|
|
*/
|
|
|
|
|
|
|
|
/* -------------------------------------------------------------- */
|
2021-04-24 09:11:37 +11:00
|
|
|
/*
|
|
|
|
* next:
|
|
|
|
* dest:
|
|
|
|
* fxchain:
|
|
|
|
* outfmt: see floatimg.h for FILE_TYPE_XXX constants
|
|
|
|
*/
|
2021-04-18 20:55:59 +11:00
|
|
|
int single_init(int next, char *dest, int fxchain, int outfmt);
|
2021-04-24 09:11:37 +11:00
|
|
|
|
2021-01-09 08:57:45 +11:00
|
|
|
int single_push_picture(FloatImg *pimg);
|
|
|
|
|
2021-01-11 08:52:33 +11:00
|
|
|
int single_print_state(char *title, int k);
|
2021-01-09 08:57:45 +11:00
|
|
|
|
|
|
|
/* -------------------------------------------------------------- */
|
|
|
|
|