From 8ec66916a9cafdafce11dc56ada372d979b6fcf0 Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Wed, 13 Jun 2007 22:07:35 +0000 Subject: --- user_guide/libraries/image_lib.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/libraries/image_lib.html') diff --git a/user_guide/libraries/image_lib.html b/user_guide/libraries/image_lib.html index 5aeb0028e..98fcc9445 100644 --- a/user_guide/libraries/image_lib.html +++ b/user_guide/libraries/image_lib.html @@ -359,7 +359,7 @@ target the original image for processing.

preferences for the X and Y axis (in pixels) specifying where to crop, like this:

$config['x_axis'] = '100';
-$config['x_axis'] = '40';
+$config['y_axis'] = '40';

All preferences listed in the table above are available for this function except these: rotation, width, height, create_thumb, new_image.

-- cgit v1.2.3-24-g4f1b