Skip to content

Manga CBZ Optimizer: A sleek utility tailored for manga .cbz files. Seamlessly compress, resize, and rename your collections, streamlining storage without compromising the integrity of your cherished manga reads.

Notifications You must be signed in to change notification settings

jslyonnais/manga-cbz-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Manga CBZ Processor

Python tool optimized for manga .cbz files. It efficiently compresses, resizes, and renames files, ensuring optimal storage and clarity while preserving the essence of your favorite manga.

Features

  1. Compression: The script compresses the .cbz files to reduce their file size.
  2. Resizing: Images inside the .cbz files are resized if their height is greater than a set limit (e.g., 1024 pixels) while preserving their aspect ratio.
  3. Renaming: The script renames files to remove any content inside parentheses from the filename.

Requirements

  • Python 3.x
  • Pillow library: pip install Pillow

Usage

  1. Clone the repository:

    git clone [your-repo-link]
    cd [repository-name]
    
  2. Ensure you have the Pillow library installed:

    pip install Pillow
  3. Put all your .cbz files in the input folder.

  4. Run the script:

    python script.py

About

Manga CBZ Optimizer: A sleek utility tailored for manga .cbz files. Seamlessly compress, resize, and rename your collections, streamlining storage without compromising the integrity of your cherished manga reads.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages