Added example-lsb.py

This commit is contained in:
cedricbonhomme 2011-03-30 22:19:56 +02:00
parent a2cab3a9f5
commit b1b11f2591

4
examples/example-lsb.py Normal file
View file

@ -0,0 +1,4 @@
from stegano import slsb
secret = slsb.hide("./pictures/Lenna.png", "Bonjour tout le monde")
secret.save("./Lenna-secret.png")