diff options
| author | Shy <[email protected]> | 2026-02-08 10:33:29 -0500 |
|---|---|---|
| committer | Shy <[email protected]> | 2026-02-08 10:33:29 -0500 |
| commit | cc3f1c6905453b6db9f4c3346c32de4a8243cd9b (patch) | |
| tree | bc2f066af38d47a8ea10ed66214840dcb699dabf /imgutils.py | |
| parent | afa742a234684ecc5ca2e132ad3c049db4bba42d (diff) | |
| download | yuri.directory-master.tar.xz yuri.directory-master.zip | |
Diffstat (limited to 'imgutils.py')
| -rw-r--r-- | imgutils.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/imgutils.py b/imgutils.py index 955cf8f..0835c38 100644 --- a/imgutils.py +++ b/imgutils.py @@ -116,8 +116,7 @@ def convert_rgba(im): def convert_chapter(cache_key, images, output_folder): - # TODO: for non-long strips, stack horizontally - # Limit height to + # TODO: for non-long strips, stack horizontally (?) cache_folder = os.path.join(IMAGE_CACHE, cache_key) |
