Main floor south curtains
https://spacecruft.org/livery/curtains-s-main
- Python 100%
| img | ||
| omg-dots | ||
| .gitignore | ||
| LICENSE-apache.txt | ||
| README.md | ||
| requirements.txt | ||
Curtains South Window Main Floor Yellow Dots on Blue
Production files for two curtains. with yellow dots on blue background.
Preview
Preview of image used.
Preview
Render
Render of the curtain
Final Image
The final production image is here:
img/curtain-dots-yellow-blue.png
Note: it is 319M! Contrado can handle these large file sizes OK.
Manufacturing
- Curtain
- Manufactured by Contrado
- 66" x 72"
- 13,200 x 14,400 pixels
Scripts
Thusly:
python -m venv venv
source venv/bin/activate
pip install -U setuptools pip wheel
pip install -r omg-dots/requirements.txt
./omg-dots/omg-dots.py
The Contrado curtain is 13,200 x 14,400 pixels.
Production script run:
./omg-dots/omg-dots.py \
--compress 9 \
--width 13200 \
--height 14400 \
--dot-color "255,243,0" \
--bg-color "0,12,255" \
--dot-sizes '[[4, 8], [6, 15], [10, 25], [15, 25], [22, 15], [28, 8], [38, 3], [50, 0.6], [71, 0.12], [89, 0.03], [122, 0.06], [150, 0.02], [171, 0.05]]' \
--seed 14 \
--output img/curtain-dots-yellow-blue.png
License
Apache 2.0.
Copyright © 2026 Jeff Moe.

