Updated README.

This commit is contained in:
cedricbonhomme 2011-12-29 15:03:00 +01:00
parent c76fbc7619
commit 1c568f6095
2 changed files with 14 additions and 19 deletions

16
README
View file

@ -21,11 +21,11 @@ If you want to use Stéganô in your Python program you just have to import the
from stegano import slsb
from stegano import slsb
secret = slsb.hide("./pictures/Lenna.png", "Bonjour tout le monde")
secret = slsb.hide("./pictures/Lenna.png", "Bonjour tout le monde")
secret.save("./Lenna-secret.png")
secret.save("./Lenna-secret.png")
Use Stéganô as a program
@ -35,9 +35,15 @@ In addition you can use Stéganô as a program.
Example:
~/stegano/$ sudo python setup.py install
~/stegano/$ sudo python setup.py install
~/$ slsb --hide -i ../examples/pictures/Lenna.png -o Lena1.png -m "MessageBo"
~/$ slsb --hide -i ../examples/pictures/Lenna.png -o Lena1.png -m "MessageBo"
Examples
--------
There are some examples in the foler *examples*.
Turorial