forked from tTh/FloatImg
15 lines
420 B
C
15 lines
420 B
C
/*
|
|
* glitches.h
|
|
*/
|
|
|
|
int kill_a_random_line(FloatImg *pvictime, float level, int bits);
|
|
int kill_a_few_lines(FloatImg *who, float fval, int number);
|
|
|
|
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);
|
|
|
|
int vertical_singlitch(FloatImg *picz, float omega, float phi);
|
|
|
|
/* this is a wtf file */
|