diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-11-21 17:02:48 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-11-21 17:02:48 +0100 |
commit | 81cb6ca54174ae8f42be6ac4d328efe18f72ecee (patch) | |
tree | 41a4ef8381ba79f530ae5ef4b993615b6e8a2f4d /user_guide_src | |
parent | eb3ed335e38ee51aaf3783b108ffeb3dda61b0a7 (diff) | |
parent | d0c09b910df94f3e8b0ad715f7e5cec844801bf8 (diff) |
Merge pull request #686 from SneakyDave/develop
Typo in "Watermarking Preferences".
Configuration parameter is "wm_paddiing".
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/libraries/image_lib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/image_lib.rst b/user_guide_src/source/libraries/image_lib.rst index 300cbef31..14bd128a6 100644 --- a/user_guide_src/source/libraries/image_lib.rst +++ b/user_guide_src/source/libraries/image_lib.rst @@ -360,7 +360,7 @@ Preference Default Value Options Description image headers. **quality** 90% 1 - 100% Sets the quality of the image. The higher the quality the larger the file size. -**padding** None A number The amount of padding, set in pixels, that will be applied to the +**wm_padding** None A number The amount of padding, set in pixels, that will be applied to the watermark to set it away from the edge of your images. **wm_vrt_alignment** bottom top, middle, bottom Sets the vertical alignment for the watermark image. **wm_hor_alignment** center left, center, right Sets the horizontal alignment for the watermark image. |