detect if there are equivalent PDF and image-file versions, and choose whichever is higher-resolution

This commit is contained in:
xenofem 2024-02-06 23:01:59 -05:00
parent 9cc51ace4a
commit 7e429f3160
3 changed files with 71 additions and 4 deletions

View file

@ -7,6 +7,7 @@ authors = [{name = "xenofem"}]
dependencies = [
"requests",
"PyMuPDF",
"pillow",
"dlsite-async",
"jinja2",
"importlib_resources",