diff --git a/videohash/collagemaker.py b/videohash/collagemaker.py index 51c0674..0c1ec5d 100644 --- a/videohash/collagemaker.py +++ b/videohash/collagemaker.py @@ -180,7 +180,7 @@ def make(self) -> None: # scale the opened frame images frame.thumbnail( - (scaled_frame_image_width, scaled_frame_image_height), Image.ANTIALIAS + (scaled_frame_image_width, scaled_frame_image_height), Image.Resampling.LANCZOS ) # set the value of x to that of i's value.