Ross ROSS = Recommend OSS · open-source software intelligence for agents

facebookincubator/spectrum

A client-side image transcoding library. observed · 2026-08-28

github.com/facebookincubator/spectrum · homepage · C++ · MIT (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: archived

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: 2891
  • days_rel: n/a
  • days_push: 881
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1972 stars · 166 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Spectrum is a cross-platform image transcoding library written in portable C/C++ that integrates into Android and iOS projects to perform common image operations efficiently. Its declarative trait-based API lets developers specify desired output characteristics while Spectrum handles orchestration, including lossless JPEG operations and codec-level quality options.

Use cases

  • transcode images between jpeg png and webp on mobile
  • crop jpeg images losslessly on android or ios
  • reduce image file size while keeping quality in a mobile app
  • disable chroma sub-sampling when saving graphical jpegs
  • handle exif metadata correctly during image operations
  • add custom image codec support via a plugin architecture

When to choose

  • you need efficient, high-quality image transcoding in an Android or iOS app
  • you want lossless JPEG operations like cropping or rotation
  • you need codec-level control not exposed by platform frameworks
  • you want a portable C/C++ core you can wrap for other platforms

When to avoid

  • you only need basic image loading and display (use platform frameworks or Fresco/Glide)
  • you need server-side or desktop image processing without writing wrappers
  • you need actively developed features - the project sees infrequent releases

Facets

library · maturity maintenance

image-processing compression image-processing mobile-development cross-platform cpp transcoding jpeg png webp mozjpeg lossless-cropping declarative-api facebook android ios mobile

5 sources

Member repositories

RepositoryRoleHealth v2
facebookincubator/spectrummain10

For agents

markdown · JSON · MCP: product_card(name="facebookincubator/spectrum")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem