tanakamura / waifu2x-converter-cpp

waifu2x(original : https://github.com/nagadomi/waifu2x) re-implementation in C++ using OpenCV
Other
318 stars 37 forks source link

Update ExtendedSendTo #15

Closed vitaliylag closed 9 years ago

vitaliylag commented 9 years ago
  1. Added support for processor list and processor choosing.
  2. Changed charset to UTF-8. UTF-8 doesn't work in JScript (.js files) but in .wsf files it works OK so I could use UTF-8 from the beginning =)
  3. Users now can use various order when typing options by himself. Also users can type x2 instead 2x (and J7 instead 7J). I think it was diffucult to remember order. When string does not match pattern script tells user what part of string is wrong.
  4. Other minor improvements.