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
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.