We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86819bd commit 6236f7dCopy full SHA for 6236f7d
.github/workflows/check-image-decoding.yml
@@ -50,7 +50,7 @@ jobs:
50
continue
51
else
52
orig=$(cat Makefile | grep "^${file}" | sed "s/^${file}: \(.*\)$/\1/")
53
- score=$(compare -metric PSNR "${orig}" "decoded/${file}.png")
+ score=$(compare -metric PSNR "${orig}" "decoded/${file}.png" NULL: 2>&1)
54
echo " * ${file}: ${score}"
55
if test $(echo "${score} >= 30.0" | bc -l) -eq 0; then
56
exit -1
0 commit comments