chg [release]: Updated changelog and documentation.

This commit is contained in:
Cédric Bonhomme 2022-11-20 00:27:14 +01:00
parent 2e4f1629fd
commit 18d1176ae8
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
5 changed files with 14 additions and 7 deletions

View file

@ -9,7 +9,7 @@ LSB method
.. code-block:: python
Python 3.10.0 (default, Oct 17 2021, 09:02:57) [GCC 11.2.0] on linux
Python 3.11.0 (main, Oct 31 2022, 15:15:22) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from stegano import lsb
>>> secret = lsb.hide("./tests/sample-files/Lenna.png", "Hello world!")
@ -26,7 +26,7 @@ Sets are used in order to select the pixels where the message will be hidden.
.. code-block:: python
Python 3.10.0 (default, Oct 17 2021, 09:02:57) [GCC 11.2.0] on linux
Python 3.11.0 (main, Oct 31 2022, 15:15:22) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from stegano import lsb
>>> from stegano.lsb import generators
@ -112,7 +112,7 @@ For JPEG and TIFF images.
.. code-block:: python
Python 3.10.0 (default, Oct 17 2021, 09:02:57) [GCC 11.2.0] on linux
Python 3.11.0 (main, Oct 31 2022, 15:15:22) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from stegano import exifHeader
>>> secret = exifHeader.hide("./tests/sample-files/20160505T130442.jpg",