Reduce opacity

main
Bob Mottram 2024-07-22 19:49:07 +01:00
parent 149dcd72cb
commit fe738a7974
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ def _apply_watermark_to_image(base_dir: str, nickname: str, domain: str,
if not os.path.isfile(watermark_filename):
return False
cmd = \
'/usr/bin/composite -watermark 75% -gravity east ' + \
'/usr/bin/composite -watermark 20% -gravity east ' + \
safe_system_string(watermark_filename) + ' ' + \
safe_system_string(post_image_filename) + ' ' + \
safe_system_string(post_image_filename + '.watermarked')