FloatImg/Fonderie/glitches.h

15 lines
420 B
C
Raw Normal View History

2020-11-10 03:58:18 +01:00
/*
* glitches.h
*/
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-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-14 22:26:11 +01:00
int vertical_singlitch(FloatImg *picz, float omega, float phi);
2020-11-10 03:58:18 +01:00
/* this is a wtf file */