diff --git a/daemon_post_receive.py b/daemon_post_receive.py index 453428f3e..82ab4524a 100644 --- a/daemon_post_receive.py +++ b/daemon_post_receive.py @@ -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')