Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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