Maths function to hide number

#a is the index of the caracter to hide in our array after encoding with caesar method. a%3 is necessarily = 0. Check the code to understand why.

$a = $"numéro obtenu pour le caractère"

$pixel(r,g,b,a)=(r+\frac{a}{3},g,b)$

Notes

  • Deux options : texte dans image ou image dans image deux fonction : Demande a l'utilisateur de choisir une image au format png avec une taille minimum et une phrase a cacher dedans (programme encode)

Fonction inverse pour decode

Deuxieme fonction : dmd a l