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

fogleman/Quads

Computer art based on quadtrees. observed · 2026-08-28

github.com/fogleman/Quads · homepage · Python observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

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

Full methodology

Adoption not part of the score

1232 stars · 151 forks observed · 2026-08-28

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

A Python program that generates abstract computer art from input images using quadtree subdivision. Each quadrant is filled with an averaged color, and the quadrant with the largest error is recursively split to progressively refine the image.

Use cases

  • generate quadtree art from a photo
  • create abstract stylized versions of images
  • animate the iterative refinement of an image
  • produce breadth-first traversal animations of a quadtree
  • turn pictures into low-poly style color block art

When to choose

  • you want generative/abstract art from images via quadtree subdivision
  • you want a simple Python script to experiment with image approximation algorithms
  • you want to create animations of the refinement process

When to avoid

  • you need general-purpose image editing or photo manipulation
  • you need a maintained library with a license for production use
  • you need high-performance or GPU-accelerated image processing

Facets

cli-tool · maturity maintenance

image-processing graphics graphics image-processing media python cross-platform quadtree generative-art computer-art animation

2 sources

Member repositories

RepositoryRoleHealth v2
fogleman/Quadsmain32

For agents

markdown · JSON · MCP: product_card(name="fogleman/Quads")

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