aboutsummaryrefslogtreecommitdiffstats
path: root/ws.php
diff options
context:
space:
mode:
Diffstat (limited to 'ws.php')
-rw-r--r--ws.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/ws.php b/ws.php
index 46429b021..fe428120c 100644
--- a/ws.php
+++ b/ws.php
@@ -412,11 +412,13 @@ function ws_addDefaultMethods( $arr )
'type' => array('default' => 'thumbnail'),
'maxwidth' => array('default' => null),
'maxheight' => array('default' => null),
+ 'crop' => array('default' => null),
+ 'follow_orientation' => array('default' => null),
'quality' => array('default' => null),
),
'Regenerate thumbnails or websize photo with given arguments.
<br>Argument "type" can be "thumbnail" or "websize". Default is "thumbnail".
-<br>If maxwidth, maxheight or quality are missing, default parameters of upload will be used.'
+<br>If maxwidth, maxheight, crop, follow_orientation or quality are missing, default parameters of upload will be used.'
);
$service->addMethod(