index.ko.html 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  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="//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>컨볼루젼 신경망(CNN) 시스템을 통한 딥 러닝으로 2차원 이미지의 해상도를 개선합니다. 그림 뿐만 아니라 사진에도 대응합니다.</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. 실제 데모 보기
  65. </a>
  66. |
  67. <a href="https://github.com/nagadomi/waifu2x" class="blue-link" target="_blank">
  68. 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">이미지 선택:</div>
  74. <div class="option-right">
  75. <input type="text" id="url" name="url" placeholder="URL 입력">
  76. <div class="option-right-small">
  77. 또는 파일 업로드:
  78. <input type="file" id="file" name="file"></div>
  79. </div>
  80. <div class="option-hint">
  81. 제한: 크기: 3MB, 노이즈 감소: 2560x2560px, 업스케일링: 1280x1280px.
  82. </div>
  83. </div>
  84. <div class="option-box">
  85. <div class="option-left">
  86. 스타일:
  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. 그림
  92. </span>
  93. </label>
  94. <label><input type="radio" name="style" class="radio" value="photo">
  95. <span class="r-text">
  96. 사진
  97. </span>
  98. </label>
  99. </div>
  100. </div>
  101. <div class="option-box">
  102. <div class="option-left">
  103. 노이즈 감소:
  104. <div class="option-left-small">
  105. (JPEG 아티팩트 제외)
  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. 없음
  112. </span>
  113. </label>
  114. <label><input type="radio" name="noise" class="radio" value="1" checked>
  115. <span class="r-text">
  116. 중간
  117. </span>
  118. </label>
  119. <label>
  120. <input type="radio" name="noise" class="radio" value="2">
  121. <span class="r-text">
  122. 높음
  123. </span>
  124. </label>
  125. <label>
  126. <input type="radio" name="noise" class="radio" value="3">
  127. <span class="r-text">
  128. 최상
  129. </span>
  130. </label>
  131. </div>
  132. <div class="option-hint">
  133. 실제로 노이즈가 있는 이미지에만 사용해야 하며, 그렇지 않을 경우 사진의 세세한 부분이 뭉개질 수 있습니다.
  134. </div>
  135. </div>
  136. <div class="option-box">
  137. <div class="option-left">
  138. 업스케일링:
  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. 없음
  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="변환">
  160. <input type="submit" name="download" value="다운로드" class="button">
  161. <div class="bottom-hint">
  162. <ul>
  163. <li>FireFox에서 이미지를 저장하려면 Ctrl+S를 누르세요. 오른쪽 클릭 > "이미지 저장"는 정상적으로 동작하지 않습니다.</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>