aboutsummaryrefslogtreecommitdiffstats
path: root/python/dkuugvideobig.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/dkuugvideobig.py')
-rw-r--r--python/dkuugvideobig.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/python/dkuugvideobig.py b/python/dkuugvideobig.py
new file mode 100644
index 0000000..050876e
--- /dev/null
+++ b/python/dkuugvideobig.py
@@ -0,0 +1,16 @@
+from label import label
+
+l = label(2500, width=720, landscape=True)
+l.set_fontsize(600)
+l.text((7, 10), "DKUUG")
+l.save('dkuugvideobig_dkuug.png')
+
+l = label(2200, width=720, landscape=True)
+l.set_fontsize(600)
+l.text((7, 10), "VIDEO")
+l.save('dkuugvideobig_video.png')
+
+l = label(1800, width=720, landscape=True)
+l.set_fontsize(600)
+l.text((7, 10), "KIT 1")
+l.save('dkuugvideobig_kit1.png')