index.ko.html 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. <!DOCTYPE html>
  2. <html lang="ko">
  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="//cdnjs.cloudflare.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="//cdnjs.cloudflare.com/ajax/libs/URI.js/1.18.1/URI.min.js"></script>
  15. <script type="text/javascript" src="ui.js"></script>
  16. <title>waifu2x</title>
  17. </head>
  18. <body>
  19. <div class="all-page">
  20. <h1 class="main-title">waifu2x</h1>
  21. <div class="choose-lang">
  22. <a href="index.html">
  23. English
  24. </a>
  25. /
  26. <a href="index.ja.html">
  27. 日本語
  28. </a>
  29. /
  30. <a href="index.ru.html">
  31. Русский
  32. </a>
  33. /
  34. <a href="index.pt.html">
  35. Português
  36. </a>
  37. /
  38. <a href="index.es.html">
  39. Español
  40. </a>
  41. /
  42. <a href="index.fr.html">
  43. Français
  44. </a>
  45. /
  46. <a href="index.de.html">
  47. Deutsch
  48. </a>
  49. /
  50. <a href="index.tr.html">
  51. Türkçe
  52. </a>
  53. /
  54. <a href="index.zh-CN.html">
  55. 简体中文
  56. </a>
  57. /
  58. <a href="index.zh-TW.html">
  59. 繁體中文
  60. </a>
  61. /
  62. <a href="index.ko.html">
  63. 한국어
  64. </a>
  65. /
  66. <a href="index.nl.html">
  67. Dutch
  68. </a>
  69. </div>
  70. <p>컨볼루젼 신경망(CNN) 시스템을 통한 딥 러닝으로 2차원 이미지의 해상도를 개선합니다. 그림 뿐만 아니라 사진에도 대응합니다.</p>
  71. <p class="margin1 link-box">
  72. <a href="https://raw.githubusercontent.com/nagadomi/waifu2x/master/images/slide.png" class="blue-link" target="_blank">
  73. 실제 데모 보기
  74. </a>
  75. |
  76. <a href="https://github.com/nagadomi/waifu2x" class="blue-link" target="_blank">
  77. GitHub에서 보기
  78. </a>
  79. </p>
  80. <form action="/api" method="POST" enctype="multipart/form-data" target="_blank">
  81. <div class="option-box first">
  82. <div class="option-left">이미지 선택:</div>
  83. <div class="option-right">
  84. <input type="text" id="url" name="url" placeholder="URL 입력">
  85. <div class="option-right-small">
  86. 또는 파일 업로드:
  87. <input type="file" id="file" name="file"></div>
  88. </div>
  89. <div class="option-hint file_limits">
  90. 제한: 크기: 5MB, 노이즈 감소: 3000x3000px, 업스케일링: 1500x1500px.
  91. </div>
  92. </div>
  93. <div class="option-box">
  94. <div class="option-left">
  95. 스타일:
  96. </div>
  97. <div class="option-right">
  98. <label><input type="radio" name="style" class="radio" value="art" checked>
  99. <span class="r-text">
  100. 그림
  101. </span>
  102. </label>
  103. <label><input type="radio" name="style" class="radio" value="photo">
  104. <span class="r-text">
  105. 사진
  106. </span>
  107. </label>
  108. </div>
  109. </div>
  110. <div class="option-box">
  111. <div class="option-left">
  112. 노이즈 감소:
  113. <div class="option-left-small">
  114. (JPEG 아티팩트 제외)
  115. </div>
  116. </div>
  117. <div class="option-right">
  118. <label><input type="radio" name="noise" class="radio" value="-1">
  119. <span class="r-text">
  120. 없음
  121. </span>
  122. </label>
  123. <label><input type="radio" name="noise" class="radio" value="0" checked>
  124. <span class="r-text">
  125. Low
  126. </span>
  127. </label>
  128. <label><input type="radio" name="noise" class="radio" value="1" checked>
  129. <span class="r-text">
  130. 중간
  131. </span>
  132. </label>
  133. <label>
  134. <input type="radio" name="noise" class="radio" value="2">
  135. <span class="r-text">
  136. 높음
  137. </span>
  138. </label>
  139. <label>
  140. <input type="radio" name="noise" class="radio" value="3">
  141. <span class="r-text">
  142. 최상
  143. </span>
  144. </label>
  145. </div>
  146. <div class="option-hint">
  147. 실제로 노이즈가 있는 이미지에만 사용해야 하며, 그렇지 않을 경우 사진의 세세한 부분이 뭉개질 수 있습니다.
  148. </div>
  149. </div>
  150. <div class="option-box">
  151. <div class="option-left">
  152. 업스케일링:
  153. <div class="option-left-small"></div>
  154. </div>
  155. <div class="option-right">
  156. <label><input type="radio" name="scale" class="radio" value="-1" checked>
  157. <span class="r-text">
  158. 없음
  159. </span>
  160. </label>
  161. <label><input type="radio" name="scale" class="radio" value="1">
  162. <span class="r-text">
  163. 1.6x
  164. </span>
  165. </label>
  166. <label><input type="radio" name="scale" class="radio" value="2">
  167. <span class="r-text">
  168. 2x
  169. </span>
  170. </label>
  171. </div>
  172. </div>
  173. <input type="submit" class="button" value="변환">
  174. <input type="submit" name="download" value="다운로드" class="button">
  175. <div class="bottom-hint">
  176. <ul>
  177. <li>FireFox에서 이미지를 저장하려면 Ctrl+S를 누르세요. 오른쪽 클릭 > "이미지 저장"을 이용하면 정상적으로 동작하지 않습니다.</li>
  178. </ul>
  179. </div>
  180. </form>
  181. </div>
  182. <div class="bottom-info address">
  183. <a href="https://github.com/nagadomi/waifu2x" class="gray-link" target="_blank">waifu2x</a>
  184. </div>
  185. </body>
  186. </html>