6 changed files with 29 additions and 21 deletions
@ -0,0 +1,15 @@
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* sfx.h - special effects for fonderie & interpolator |
||||
*/ |
||||
|
||||
|
||||
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); |
||||
|
Loading…
Reference in new issue