1
0
mirror of https://github.com/DP-3T/documents.git synced 2025-01-10 05:34:58 +01:00

4 Commits

Author SHA1 Message Date
Jonas Bardino
15ee222508 add missing terminating parenthesis 2020-05-01 06:58:09 +02:00
Jonas Bardino
6310fcd646 Add individual PNG panels generated from the pages of the PDF using the
parallel imagemagick command:
PAGES=18
for PADNUM in $(seq -f "%04g" 0 $((PAGES-1))); do
    NUM=$((PADNUM))
    convert -density 150 "comic-dk.pdf[$NUM]" -quality 00 dk_panel${PADNUM}.png &
done

Higher resolution versions could be made with density set to e.g. 300 and the
quality parameter for PNG convert is explained on:
https://stackoverflow.com/questions/9710118/convert-multipage-pdf-to-png-and-back-linux
2020-05-01 06:52:58 +02:00
Jonas Bardino
71e7d66460 Accepted or addressed almost all the main points from both outstanding pull requests.
Fixed a couple of typos.
Added Kasper Laudrup to contributors list - thanks, Kasper!

Still a bit in doubt about the precise interpretation of "evenings at home". The
German translation is straight forward, so that remains my best bet for
now. Although Laudrup's suggestion of "when she is at home" would perhaps add
some privacy value.
2020-04-30 08:31:50 +02:00
Jonas Bardino
d53098b505 Filled cartoon as ODT and PDF using the suggested font and with some minor
changes to make texts fit the available space.

Added Markdown document with background information and credits.
2020-04-29 21:52:39 +02:00