This commit is contained in:
Samuel Lazareanu
2023-06-03 00:00:11 +03:00
parent 3d6a0e89ab
commit 7142f25c13
1213 changed files with 3 additions and 3 deletions

View File

@@ -148,7 +148,7 @@ def create_post(image_file, quote_text, quote_font, author_font, output_path, fi
img_logo = Image.open(logo_file)
# Reduce the alpha of the overlay image by 30%
alpha = 0.3
alpha = 0.5
enhancer = ImageEnhance.Brightness(img_logo)
img_logo_darken = enhancer.enhance(alpha)