This is a reimplementation of waifu2x (original) converter function, in C++, using OpenCV. This is also a reimplementation of waifu2x python version by Hector Martin. You can use this as command-line tool of image noise reduction or/and scaling.
https://discord.gg/gAvufS2 It's often easier to chat in real time, so if you want feel free to join.
-
Windows downloads
-
AUR (Arch)
- waifu2x-converter-cpp-git (git master)
- waifu2x-converter-cpp (releaes)
- These are maintained by nfnty. If you have issues with the AUR packages, please contact him.
-
Other Linux
- Please build from source. See BUILDING.md for help.
- Linux
- Windows
- MacOS?
- This is not officially supported but see here for more information: #20
- picojson (included)
- TCLAP(Templatized C++ Command Line Parser Library) (included)
- OpenCV 3+
See BUILDING.md for more information.
Usage of this program can be seen by executing waifu2x-converter-cpp --help
This program got forked a lot a this point, for history there is a list of author and major code changes since each fork: Fork changes
I'd appreciate any help on this project, I do not want yet another fork... so if you have improvement ideas or find bugs, please make a pull request or open an issue :)!