File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 32
32
CMD="../Example/CLI.xcarchive/Products/usr/local/bin/SDWebImageAVIFCoder_Example CLI"
33
33
for file in $(find . -name \*.avif); do
34
34
file=$(basename ${file})
35
- if (echo ${file} | grep "\(monochrome\|crop\|rotate\|mirror\)"); then
36
- # FIXME(ledyba-z): Check them.
37
- echo "Ignore: ${file}"
38
- continue
39
- elif (echo ${file} | grep "profile"); then
35
+ if (echo ${file} | grep "profile"); then
40
36
# FIXME(ledyba-z): https://github.com/SDWebImage/SDWebImageAVIFCoder/issues/21
41
37
echo "Ignore: ${file}"
42
38
continue
58
54
cd avif-sample-images
59
55
for file in $(find . -name \*.avif); do
60
56
file=$(basename ${file})
61
- if (echo ${file} | grep "\(monochrome\|crop\|rotate\|mirror\)"); then
62
- # FIXME(ledyba-z): Check them.
63
- echo "Ignore: ${file}"
64
- continue
65
- elif (echo ${file} | grep "profile"); then
57
+ if (echo ${file} | grep "profile"); then
66
58
# FIXME(ledyba-z): https://github.com/SDWebImage/SDWebImageAVIFCoder/issues/21
67
59
echo "Ignore: ${file}"
68
60
continue
You can’t perform that action at this time.
0 commit comments