Iterates manga folders and images to resize them if larger than a particular target device.
Will also convert non-JPG files to JPG.
- Having python installed.
- Running
pip install -r requirements.txtto 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.pyto match the one bundled with your exe
- Run the script from the explorer
- Run the script with
python FILENAMEin the terminal