From 3ba5410a5f81160e555dfdd5ff3d6bb2fa8e534f Mon Sep 17 00:00:00 2001 From: patdenice Date: Tue, 3 May 2011 14:21:35 +0000 Subject: feature:2284 Add param library for websize resize web service. git-svn-id: http://piwigo.org/svn/trunk@10747 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/ws_functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ws_functions.inc.php b/include/ws_functions.inc.php index 08c3394af..110c7f4c6 100644 --- a/include/ws_functions.inc.php +++ b/include/ws_functions.inc.php @@ -2752,7 +2752,7 @@ SELECT id, path, tn_ext, has_high } $result = false; - $img = new pwg_image($hd_path); + $img = new pwg_image($hd_path, $params['library']); $result = $img->pwg_resize( $image_path, -- cgit v1.2.3