From 14cdd61215af63190ffcb0ef1e729bb6b8bcd408 Mon Sep 17 00:00:00 2001 From: Rehtt Date: Tue, 22 Jun 2021 11:09:31 +0800 Subject: [PATCH] fix --- pysstv/__main__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pysstv/__main__.py b/pysstv/__main__.py index 16cbf2e..bc8f662 100644 --- a/pysstv/__main__.py +++ b/pysstv/__main__.py @@ -71,6 +71,7 @@ def main(): else: newbg.paste(image, (int((mode.WIDTH/2)-(w/2)), 0)) image = newbg.copy() + crop = False if crop: x = (image.width - mode.WIDTH) / 2 y = (image.height - mode.HEIGHT) / 2