Commit graph

14 commits

Author SHA1 Message Date
Cédric Bonhomme
872a5546fc
Reorganization of all modules. 2016-05-19 21:32:15 +02:00
panni
a38f23509b add optional auto_convert_rgb parameter to slsb.hide/slsbset.hide; add .idea to .gitignore 2016-04-21 15:23:04 +02:00
Cédric Bonhomme
96d01439ea
Prepare the release 0.5. 2016-03-18 07:07:22 +01:00
Cédric Bonhomme
40c1293df4
Default answer is 'Y'. 2016-03-14 08:19:30 +01:00
Cédric Bonhomme
eea4c4de8e
fix the compatibility problem between 'input' and 'raw_input' for Python 2 and 3. 2016-03-13 18:19:43 +01:00
Cédric Bonhomme
1ff2f9c7c0
Closes #2. 2016-03-13 00:34:46 +01:00
Cédric Bonhomme
ed7877ec73
Closes #1 2016-03-12 23:57:08 +01:00
Cédric Bonhomme
979c6277b0
Updated Python headers files. Added .gitignore. 2015-12-23 21:33:05 +01:00
Cédric Bonhomme
28ba1e54cf Fixed some bugs. 2015-10-06 07:49:11 +02:00
Cédric Bonhomme
b3a4bdaf4b Porting code with 2to3 with some manual changes. The pillow modules is now required https://github.com/python-imaging/Pillow/ 2013-03-20 21:17:31 +01:00
Cédric Bonhomme
f629773772 Raise an exception if the message to hide is too long. closed #1 2013-02-10 13:29:12 +01:00
Cédric Bonhomme
60f9752dc1 Updated copyrights years. 2013-01-07 07:40:58 +01:00
cedricbonhomme
f2c2792ff1 Release 0.4. Version 0.4 introduces a more advanced LSB method based on integers sets. The sets generated with Python generators (Sieve of Eratosthenes, Fermat, Carmichael numbers, etc.) are used to select the pixels to use in order to hide the information. You can use these new methods in your Python codes as a Python module or as a program in your scripts. 2012-01-02 08:52:53 +01:00
cedricbonhomme
a0aec974c5 Added binary slsb-set. Updated setup.py. 2011-12-29 09:31:34 +01:00
Renamed from stegano/slsb-gen.py (Browse further)