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
576 B
21 lines
576 B
/* |
|
* sfx.h - special effects for fonderie & interpolator |
|
*/ |
|
|
|
|
|
int bouger_les_pixels(FloatImg *pimg, int kaboo); |
|
int octotree_classif(FloatImg *pimg, int notused); |
|
|
|
int mirror_split(FloatImg *pimg, int kaboo); |
|
int upside_down(FloatImg *pimg); |
|
|
|
int des_bords_sombres_a(FloatImg *pimg, int offset); |
|
|
|
int trinarize(FloatImg *pimg, int notused); // in sfx.c |
|
|
|
int binarize(FloatImg *pimg, int notused); |
|
|
|
int brotche_rand48_a(FloatImg *fimg, float ratio, float mval); |
|
int brotche_rand48_b(FloatImg *fimg, float ratio, float mval); |
|
int colors_brotcher(FloatImg *fimg, float fval); |
|
|
|
|