index.html 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <!-- This file was automatically generated by webgen/gen.rb. Do not make changes to this file manually. -->
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="utf-8">
  7. <link rel="shortcut icon" href="favicon.ico"/>
  8. <meta name="viewport" content="initial-scale=1.0,width=device-width">
  9. <link href="//cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css" rel="stylesheet" type="text/css">
  10. <link href="style.css" rel="stylesheet" type="text/css">
  11. <link href="mobile.css" rel="stylesheet" type="text/css" media="screen and (max-width: 768px) and (min-width: 0px)">
  12. <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
  13. <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.js"></script>
  14. <script type="text/javascript" src="ui.js"></script>
  15. <title>waifu2x</title>
  16. </head>
  17. <body>
  18. <div class="all-page">
  19. <h1 class="main-title">waifu2x</h1>
  20. <div class="choose-lang">
  21. <a href="index.html">
  22. English
  23. </a>
  24. /
  25. <a href="index.ja.html">
  26. 日本語
  27. </a>
  28. /
  29. <a href="index.ru.html">
  30. Русский
  31. </a>
  32. /
  33. <a href="index.pt.html">
  34. Português
  35. </a>
  36. /
  37. <a href="index.es.html">
  38. Español
  39. </a>
  40. /
  41. <a href="index.fr.html">
  42. Français
  43. </a>
  44. /
  45. <a href="index.de.html">
  46. Deutsch
  47. </a>
  48. /
  49. <a href="index.tr.html">
  50. Türkçe
  51. </a>
  52. /
  53. <a href="index.zh-CN.html">
  54. 简体中文
  55. </a>
  56. /
  57. <a href="index.zh-TW.html">
  58. 繁體中文
  59. </a>
  60. /
  61. <a href="index.ko.html">
  62. 한국어
  63. </a>
  64. </div>
  65. <p>Single-Image Super-Resolution for Anime-Style Art using Deep Convolutional Neural Networks. And it supports photo.</p>
  66. <p class="margin1 link-box">
  67. <a href="https://raw.githubusercontent.com/nagadomi/waifu2x/master/images/slide.png" class="blue-link" target="_blank">
  68. Show full demonstration
  69. </a>
  70. |
  71. <a href="https://github.com/nagadomi/waifu2x" class="blue-link" target="_blank">
  72. Go to GitHub
  73. </a>
  74. </p>
  75. <form action="/api" method="POST" enctype="multipart/form-data" target="_blank">
  76. <div class="option-box first">
  77. <div class="option-left">Image choosing:</div>
  78. <div class="option-right">
  79. <input type="text" id="url" name="url" placeholder="Type URL">
  80. <div class="option-right-small">
  81. Or choose a file:
  82. <input type="file" id="file" name="file"></div>
  83. </div>
  84. <div class="option-hint file_limits">
  85. Limits: Size: 5MB, Noise Reduction: 3000x3000px, Upscaling: 1500x1500px.
  86. </div>
  87. </div>
  88. <div class="option-box">
  89. <div class="option-left">
  90. Style:
  91. </div>
  92. <div class="option-right">
  93. <label><input type="radio" name="style" class="radio" value="art" checked>
  94. <span class="r-text">
  95. Artwork
  96. </span>
  97. </label>
  98. <label><input type="radio" name="style" class="radio" value="photo">
  99. <span class="r-text">
  100. Photo
  101. </span>
  102. </label>
  103. </div>
  104. </div>
  105. <div class="option-box">
  106. <div class="option-left">
  107. Noise Reduction:
  108. <div class="option-left-small">
  109. (expect JPEG artifact)
  110. </div>
  111. </div>
  112. <div class="option-right">
  113. <label><input type="radio" name="noise" class="radio" value="-1">
  114. <span class="r-text">
  115. None
  116. </span>
  117. </label>
  118. <label><input type="radio" name="noise" class="radio" value="0" checked>
  119. <span class="r-text">
  120. Low
  121. </span>
  122. </label>
  123. <label><input type="radio" name="noise" class="radio" value="1" checked>
  124. <span class="r-text">
  125. Medium
  126. </span>
  127. </label>
  128. <label>
  129. <input type="radio" name="noise" class="radio" value="2">
  130. <span class="r-text">
  131. High
  132. </span>
  133. </label>
  134. <label>
  135. <input type="radio" name="noise" class="radio" value="3">
  136. <span class="r-text">
  137. Highest
  138. </span>
  139. </label>
  140. </div>
  141. <div class="option-hint">
  142. You need use noise reduction if image actually has noise or it may cause opposite effect.
  143. </div>
  144. </div>
  145. <div class="option-box">
  146. <div class="option-left">
  147. Upscaling:
  148. <div class="option-left-small"></div>
  149. </div>
  150. <div class="option-right">
  151. <label><input type="radio" name="scale" class="radio" value="-1" checked>
  152. <span class="r-text">
  153. None
  154. </span>
  155. </label>
  156. <label><input type="radio" name="scale" class="radio" value="1">
  157. <span class="r-text">
  158. 1.6x
  159. </span>
  160. </label>
  161. <label><input type="radio" name="scale" class="radio" value="2">
  162. <span class="r-text">
  163. 2x
  164. </span>
  165. </label>
  166. </div>
  167. </div>
  168. <input type="submit" class="button" value="Convert">
  169. <input type="submit" name="download" value="Download" class="button">
  170. <div class="bottom-hint">
  171. <ul>
  172. <li>If you are using Firefox, Please press the CTRL+S key to save image. "Save Image" option doesn't work.</li>
  173. </ul>
  174. </div>
  175. </form>
  176. </div>
  177. <div class="bottom-info address">
  178. <a href="https://github.com/nagadomi/waifu2x" class="gray-link" target="_blank">waifu2x</a>
  179. </div>
  180. </body>
  181. </html>