DeadSix27 / waifu2x-converter-cpp

Improved fork of Waifu2X C++ using OpenCL and OpenCV
MIT License
792 stars 86 forks source link

Add Auto Naming Toggle Function and Sub Folder Generation #193

Closed YukihoAA closed 5 years ago

YukihoAA commented 5 years ago

This PR contains #118 and #187

User can now use

"-n" / "--auto-naming" option to toggle auto naming.

"-g" / "--generate-subdir" option to use sub folder generation on recursive dir mode.

fixes #118 fixes #187