forked from tTh/FloatImg
il faut mainteant ecrire le code
This commit is contained in:
parent
d5af79e121
commit
70d811a7e5
|
@ -113,4 +113,10 @@ int poke_a_random_pixel(FloatImg *picz, float fval, int kaboo)
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
/* -------------------------------------------------------------- */
|
/* -------------------------------------------------------------- */
|
||||||
|
int vertical_singlitch(FloatImg *picz, float omega, float phi)
|
||||||
|
{
|
||||||
|
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
/* -------------------------------------------------------------- */
|
||||||
|
|
||||||
|
|
|
@ -9,4 +9,6 @@ int un_petit_flou_8x8(FloatImg *picture, int x, int y);
|
||||||
int un_moyen_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 poke_a_random_pixel(FloatImg *picz, float fval, int kaboo);
|
||||||
|
|
||||||
|
int vertical_singlitch(FloatImg *picz, float omega, float phi);
|
||||||
|
|
||||||
/* this is a wtf file */
|
/* this is a wtf file */
|
||||||
|
|
Loading…
Reference in New Issue