mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Added details in the README file.
This commit is contained in:
parent
1b38541344
commit
567315ed1d
1 changed files with 11 additions and 0 deletions
11
README
11
README
|
@ -25,6 +25,17 @@ Installation
|
|||
Refers to the INSTALL file.
|
||||
|
||||
|
||||
Use Stéganô as a library in your Python program
|
||||
-----------------------------------------------
|
||||
If you want to use Stéganô in your Python program you just have to import the appropriate steganography technique. For example:
|
||||
|
||||
from stegano import slsb
|
||||
|
||||
secret = slsb.hide("./pictures/Lenna.png", "Bonjour tout le monde")
|
||||
|
||||
secret.save("./Lenna-secret.png")
|
||||
|
||||
|
||||
Use Stéganô as a program
|
||||
------------------------
|
||||
In addition you can use Stéganô as a program thanks to the scripts provided in the bin directory.
|
||||
|
|
Loading…
Add table
Reference in a new issue