From 07ad6d162ca32b189e3a4c3528c48490d57267ca Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Fri, 11 Jul 2008 02:52:57 +0000 Subject: fixed an example --- user_guide/libraries/image_lib.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/user_guide/libraries/image_lib.html b/user_guide/libraries/image_lib.html index b2c359494..2421c5118 100644 --- a/user_guide/libraries/image_lib.html +++ b/user_guide/libraries/image_lib.html @@ -529,17 +529,17 @@ will be positioned at the bottom/center of the image, 20 pixels from the bottom -wm_vrt_offset +wm_hor_offset None None -You may specify a vertical offset (in pixels) to apply to the watermark position. The offset normally moves the watermark to the right, except if you have your alignment set to "right" then your offset value will move the watermark toward the left of the image. +You may specify a horizontal offset (in pixels) to apply to the watermark position. The offset normally moves the watermark to the right, except if you have your alignment set to "right" then your offset value will move the watermark toward the left of the image. -wm_hor_offset +wm_vrt_offset None None -You may specify a horizontal offset (in pixels) to apply to the watermark position. The offset normally moves the watermark down, except if you have your alignment set to "bottom" then your offset value will move the watermark toward the top of the image. +You may specify a vertical offset (in pixels) to apply to the watermark position. The offset normally moves the watermark down, except if you have your alignment set to "bottom" then your offset value will move the watermark toward the top of the image. -- cgit v1.2.3-24-g4f1b