FloatImg/Fonderie/sfx.h

26 lines
703 B
C
Raw Normal View History

2020-12-02 19:55:06 +01:00
/*
* sfx.h - special effects for fonderie & interpolator
2020-12-29 12:22:51 +01:00
* ---------------------------------------------------
2020-12-02 19:55:06 +01:00
*/
2021-03-29 11:59:24 +02:00
int incrustation_vignette(FloatImg *src, FloatImg *dst, int k);
2021-01-10 22:52:33 +01:00
2021-01-03 15:21:38 +01:00
int trinitron(FloatImg *pimg, int notused);
2020-12-10 19:19:35 +01:00
int bouger_les_pixels(FloatImg *pimg, int kaboo);
2020-12-29 12:22:51 +01:00
int octotree_classif(FloatImg *pimg, float fk, int notused);
2020-12-10 19:19:35 +01:00
int mirror_split(FloatImg *pimg, int kaboo);
2020-12-18 10:18:09 +01:00
int upside_down(FloatImg *pimg);
2020-12-10 19:19:35 +01:00
2020-12-02 19:55:06 +01:00
int des_bords_sombres_a(FloatImg *pimg, int offset);
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);
2020-12-29 15:58:43 +01:00
/*
* see also "crapulator.h" for some #define's
*/