mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 11:16:14 +02:00
Stop support of Python 2.
This commit is contained in:
parent
f922905d10
commit
316d50b96f
2 changed files with 0 additions and 10 deletions
|
@ -30,11 +30,6 @@ from PIL import Image
|
|||
|
||||
from stegano import tools
|
||||
|
||||
try:
|
||||
input = raw_input
|
||||
except NameError:
|
||||
pass
|
||||
|
||||
def hide(input_image_file, message, auto_convert_rgb=False):
|
||||
"""Hide a message (string) in an image with the
|
||||
LSB (Least Significant Bit) technique.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue