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)
8888
8989The images are from [ AV1 Still Image File Format Specification Test Files] ( https://github.com/AOMediaCodec/av1-avif/tree/master/testFiles ) .
9090
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+
9199## Author
92100
93101@@ -100,5 +108,7 @@ SDWebImageAVIFCoder is available under the MIT license. See the LICENSE file for
100108
101109+ [ libavif] ( https://github.com/joedrago/avif )
102110+ [ aom] ( https://aomedia.googlesource.com/aom/ )
111+ + [ AVIFQuickLook] ( https://github.com/dreampiggy/AVIFQuickLook )
112+ + [ avif.js] ( https://github.com/Kagami/avif.js )
103113
104114
You can’t perform that action at this time.
0 commit comments