http://gitea.recanman7nly4wwc5f2t2h55jnxsr7wo664o3lsydngwetvrguz4esid.onion/rottenwheel/revuo-weekly/src/branch/master/new_issue.py
Path ( tempdir ) / " cover.svg " with open ( cover_path , " w " ) as f : f . write ( cover_template ) subprocess . run ( [ " inkscape " , str ( cover_path ) , " --export-filename " , f " content/weekly/issue- { issue_number } /cover.png " , ] ) image = Image . open ( f " content/weekly/issue- { issue_number } /cover.png " ) image = image . convert ( " RGB " ) . quantize ( colors = 256 ) image . save ( f " content/weekly/issue- { issue_number } /cover.png " , " PNG " , compress_level = 9 ) def...