UARTSIFARTSI vs Babelia

Both projects try to hold every possible image. They pick very different rules for how to line those images up.

Babelia (Library of Babel)

Babelia, the image annex of libraryofbabel.info, enumerates every possible 640×416 image in 4,096 colors. You either request a random image or paste an address and the site renders that specific picture. The space is astronomical — roughly 4096640·416 images — and the interface is deliberately random-access: there is no meaningful “next” image.

UARTSIFARTSI

UARTSIFARTSI enumerates every black-and-white pixel image across every size in one deterministic order. An image’s address is a triple (w, h, k):

  1. Sort by pixel count n = w·h, ascending.
  2. Within an n-bucket, order the (w, h) pairs: (1,n) first, then (n,1), then remaining factor pairs by ascending smaller side, wider-than-tall before its transpose.
  3. Within a pair, walk k from 0 to 2^n − 1. Read k as an n-bit binary number; 0 is white, 1 is black.

Side by side

PropertyUARTSIFARTSIBabelia
PaletteBlack & white (2 colors)4,096 colors
SizesEvery (w, h) up to 32×32Fixed 640×416
OrderingTotal, deterministic (w, h, k)Random access by address
Next / previous imageYes — always definedNot meaningful
Naming / communityAnyone can name any imageNo naming layer
URL shape/img/w/h/kOpaque address string

Which one should I use?

Use Babelia if you want a Borges-flavored plunge into a huge, high-resolution color space with no path through it. Use UARTSIFARTSI if you want a shared, walkable catalogue of every possible pixel image — with stable URLs, a next image, and names contributed by other people.

Ready to explore? Start at the front page or jump to a specific image like /img/3/3/170.