You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
725 B

6 years ago
# scripts used to make images
TODO: better docs
## text2gif.py
Make an svg template, feed it a text. Animation ensues:
![](https://varia.zone/images/this.gif)
6 years ago
Used for [what a website can be](https://varia.zone/what-a-website-can-be.html)
## historical_screenshots.py
Tool to record the visual development of pelican websites. The script goes through each commit, takes a screenshot.
6 years ago
![](https://varia.zone/images/varia_webhistory.gif)
## circletxt.py
Create SVGs where a arbitray text is laid out in a circle and network 'edges' are drawn between the letters.
![<https://git.vvvvvvaria.org/rra/imaging_tools/raw/branch/master/circle.svg>](https://git.vvvvvvaria.org/rra/imaging_tools/raw/branch/master/circle.svg)
6 years ago