File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,14 @@ imageView.sd_setImage(with: url)
88
88
89
89
The images are from [ AV1 Still Image File Format Specification Test Files] ( https://github.com/AOMediaCodec/av1-avif/tree/master/testFiles ) .
90
90
91
+ ## AVIF Image Viewer
92
+
93
+ AVIF is a new image format, which lack of related toolchains like Browser or Desktop Viewer support.
94
+
95
+ You can try [ AVIFQuickLook] ( https://github.com/dreampiggy/AVIFQuickLook ) QuickLook plugin on macOS to view it in Finder.
96
+
97
+ You can also try using [ avif.js] ( https://kagami.github.io/avif.js/ ) to view it online by using Chrome's AV1 codec.
98
+
91
99
## Author
92
100
93
101
@@ -100,5 +108,7 @@ SDWebImageAVIFCoder is available under the MIT license. See the LICENSE file for
100
108
101
109
+ [ libavif] ( https://github.com/joedrago/avif )
102
110
+ [ aom] ( https://aomedia.googlesource.com/aom/ )
111
+ + [ AVIFQuickLook] ( https://github.com/dreampiggy/AVIFQuickLook )
112
+ + [ avif.js] ( https://github.com/Kagami/avif.js )
103
113
104
114
You can’t perform that action at this time.
0 commit comments