DeadSix27 / waifu2x-converter-cpp

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

Create subdirs when combining recursive with output dir #187

Closed kattjevfel closed 5 years ago

kattjevfel commented 5 years ago

When using --recursive-directory and setting an output folder with --output, sub-directories aren't created, creating a mess when running on something like a bunch of mangas.

as can be seen, both files from a and b ended up in out without being separated.

Could this be added?