We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7748fc5 commit f615cd0Copy full SHA for f615cd0
README.md
@@ -33,8 +33,7 @@ python app.py
33
## Customizations
34
Increase or Decrease the size of your watermark
35
```py
36
-watermark_width_factor = 0.8 # Adjust the watermark width (0.8 means 80%)
37
-watermark_height_factor = 0.8 # Adjust the watermark height (0.8 means 80%)
+watermark_factor = 0.10 # Increase size of the watermark (0.10 means 10%)
38
```
39
40
Watermark Opacity
@@ -43,7 +42,7 @@ watermark_opacity = 0.7 # Adjust the watermark opacity (0.7 means 70%)
43
42
44
Watermark Position
45
46
-watermark_position = "TOP_LEFT"
+ watermark_position = "BOTTOM_RIGHT"
47
# Available position values:
48
# TOP_RIGHT
49
# TOP_LEFT
0 commit comments