Initial commit: populate and order slides
dkl9

dkl9 commited on 2025-333 22:10:27
Showing 9 changed files, with 35 additions and 0 deletions.

... ...
@@ -0,0 +1,11 @@
1
+#!/bin/sh
2
+PRELUDE='magick -size 640x360 canvas:transparent -font FreeSans-Bold -gravity North -fill White'
3
+$PRELUDE \
4
+    -pointsize 48 -draw "text 0,45 'How to wash your hands:\nsteps and timing'" \
5
+    -pointsize 30 -draw "text 0,165 'Video by dkl9, hand images by Hong Kong\nCentre for Health Protection (2020)'" \
6
+    -font FreeMono -pointsize 28 -draw "text 0,270 'https://DKL9.net/essays/handwash_how'" \
7
+    title.png
8
+$PRELUDE -pointsize 60 -draw "text 0,120 'Wet hands\nwith clean water'" wet.png
9
+$PRELUDE -pointsize 60 -draw "text 0,150 'Apply enough soap'" soap.png
10
+$PRELUDE -pointsize 60 -draw "text 0,90 'Rinse hands\nthoroughly\nwith clean water'" rinse.png
11
+$PRELUDE -pointsize 60 -draw "text 0,150 'Dry hands thoroughly'" dry.png
... ...
@@ -0,0 +1,24 @@
1
+file title.png
2
+outpoint 5
3
+file wet.png
4
+outpoint 7
5
+file soap.png
6
+outpoint 3
7
+file photo/step1.png
8
+outpoint 4
9
+file photo/step2.png
10
+outpoint 6
11
+file photo/step3.png
12
+outpoint 2
13
+file photo/step4.png
14
+outpoint 4
15
+file photo/step5.png
16
+outpoint 5
17
+file photo/step6.png
18
+outpoint 6
19
+file photo/step7.png
20
+outpoint 6
21
+file rinse.png
22
+outpoint 16
23
+file dry.png
24
+outpoint 10
0 25