diff options
author | David Flatz | 2015-09-08 10:52:41 +0200 |
---|---|---|
committer | David Flatz | 2015-09-08 10:52:41 +0200 |
commit | a00c93d4a333fe3558c2a9aef4c64d2bb720abbf (patch) | |
tree | 62bf5bc48757565cfb2869c6fd5d2deb5bda2578 /it.class | |
parent | 6a64e44bf81efcda494d4b2a7b147a25f552039b (diff) | |
download | itools-a00c93d4a333fe3558c2a9aef4c64d2bb720abbf.tar.gz itools-a00c93d4a333fe3558c2a9aef4c64d2bb720abbf.tar.bz2 itools-a00c93d4a333fe3558c2a9aef4c64d2bb720abbf.zip |
ignore all warnings from iCCP
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -690,7 +690,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 2>&1 {-opts} {in} {type}:{out} || echo "SHELL ERROR $?" ) | grep -v "iCCP: known incorrect sRGB profile"', $p); + $cmdoutput = it::exec('( ' . $ultratimeout . 'gm convert 2>&1 {-opts} {in} {type}:{out} || echo "SHELL ERROR $?" ) | grep -v " iCCP: "', $p); return $cmdoutput === ""; } |