DeadSix27 / waifu2x-converter-cpp

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

Get system info in one call #160

Closed velara3 closed 4 years ago

velara3 commented 5 years ago

Get system info in one call. I'm doing this:

 waifu2x-converter-cpp --list-opencv-formats
 waifu2x-converter-cpp --list-processor
 waifu2x-converter-cpp --version

What do you think of having a single --get-features flag?

 waifu2x-converter-cpp --get-features

returns something like:

 // JSON
 { version: 5.5.0, formats: ['png','jpeg',etc], processors: [{name:AMD, index:0}, etc] }