mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 09:08:31 +02:00
Updated documentation.
This commit is contained in:
parent
6b49f9bd8c
commit
3ff8245729
1 changed files with 12 additions and 6 deletions
|
@ -6,16 +6,22 @@
|
||||||
Presentation
|
Presentation
|
||||||
============
|
============
|
||||||
|
|
||||||
.. image:: https://img.shields.io/pypi/v/Stegano.svg
|
.. image:: https://img.shields.io/pypi/pyversions/Stegano.svg?style=flat-square
|
||||||
:target: https://pypi.python.org/pypi/Stegano
|
:target: https://pypi.python.org/pypi/Stegano
|
||||||
|
|
||||||
.. image:: https://img.shields.io/pypi/l/Stegano.svg
|
.. image:: https://img.shields.io/pypi/v/Stegano.svg?style=flat-square
|
||||||
:target: https://pypi.python.org/pypi/Stegano
|
:target: https://github.com/cedricbonhomme/Stegano/releases/latest
|
||||||
|
|
||||||
.. image:: https://api.travis-ci.org/cedricbonhomme/Stegano.svg?branch=master
|
.. image:: https://img.shields.io/pypi/l/Stegano.svg?style=flat-square
|
||||||
|
:target: https://www.gnu.org/licenses/gpl-3.0.html
|
||||||
|
|
||||||
|
.. image:: https://img.shields.io/travis/cedricbonhomme/Stegano.svg?style=flat-square
|
||||||
:target: https://travis-ci.org/cedricbonhomme/Stegano
|
:target: https://travis-ci.org/cedricbonhomme/Stegano
|
||||||
|
|
||||||
.. image:: https://img.shields.io/badge/SayThanks.io-%E2%98%BC-1EAEDB.svg
|
.. image:: https://img.shields.io/github/stars/cedricbonhomme/Stegano.svg?maxAge=2592000&style=flat-square
|
||||||
|
:target: https://github.com/cedricbonhomme/Stegano/stargazers
|
||||||
|
|
||||||
|
.. image:: https://img.shields.io/badge/SayThanks.io-%E2%98%BC-1EAEDB.svg?style=flat-square
|
||||||
:target: https://saythanks.io/to/cedricbonhomme
|
:target: https://saythanks.io/to/cedricbonhomme
|
||||||
|
|
||||||
Stéganô_ is a pure Python steganography_ module.
|
Stéganô_ is a pure Python steganography_ module.
|
||||||
|
@ -42,7 +48,7 @@ Moreover some methods of steganalysis_ are provided:
|
||||||
Requirements
|
Requirements
|
||||||
============
|
============
|
||||||
|
|
||||||
- Python_ 3 (tested with Python 3.5.1);
|
- Python_ 3;
|
||||||
- `Pillow`_;
|
- `Pillow`_;
|
||||||
- `piexif`_.
|
- `piexif`_.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue