# twitter/ios-twitter-image-pipeline

Twitter Image Pipeline is a robust and performant image loading and caching framework for iOS clients

Repository: https://github.com/twitter/ios-twitter-image-pipeline
Canonical: https://ross.abutalabs.com/products/ios-twitter-image-pipeline
Language: C
License: Apache-2.0
License Family: permissive
Topics: image-pipeline, ios, swift, objective-c, twitter, cache
Last push: 2024-01-26T09:36:22+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3506, "days_push": 950, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1847, forks 107 (observed 2026-08-28T04:05:43.530168+00:00)

## What it is
Twitter Image Pipeline (TIP) is an iOS framework for fetching, decoding, and caching images with in-memory and on-disk caches. It supports progressive JPEG rendering, resumable downloads, and intelligent cache variant management.

## Use cases
- load images efficiently in an iOS app
- cache images on disk and memory on iOS
- render progressive JPEGs as they download
- resume partially downloaded images
- avoid redundant network fetches for uploaded images
- serve cached image variants at different sizes

## When to choose
- building an iOS app with heavy image feeds like timelines or galleries
- you need progressive JPEG and resumable image downloads
- you want a battle-tested image pipeline from a major app

## When to avoid
- building for Android or cross-platform targets
- you need a Swift-first modern library with active community development
- your image loading needs are simple enough for SDWebImage or Kingfisher

## Facets
- artifact type: library
- maturity: maintenance
- function: image-processing, caching, http-client
- domain: mobile-development, image-processing
- platform: -
- tags: image-loading, image-cache, progressive-jpeg, objective-c, swift, ios, mobile

## Member repositories
- twitter/ios-twitter-image-pipeline (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:43.530168+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:17:51.462167+00:00, confidence not recorded.
  - readme: https://github.com/twitter/ios-twitter-image-pipeline (fetched 2026-08-28T04:05:43.530168+00:00, sha 20c28af1327e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
