clear project

This commit is contained in:
Samuel Lazareanu
2023-09-25 00:41:23 +03:00
parent 2e0d6c34ca
commit 2989c8af9b
4587 changed files with 1694 additions and 483 deletions

View File

@@ -161,7 +161,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.7
alpha = 1
enhancer = ImageEnhance.Brightness(img_logo)
img_logo_darken = enhancer.enhance(alpha)