diff options
author | Christian Schneider | 2012-08-06 15:30:22 +0000 |
---|---|---|
committer | Christian Schneider | 2012-08-06 15:30:22 +0000 |
commit | 9439a26498ab3b2978ba6b889684fadfa82368e8 (patch) | |
tree | a82798770f7e6f822ca6681bac153c773c0f6bd8 | |
parent | a7b19afaf311ed1ad37596a6fe834f24d1fd3e38 (diff) | |
download | itools-9439a26498ab3b2978ba6b889684fadfa82368e8.tar.gz itools-9439a26498ab3b2978ba6b889684fadfa82368e8.tar.bz2 itools-9439a26498ab3b2978ba6b889684fadfa82368e8.zip |
Test commit
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -612,7 +612,7 @@ static function imageconvert($p) $p['-opts'] = array('-thumbnail' => $p['size'], '-quality' => $p['quality']) + (array)$p['-opts']; if (!$p['keepalpha']) - $p['-opts'] = array_merge(array('-flatten' => true), $p['-opts']); # flatten must be first + $p['-opts'] = array_merge(array('-flatten' => true), $p['-opts']); # Option -flatten must be first $ultratimeout = file_exists("/opt/ultra/bin/ultratimeout") ? "/opt/ultra/bin/ultratimeout 30 " : ""; |