Skip to content

Commit ddb3ca0

Browse files
committed
Update the Contents about plugins
1 parent 1a25c70 commit ddb3ca0

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

index.html

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,22 @@ <h4 id='swiftui' class='heading'>SwiftUI</h4>
8080
<h4 id='coders-for-additional-image-formats' class='heading'>Coders for additional image formats</h4>
8181

8282
<ul>
83-
<li><a href="https://github.com/SDWebImage/SDWebImageWebPCoder">SDWebImageWebPCoder</a> - coder for WebP image format. Based on <a href="https://chromium.googlesource.com/webm/libwebp">libwebp</a></li>
84-
<li><a href="https://github.com/SDWebImage/SDWebImageHEIFCoder">SDWebImageHEIFCoder</a> - coder to support HEIF image without Apple&rsquo;s <code>Image/IO framework</code>, iOS 8+/macOS 10.10+ support.</li>
85-
<li><a href="https://github.com/SDWebImage/SDWebImageBPGCoder">SDWebImageBPGCoder</a> - coder for BPG format</li>
86-
<li><a href="https://github.com/SDWebImage/SDWebImageFLIFCoder">SDWebImageFLIFCoder</a> - coder for FLIF format</li>
87-
<li><a href="https://github.com/SDWebImage/SDWebImageAVIFCoder">SDWebImageAVIFCoder</a> - coder for AVIF (AV1-based) format</li>
88-
<li><a href="https://github.com/SDWebImage/SDWebImagePDFCoder">SDWebImagePDFCoder</a> - coder for PDF vector format image</li>
89-
<li><a href="https://github.com/SDWebImage/SDWebImageSVGCoder">SDWebImageSVGCoder</a> - coder for SVG vector format image</li>
83+
<li><a href="https://github.com/SDWebImage/SDWebImageWebPCoder">SDWebImageWebPCoder</a> - coder for WebP format. Based on <a href="https://chromium.googlesource.com/webm/libwebp">libwebp</a></li>
84+
<li><a href="https://github.com/SDWebImage/SDWebImageHEIFCoder">SDWebImageHEIFCoder</a> - coder for HEIF format, iOS 8+/macOS 10.10+ support. Based on <a href="https://github.com/strukturag/libheif">libheif</a></li>
85+
<li><a href="https://github.com/SDWebImage/SDWebImageBPGCoder">SDWebImageBPGCoder</a> - coder for BPG format. Based on <a href="https://github.com/mirrorer/libbpg">libbpg</a></li>
86+
<li><a href="https://github.com/SDWebImage/SDWebImageFLIFCoder">SDWebImageFLIFCoder</a> - coder for FLIF format. Based on <a href="https://github.com/FLIF-hub/FLIF">libflif</a></li>
87+
<li><a href="https://github.com/SDWebImage/SDWebImageAVIFCoder">SDWebImageAVIFCoder</a> - coder for AVIF (AV1-based) format. Based on <a href="https://github.com/AOMediaCodec/libavif">libavif</a></li>
88+
<li><a href="https://github.com/SDWebImage/SDWebImagePDFCoder">SDWebImagePDFCoder</a> - coder for PDF vector format. Using built-in frameworks</li>
89+
<li><a href="https://github.com/SDWebImage/SDWebImageSVGCoder">SDWebImageSVGCoder</a> - coder for SVG vector format. Using built-in frameworks</li>
90+
<li><a href="https://github.com/SDWebImage/SDWebImageLottieCoder">SDWebImageLottieCoder</a> - coder for Lottie animation format. Based on <a href="https://github.com/Samsung/rlottie">rlottie</a></li>
9091
</ul>
91-
<h4 id='loaders' class='heading'>Loaders</h4>
92+
<h4 id='custom-caches' class='heading'>Custom Caches</h4>
93+
94+
<ul>
95+
<li><a href="https://github.com/SDWebImage/SDWebImageYYPlugin">SDWebImageYYPlugin</a> - plugin to support caching images with <a href="https://github.com/ibireme/YYCache">YYCache</a></li>
96+
<li><a href="https://github.com/SDWebImage/SDWebImagePINPlugin">SDWebImagePINPlugin</a> - plugin to support caching images with <a href="https://github.com/pinterest/PINCache">PINCache</a></li>
97+
</ul>
98+
<h4 id='custom-loaders' class='heading'>Custom Loaders</h4>
9299

93100
<ul>
94101
<li><a href="https://github.com/SDWebImage/SDWebImagePhotosPlugin">SDWebImagePhotosPlugin</a> - plugin to support loading images from Photos (using <code>Photos.framework</code>)</li>
@@ -97,7 +104,8 @@ <h4 id='loaders' class='heading'>Loaders</h4>
97104
<h4 id='integration-with-3rd-party-libraries' class='heading'>Integration with 3rd party libraries</h4>
98105

99106
<ul>
100-
<li><a href="https://github.com/SDWebImage/SDWebImageLottiePlugin">SDWebImageLottiePlugin</a> - plugin to support <a href="https://github.com/airbnb/lottie-ios">Lottie</a> animation with remote JSON files</li>
107+
<li><a href="https://github.com/SDWebImage/SDWebImageLottiePlugin">SDWebImageLottiePlugin</a> - plugin to support <a href="https://github.com/airbnb/lottie-ios">Lottie-iOS</a>, vector animation rending with remote JSON files</li>
108+
<li><a href="https://github.com/SDWebImage/SDWebImageLottiePlugin">SDWebImageSVGKitPlugin</a> - plugin to support <a href="https://github.com/SVGKit/SVGKit">SVGKit</a>, SVG rendering using Core Animation, iOS 8+/macOS 10.10+ support</li>
101109
<li><a href="https://github.com/SDWebImage/SDWebImageFLPlugin">SDWebImageFLPlugin</a> - plugin to support <a href="https://github.com/Flipboard/FLAnimatedImage">FLAnimatedImage</a> as the engine for animated GIFs</li>
102110
<li><a href="https://github.com/SDWebImage/SDWebImageYYPlugin">SDWebImageYYPlugin</a> - plugin to integrate <a href="https://github.com/ibireme/YYImage">YYImage</a> &amp; <a href="https://github.com/ibireme/YYCache">YYCache</a> for image rendering &amp; caching</li>
103111
</ul>

0 commit comments

Comments
 (0)