Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sandarutharuneth committed Aug 25, 2023
1 parent 7748fc5 commit f615cd0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ python app.py
## Customizations
Increase or Decrease the size of your watermark
```py
watermark_width_factor = 0.8 # Adjust the watermark width (0.8 means 80%)
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%)
```

Watermark Opacity
Expand All @@ -43,7 +42,7 @@ watermark_opacity = 0.7 # Adjust the watermark opacity (0.7 means 70%)
```
Watermark Position
```py
watermark_position = "TOP_LEFT"
watermark_position = "BOTTOM_RIGHT"
# Available position values:
# TOP_RIGHT
# TOP_LEFT
Expand Down

0 comments on commit f615cd0

Please sign in to comment.