diff options
Diffstat (limited to 'it.class')
| -rw-r--r-- | it.class | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -803,7 +803,7 @@ static function imageconvert($p)  	$ultratimeout = file_exists("/opt/ultra/bin/ultratimeout") ? "/opt/ultra/bin/ultratimeout 30 " : "";  	if (in_array($type, explode(',', $p['types'])))	# Valid type? -		$cmdoutput = it::exec('( ' . $ultratimeout . 'gm convert -limit threads 2 2>&1 {-opts} {in} {type}:{out} || echo "SHELL ERROR $?" ) | grep -v " iCCP: "', $p); +		$cmdoutput = it::exec('( ' . $ultratimeout . 'gm convert -limit threads 2 2>&1 {-opts} {in} {type}:{out} || echo "SHELL ERROR $?" ) | grep -Ev "( iCCP: | Invalid SOS parameters for sequential JPEG )"', $p);  	if ($p['pngcrush'] && $p['type'] == "png")  		it::exec('pngcrush.sh 2>/dev/null {out} {out}.tmp && mv {out}.tmp {out} || rm {out}.tmp', $p); |