feature:2284

Create a class to manipulate images.

git-svn-id: http://piwigo.org/svn/trunk@10641 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice
2011-04-27 17:03:25 +00:00
parent c3a0ff6b88
commit d95ddb7c61
7 changed files with 668 additions and 348 deletions
+2
View File
@@ -411,6 +411,8 @@ function ws_addDefaultMethods( $arr )
'image_id' => array('default' => null),
'image_path' => array('default' => null),
'type' => array('default' => 'thumbnail'),
'automatic_rotation' => array('default' => $conf['upload_form_automatic_rotation']),
'library' => array('default' => $conf['image_library']),
'maxwidth' => array('default' => null),
'maxheight' => array('default' => null),
'crop' => array('default' => null),