e859653266a80ca25a3478af2db37e78371211e3
On occasion the author would save his image as a .gif with transparency when he (most likely) intended to leave the parts white. This was already accounted for in the `convert` command, but the wrong flags were being used. This should be fixed now (compare strip from 2002-09-11) Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
fetch-achewood
A pair of scripts that will fetch all Achewood comics and captions/alt-text, and then will reformat those comics and append the caption to the image.
Usage
First, download achewood comics with python3 fetch-achewood.py. Requires Python 3.10+ and no
additional libraries. All comics will be dumped into the data/images/ directory.
Second, run ./postprocess.sh. This will convert all comics to png and add the caption to the
bottom of the comic if it exists and dump them in the out/ directory.
Description
Languages
Python
84.2%
Shell
15.8%