DeadSix27 / waifu2x-converter-cpp

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

tchar support #176

Closed YukihoAA closed 5 years ago

YukihoAA commented 5 years ago

MERGE AFTER #174

I combined all unicode functions that it can be implemented in single line.

remain #if (_WIN32) && (_UNICODE) is essential for working.

It works fine in ubuntu too.

DeadSix27 commented 5 years ago

This review includes this PR, and the following others: #174, #173, #170

Works as described. There's an issue with duration calculation though, but that seems to have existed before this PR as well. so I'll open a separate issue for that at some point.

EDIT: I would like to have some more people test it though.