working on glitching methods

This commit is contained in:
le vieux
2020-11-15 11:47:37 +01:00
parent 70d811a7e5
commit dcacb07738
5 changed files with 63 additions and 23 deletions

View File

@@ -9,6 +9,7 @@ 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);
int vertical_singlitch(FloatImg *picz, int xpos, float fv, float omega,
float phi);
/* this is a wtf file */