index.html 4.8 KB

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