Bibliothèque de traitements d'images en virgule flottante.
http://la.buvette.org/photos/cumul/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
369 B
21 lines
369 B
/* |
|
* crapulator.h |
|
*/ |
|
|
|
/* |
|
* the main function */ |
|
|
|
int crapulator(FloatImg *image, int id_effect, float fparam); |
|
|
|
/* |
|
* naming system */ |
|
void list_crapulors(char *texte); |
|
char *crap_name_from_number(int num); |
|
int crap_number_from_name(char *name); |
|
|
|
/* |
|
* this generated file contains the #define |
|
* for symbolic name of effect ids. |
|
*/ |
|
#include "crapdef.h" |
|
|
|
|