From 1afbe0bc1fe411633a97071d82d0eeaae86ab11b Mon Sep 17 00:00:00 2001 From: arbadacarba <63317640+arbadacarbaYK@users.noreply.github.com> Date: Sat, 25 May 2024 13:17:14 +0200 Subject: [PATCH] Update pixelateTG.py --- pixelateTG.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pixelateTG.py b/pixelateTG.py index 90e050e..43a7951 100644 --- a/pixelateTG.py +++ b/pixelateTG.py @@ -16,12 +16,12 @@ PIXELATION_FACTOR = 0.03 RESIZE_FACTORS = { - 'liotta': 1.7, - 'skull': 1.7, - 'cats': 1.7, - 'pepe': 1.7, - 'chad': 1.7, - 'clowns': 1.7 + 'liotta': 1.9, + 'skull': 1.9, + 'cats': 1.9, + 'pepe': 1.9, + 'chad': 1.9, + 'clowns': 1.9 } executor = ThreadPoolExecutor(max_workers=MAX_THREADS)