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