diff options
author | David Dotson <sneaky@sneakydave.com> | 2011-11-21 16:56:39 +0100 |
---|---|---|
committer | David Dotson <sneaky@sneakydave.com> | 2011-11-21 16:56:39 +0100 |
commit | d0c09b910df94f3e8b0ad715f7e5cec844801bf8 (patch) | |
tree | 41a4ef8381ba79f530ae5ef4b993615b6e8a2f4d /user_guide_src | |
parent | eb3ed335e38ee51aaf3783b108ffeb3dda61b0a7 (diff) |
Typo in "Watermarking Preferences". Configuration parameter is "wm_padding", but it is listed as "padding".
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. |