FloatImg/Fonderie/glitches.h

21 lines
660 B
C
Raw Normal View History

2020-11-10 03:58:18 +01:00
/*
* glitches.h
*/
2021-01-03 15:21:38 +01:00
int do_something(FloatImg *pimg, int notused);
2021-01-16 11:29:40 +01:00
int plot_multidots(FloatImg *picture, int notused);
2021-01-03 15:21:38 +01:00
2020-11-10 14:00:22 +01:00
int kill_a_random_line(FloatImg *pvictime, float level, int bits);
2020-11-10 03:58:18 +01:00
int kill_a_few_lines(FloatImg *who, float fval, int number);
2020-12-20 11:12:43 +01:00
int random_blocks(FloatImg *picture, int percent);
2020-11-10 03:58:18 +01:00
2020-11-10 19:30:49 +01:00
int un_petit_flou_8x8(FloatImg *picture, int x, int y);
int un_moyen_flou_8x8(FloatImg *picture, int x, int y);
int poke_a_random_pixel(FloatImg *picz, float fval, int kaboo);
2020-11-15 11:47:37 +01:00
int vertical_singlitch(FloatImg *picz, int xpos, float fv, float omega,
float phi);
2020-12-31 00:46:12 +01:00
int multilines_shift_0(FloatImg *picz, int step, int nombre);
2020-11-14 22:26:11 +01:00
2020-11-10 03:58:18 +01:00
/* this is a wtf file */