Browse Source

Fix params description in docs/watermark.md

DarthSim 3 years ago
parent
commit
7408f51f8c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/watermark.md

+ 2 - 2
docs/watermark.md

@@ -39,8 +39,8 @@ The available arguments are:
   * `nowe`: north-west (top-left corner)
   * `nowe`: north-west (top-left corner)
   * `soea`: south-east (bottom-right corner)
   * `soea`: south-east (bottom-right corner)
   * `sowe`: south-west (bottom-left corner)
   * `sowe`: south-west (bottom-left corner)
-  * `re`: replicate watermark to fill the whole image
-* `x_offset`, `y_offset` - (optional) specify watermark offset by X and Y axes. Not applicable when position is set to `re`.
+  * `re`: repeat and tile the watermark to fill the entire image
+* `x_offset`, `y_offset` - (optional) specify watermark offset by X and Y axes. When using `re` position, these values define the spacing between the tiles.
 * `scale` - (optional) a floating point number that defines the watermark size relative to the resulting image size. When set to `0` or omitted, the watermark size won't be changed.
 * `scale` - (optional) a floating point number that defines the watermark size relative to the resulting image size. When set to `0` or omitted, the watermark size won't be changed.
 
 
 ## Custom watermarks<i class='badge badge-pro'></i> :id=custom-watermarks
 ## Custom watermarks<i class='badge badge-pro'></i> :id=custom-watermarks