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 5a2649b commit 7f948b0Copy full SHA for 7f948b0
.github/workflows/check-image-decoding.yml
@@ -53,6 +53,10 @@ jobs:
53
# FIXME(ledyba-z): Check them.
54
echo "Ignore: ${file}"
55
continue
56
+ elif (echo ${file} | grep "profile"); then
57
+ # FIXME(ledyba-z): https://github.com/SDWebImage/SDWebImageAVIFCoder/issues/21
58
+ echo "Ignore: ${file}"
59
+ continue
60
else
61
orig=$(cat Makefile | grep "^${file}" | sed "s/^${file}: \(.*\)$/\1/")
62
score=$(compare -metric PSNR "${orig}" "decoded/${file}.png" NULL: 2>&1 || true)
0 commit comments