ibireme/YYWebImage
Asynchronous image loading framework. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3961
- days_rel: n/a
- days_push: 2128
- n_releases_24m: 0
Adoption not part of the score
3526 stars · 608 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
YYWebImage is an asynchronous image loading framework for iOS, part of YYKit, offering remote/local image loading, animated WebP/APNG/GIF decoding, and high-performance memory and disk caching. It serves as an improved replacement for SDWebImage, PINRemoteImage, and FLAnimatedImage.
Use cases
- load images asynchronously into UIImageView from remote URLs
- display animated WebP, APNG, or GIF images with low memory usage
- cache downloaded images in memory and on disk
- apply image effects like blur, round corners, and resizing during loading
- show progressive image loading with blur and fade animations
- replace SDWebImage with a higher-performance image loader
When to choose
- building an Objective-C iOS app that needs fast asynchronous image loading
- you need animated WebP/APNG/GIF support with lower memory usage
- you want built-in image processing effects like blur and rounded corners
- SDWebImage performance is a bottleneck in your app
When to avoid
- starting a new Swift project - consider modern alternatives like Kingfisher or SDWebImage
- you need actively maintained software with recent updates
- your app targets only recent iOS versions and needs SwiftUI integration
Facets
library · maturity maintenance
image-processing caching http-client mobile-development image-processing image-loading async-image webp gif apng uikit sdwebimage-alternative cocoapods ios macos objective-c
1 source
- readme: https://github.com/ibireme/YYWebImage · fetched 2026-08-28 · d8960fa43923
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ibireme/YYWebImage | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="ibireme/YYWebImage")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem