index.html 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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.ko.html">
  58. 한국어
  59. </a>
  60. </div>
  61. <p>Single-Image Super-Resolution for Anime-Style Art using Deep Convolutional Neural Networks. And it supports photo.</p>
  62. <p class="margin1 link-box">
  63. <a href="https://raw.githubusercontent.com/nagadomi/waifu2x/master/images/slide.png" class="blue-link" target="_blank">
  64. Show full demonstration
  65. </a>
  66. |
  67. <a href="https://github.com/nagadomi/waifu2x" class="blue-link" target="_blank">
  68. Go to GitHub
  69. </a>
  70. </p>
  71. <form action="/api" method="POST" enctype="multipart/form-data" target="_blank">
  72. <div class="option-box first">
  73. <div class="option-left">Image choosing:</div>
  74. <div class="option-right">
  75. <input type="text" id="url" name="url" placeholder="Type URL">
  76. <div class="option-right-small">
  77. Or choose a file:
  78. <input type="file" id="file" name="file"></div>
  79. </div>
  80. <div class="option-hint">
  81. Limits: Size: 3MB, Noise Reduction: 2560x2560px, Upscaling: 1280x1280px.
  82. </div>
  83. </div>
  84. <div class="option-box">
  85. <div class="option-left">
  86. Style:
  87. </div>
  88. <div class="option-right">
  89. <label><input type="radio" name="style" class="radio" value="art" checked>
  90. <span class="r-text">
  91. Artwork
  92. </span>
  93. </label>
  94. <label><input type="radio" name="style" class="radio" value="photo">
  95. <span class="r-text">
  96. Photo
  97. </span>
  98. </label>
  99. </div>
  100. </div>
  101. <div class="option-box">
  102. <div class="option-left">
  103. Noise Reduction:
  104. <div class="option-left-small">
  105. (expect JPEG artifact)
  106. </div>
  107. </div>
  108. <div class="option-right">
  109. <label><input type="radio" name="noise" class="radio" value="0">
  110. <span class="r-text">
  111. None
  112. </span>
  113. </label>
  114. <label><input type="radio" name="noise" class="radio" value="1" checked>
  115. <span class="r-text">
  116. Medium
  117. </span>
  118. </label>
  119. <label>
  120. <input type="radio" name="noise" class="radio" value="2">
  121. <span class="r-text">
  122. High
  123. </span>
  124. </label>
  125. <label>
  126. <input type="radio" name="noise" class="radio" value="3">
  127. <span class="r-text">
  128. Highest
  129. </span>
  130. </label>
  131. </div>
  132. <div class="option-hint">
  133. You need use noise reduction if image actually has noise or it may cause opposite effect.
  134. </div>
  135. </div>
  136. <div class="option-box">
  137. <div class="option-left">
  138. Upscaling:
  139. <div class="option-left-small"></div>
  140. </div>
  141. <div class="option-right">
  142. <label><input type="radio" name="scale" class="radio" value="0" checked>
  143. <span class="r-text">
  144. None
  145. </span>
  146. </label>
  147. <label><input type="radio" name="scale" class="radio" value="1">
  148. <span class="r-text">
  149. 1.6x
  150. </span>
  151. </label>
  152. <label><input type="radio" name="scale" class="radio" value="2">
  153. <span class="r-text">
  154. 2x
  155. </span>
  156. </label>
  157. </div>
  158. </div>
  159. <input type="submit" class="button" value="Convert">
  160. <input type="submit" name="download" value="Download" class="button">
  161. <div class="bottom-hint">
  162. <ul>
  163. <li>If you are using Firefox, Please press the CTRL+S key to save image. "Save Image" option doesn't work.</li>
  164. </ul>
  165. </div>
  166. </form>
  167. </div>
  168. <div class="bottom-info address">
  169. <a href="https://github.com/nagadomi/waifu2x" class="gray-link" target="_blank">waifu2x</a>
  170. </div>
  171. </body>
  172. </html>