diff options
| -rw-r--r-- | bake.py | 2 | ||||
| -rw-r--r-- | imgutils.py | 3 |
2 files changed, 1 insertions, 4 deletions
@@ -131,8 +131,6 @@ def create_index(directory): index.append(series_data) i += 1 - # if i > 100: - # break return index 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) |
