From b0201a83420ceecd8f40cff4bf0d1bdc9f7ddcdd Mon Sep 17 00:00:00 2001 From: Theelgirl <43764914+Theelgirl@users.noreply.github.com> Date: Fri, 9 Oct 2020 17:22:40 +0000 Subject: [PATCH] Forgot a function --- fvid/fvid.py | 2 ++ 1 file changed, 2 insertions(+) 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