diff --git a/fvid/fvid.py b/fvid/fvid.py index cccf074..923fa0f 100644 --- a/fvid/fvid.py +++ b/fvid/fvid.py @@ -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