Skip to content

Commit

Permalink
Update preview.
Browse files Browse the repository at this point in the history
  • Loading branch information
italoPontes committed Mar 21, 2024
1 parent 33f3183 commit 7b3e6a5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,27 @@ pip install -r requirements.txt
- numpy==1.26.4
- opencv-python-headless==4.9.0.80
- Pillow==10.2.0

- streamlit==1.32.0

# How to use?

<img src="data/Diagrams/encode-example.png" alt="Encode Demonstration">

```
python how-to-use.py encode -secret_image data/secret-image.jpg -cover_image data/Monalisa.png -output_image data/steganography-image.png
python how-to-use.py encode
-secret_image data/secret-image.jpg
-cover_image data/Monalisa.png
-output_image data/steganography-image.png
```


<img src="data/Diagrams/decode-example.png" alt="Decode Demonstration">

```
python how-to-use.py decode -steganography_image data/steganography-image.png -secret_image data/retrieved.png
python how-to-use.py decode
-steganography_image data/steganography-image.png
-secret_image data/retrieved.png
```

# Who am I?
Expand Down
Binary file modified data/.DS_Store
Binary file not shown.
Binary file modified data/Diagrams/encode-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7b3e6a5

Please sign in to comment.