You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h4id='coders-for-additional-image-formats' class='heading'>Coders for additional image formats</h4>
81
81
82
82
<ul>
83
-
<li><ahref="https://github.com/SDWebImage/SDWebImageWebPCoder">SDWebImageWebPCoder</a> - coder for WebP image format. Based on <ahref="https://chromium.googlesource.com/webm/libwebp">libwebp</a></li>
84
-
<li><ahref="https://github.com/SDWebImage/SDWebImageHEIFCoder">SDWebImageHEIFCoder</a> - coder to support HEIF image without Apple’s <code>Image/IO framework</code>, iOS 8+/macOS 10.10+ support.</li>
85
-
<li><ahref="https://github.com/SDWebImage/SDWebImageBPGCoder">SDWebImageBPGCoder</a> - coder for BPG format</li>
86
-
<li><ahref="https://github.com/SDWebImage/SDWebImageFLIFCoder">SDWebImageFLIFCoder</a> - coder for FLIF format</li>
87
-
<li><ahref="https://github.com/SDWebImage/SDWebImageAVIFCoder">SDWebImageAVIFCoder</a> - coder for AVIF (AV1-based) format</li>
88
-
<li><ahref="https://github.com/SDWebImage/SDWebImagePDFCoder">SDWebImagePDFCoder</a> - coder for PDF vector format image</li>
89
-
<li><ahref="https://github.com/SDWebImage/SDWebImageSVGCoder">SDWebImageSVGCoder</a> - coder for SVG vector format image</li>
83
+
<li><ahref="https://github.com/SDWebImage/SDWebImageWebPCoder">SDWebImageWebPCoder</a> - coder for WebP format. Based on <ahref="https://chromium.googlesource.com/webm/libwebp">libwebp</a></li>
84
+
<li><ahref="https://github.com/SDWebImage/SDWebImageHEIFCoder">SDWebImageHEIFCoder</a> - coder for HEIF format, iOS 8+/macOS 10.10+ support. Based on <ahref="https://github.com/strukturag/libheif">libheif</a></li>
85
+
<li><ahref="https://github.com/SDWebImage/SDWebImageBPGCoder">SDWebImageBPGCoder</a> - coder for BPG format. Based on <ahref="https://github.com/mirrorer/libbpg">libbpg</a></li>
86
+
<li><ahref="https://github.com/SDWebImage/SDWebImageFLIFCoder">SDWebImageFLIFCoder</a> - coder for FLIF format. Based on <ahref="https://github.com/FLIF-hub/FLIF">libflif</a></li>
87
+
<li><ahref="https://github.com/SDWebImage/SDWebImageAVIFCoder">SDWebImageAVIFCoder</a> - coder for AVIF (AV1-based) format. Based on <ahref="https://github.com/AOMediaCodec/libavif">libavif</a></li>
88
+
<li><ahref="https://github.com/SDWebImage/SDWebImagePDFCoder">SDWebImagePDFCoder</a> - coder for PDF vector format. Using built-in frameworks</li>
89
+
<li><ahref="https://github.com/SDWebImage/SDWebImageSVGCoder">SDWebImageSVGCoder</a> - coder for SVG vector format. Using built-in frameworks</li>
90
+
<li><ahref="https://github.com/SDWebImage/SDWebImageLottieCoder">SDWebImageLottieCoder</a> - coder for Lottie animation format. Based on <ahref="https://github.com/Samsung/rlottie">rlottie</a></li>
<li><ahref="https://github.com/SDWebImage/SDWebImageYYPlugin">SDWebImageYYPlugin</a> - plugin to support caching images with <ahref="https://github.com/ibireme/YYCache">YYCache</a></li>
96
+
<li><ahref="https://github.com/SDWebImage/SDWebImagePINPlugin">SDWebImagePINPlugin</a> - plugin to support caching images with <ahref="https://github.com/pinterest/PINCache">PINCache</a></li>
<li><ahref="https://github.com/SDWebImage/SDWebImagePhotosPlugin">SDWebImagePhotosPlugin</a> - plugin to support loading images from Photos (using <code>Photos.framework</code>)</li>
<h4id='integration-with-3rd-party-libraries' class='heading'>Integration with 3rd party libraries</h4>
98
105
99
106
<ul>
100
-
<li><ahref="https://github.com/SDWebImage/SDWebImageLottiePlugin">SDWebImageLottiePlugin</a> - plugin to support <ahref="https://github.com/airbnb/lottie-ios">Lottie</a> animation with remote JSON files</li>
107
+
<li><ahref="https://github.com/SDWebImage/SDWebImageLottiePlugin">SDWebImageLottiePlugin</a> - plugin to support <ahref="https://github.com/airbnb/lottie-ios">Lottie-iOS</a>, vector animation rending with remote JSON files</li>
108
+
<li><ahref="https://github.com/SDWebImage/SDWebImageLottiePlugin">SDWebImageSVGKitPlugin</a> - plugin to support <ahref="https://github.com/SVGKit/SVGKit">SVGKit</a>, SVG rendering using Core Animation, iOS 8+/macOS 10.10+ support</li>
101
109
<li><ahref="https://github.com/SDWebImage/SDWebImageFLPlugin">SDWebImageFLPlugin</a> - plugin to support <ahref="https://github.com/Flipboard/FLAnimatedImage">FLAnimatedImage</a> as the engine for animated GIFs</li>
102
110
<li><ahref="https://github.com/SDWebImage/SDWebImageYYPlugin">SDWebImageYYPlugin</a> - plugin to integrate <ahref="https://github.com/ibireme/YYImage">YYImage</a> & <ahref="https://github.com/ibireme/YYCache">YYCache</a> for image rendering & caching</li>
0 commit comments