qr-001104
Published 20 August 2026 · rendered in 1.0 s
Parameters
- seed
- 1104
- algorithm
- cells
- palette
- ash
- octaves
- 3
- frequency
- 2
- warp
- 0.590
- contrast
- 1.407
- grain
- 0.0099
- rotation
- 0.125 rad
- rendered
- 1920 × 1080
Every value above is derived from the seed alone. Run this and you get this image back, bit for bit:
python gen/render.py --seed 1104 --size hd
The renderer is on the code page, about 300 lines of NumPy and Pillow.
cells
Worley cells: for every pixel, the distance to the nearest scattered point and to the second nearest. Their difference draws the cell walls, which is then mixed with a warped field for texture.
ash
Cold greys drifting to bone white.
Download
- HD PNG 3.4 MB
Public domain, no attribution required. See the licence.