Commit Graph

1 Commits (2b5735a380e8587b25edc3ff334a05d6cbdef83d)

Author SHA1 Message Date
Simon Bruder 2b5735a380
cbz2ebook: Replace with python implementation
It has multiple advantages:

 * It processes the images in memory, without writing intermediary files
 * It supports multithreading (though zlib fails non-reproducibly with
 some files, so it falls back to single-threading)
 * It does not spawn an army of subprocesses
 * It shows a better progress bar
2021-07-11 11:45:16 +02:00