Bibliothèque de traitements d'images en virgule flottante.
http://la.buvette.org/photos/cumul/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
447 B
15 lines
447 B
/* |
|
* 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, int xpos, float fv, float omega, |
|
float phi); |
|
|
|
/* this is a wtf file */
|
|
|