Forgot a function

This commit is contained in:
Theelgirl 2020-10-09 17:22:40 +00:00 committed by GitHub
parent 018c86711f
commit b0201a8342
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ def get_bits_from_file(filepath):
return bitarray.bin
def less(val1, val2):
return val1 < val2
def get_bits_from_image(image):
width, height = image.size