Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 605 Bytes

File metadata and controls

20 lines (14 loc) · 605 Bytes

Process Manga

Description

Iterates manga folders and images to resize them if larger than a particular target device.
Will also convert non-JPG files to JPG.

Requirements

  • Having python installed.
  • Running pip install -r requirements.txt to install the required dependencies.
  • (For upscale_manga.py)
    • Download your waifu2x client of choice to /waifu2x
    • Rename the exe to waifu2x.exe
    • Rename the model name in upscale_manga.py to match the one bundled with your exe

Running

  • Run the script from the explorer
  • Run the script with python FILENAME in the terminal