Add tool to generate images from schedule data master github/master
authorMagnus Hagander <magnus@hagander.net>
Mon, 17 Nov 2025 16:10:32 +0000 (17:10 +0100)
committerMagnus Hagander <magnus@hagander.net>
Mon, 17 Nov 2025 16:10:32 +0000 (17:10 +0100)
commitea3d0701b62194074c2b0defe5aef1b2fd3547d9
tree4bb0e6124198b7e087e0a5f5e0183f24692899a7
parent43723b88872b3fdf8fa421e881f5049011b0dfc4
Add tool to generate images from schedule data

This is a trivial tool to generate images for each session in
the system. This can be used to for example generate screens
to show on monitors outside the conference rooms, or tor
generate slides to show in the rooms in between talks.

Based off an idea from Chris Ellis but reimplemented using jinja2
templates (and python instead of node.js) to use the same templates as
the rest of the system uses.
docs/confreg/imagemaker.md [new file with mode: 0644]
docs/confreg/index.md
tools/imagemaker/README.md [new file with mode: 0644]
tools/imagemaker/imagemaker.py [new file with mode: 0755]