Documentation Contents
This page contains SDWebImage and its related projects documentation.
Core
- SDWebImage - Asynchronous image downloader with cache support as a UIImageView category
SwiftUI
- SDWebImageSwiftUI - SwiftUI Image loading and Animation framework powered by SDWebImage
Coders for additional image formats
- SDWebImageWebPCoder - coder for WebP format. Based on libwebp
- SDWebImageHEIFCoder - coder for HEIF format, iOS 8+/macOS 10.10+ support. Based on libheif
- SDWebImageBPGCoder - coder for BPG format. Based on libbpg
- SDWebImageFLIFCoder - coder for FLIF format. Based on libflif
- SDWebImageAVIFCoder - coder for AVIF (AV1-based) format. Based on libavif
- SDWebImagePDFCoder - coder for PDF vector format. Using built-in frameworks
- SDWebImageSVGCoder - coder for SVG vector format. Using built-in frameworks
- SDWebImageLottieCoder - coder for Lottie animation format. Based on rlottie
Custom Caches
- SDWebImageYYPlugin - plugin to support caching images with YYCache
- SDWebImagePINPlugin - plugin to support caching images with PINCache
Custom Loaders
- SDWebImagePhotosPlugin - plugin to support loading images from Photos (using
Photos.framework) - SDWebImageLinkPlugin - plugin to support loading images from rich link url, as well as
LPLinkView(usingLinkPresentation.framework)
Integration with 3rd party libraries
- SDWebImageLottiePlugin - plugin to support Lottie-iOS, vector animation rending with remote JSON files
- SDWebImageSVGKitPlugin - plugin to support SVGKit, SVG rendering using Core Animation, iOS 8+/macOS 10.10+ support
- SDWebImageFLPlugin - plugin to support FLAnimatedImage as the engine for animated GIFs
- SDWebImageYYPlugin - plugin to integrate YYImage & YYCache for image rendering & caching
View on GitHub
Documentation Contents