| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 | <!DOCTYPE html> <html lang="en">  <!-- This file was automatically generated by webgen/gen.rb. Do not make changes to this file manually. -->  <head>    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">    <meta charset="utf-8">    <link rel="shortcut icon" href="favicon.ico"/>    <meta name="viewport" content="initial-scale=1.0,width=device-width">    <link href="//cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css" rel="stylesheet" type="text/css">    <link href="style.css" rel="stylesheet" type="text/css">    <link href="mobile.css" rel="stylesheet" type="text/css" media="screen and (max-width: 768px) and (min-width: 0px)">    <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>    <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.js"></script>    <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/URI.js/1.18.1/URI.min.js"></script>    <script type="text/javascript" src="ui.js"></script>    <title>waifu2x</title>  </head>  <body>    <div class="all-page">      <h1 class="main-title">waifu2x</h1>      <div class="choose-lang">	<a href="index.html">	  English	</a>	/	<a href="index.ja.html">	  日本語	</a>	/	<a href="index.ru.html">	  Русский	</a>	/	<a href="index.pt.html">	  Português	</a>	/	<a href="index.es.html">	  Español	</a>	/	<a href="index.fr.html">	  Français	</a>	/	<a href="index.de.html">	  Deutsch	</a>	/	<a href="index.tr.html">	  Türkçe	</a>	/	<a href="index.zh-CN.html">	  简体中文	</a>	/	<a href="index.zh-TW.html">	  繁體中文	</a>	/	<a href="index.ko.html">	  한국어	</a>      </div>      <p>Single-Image Super-Resolution for Anime-Style Art using Deep Convolutional Neural Networks. And it supports photo.</p>      <p class="margin1 link-box">	<a href="https://raw.githubusercontent.com/nagadomi/waifu2x/master/images/slide.png" class="blue-link" target="_blank">	  Show full demonstration	</a>	| 	<a href="https://github.com/nagadomi/waifu2x" class="blue-link" target="_blank">	  Go to GitHub	</a>      </p>      <form action="/api" method="POST" enctype="multipart/form-data" target="_blank">	<div class="option-box first">	  <div class="option-left">Image choosing:</div>	  <div class="option-right">	    <input type="text" id="url" name="url" placeholder="Type URL">	    <div class="option-right-small">	      Or choose a file: 	      <input type="file" id="file" name="file"></div>	  </div>	  <div class="option-hint file_limits">	    Limits: Size: 5MB, Noise Reduction: 3000x3000px, Upscaling: 1500x1500px.	  </div>	</div>	<div class="option-box">	  <div class="option-left">	    Style:	  </div>	  <div class="option-right">	    <label><input type="radio" name="style" class="radio" value="art" checked>	      <span class="r-text">		Artwork	      </span>	    </label>	    <label><input type="radio" name="style" class="radio" value="photo">	      <span class="r-text">		Photo	      </span>	    </label>	  </div>	</div>	<div class="option-box">	  <div class="option-left">	    Noise Reduction:	    <div class="option-left-small">	      (expect JPEG artifact)	    </div>	  </div>	  <div class="option-right">	    <label><input type="radio" name="noise" class="radio" value="-1">	      <span class="r-text">		None	      </span>	    </label>	    <label><input type="radio" name="noise" class="radio" value="0" checked>	      <span class="r-text">		Low	      </span>	    </label>	    <label><input type="radio" name="noise" class="radio" value="1" checked>	      <span class="r-text">		Medium	      </span>	    </label>	    <label>	      <input type="radio" name="noise" class="radio" value="2">	      <span class="r-text">		High	      </span>	    </label>	    <label>	      <input type="radio" name="noise" class="radio" value="3">	      <span class="r-text">		Highest	      </span>	    </label>	  </div>	  <div class="option-hint">	    You need use noise reduction if image actually has noise or it may cause opposite effect.	  </div>	</div>	<div class="option-box">	  <div class="option-left">	    Upscaling:	    <div class="option-left-small"></div>	  </div>	  <div class="option-right">	    <label><input type="radio" name="scale" class="radio" value="-1" checked>	      <span class="r-text">		None	      </span>	    </label>	    <label><input type="radio" name="scale" class="radio" value="1">	      <span class="r-text">		1.6x	      </span>	    </label>	    <label><input type="radio" name="scale" class="radio" value="2">	      <span class="r-text">		2x	      </span>	    </label>	  </div>	</div>			  <input type="submit" class="button" value="Convert">		<input type="submit" name="download" value="Download" class="button">	<div class="bottom-hint">	  <ul>	    	      <li>If you are using Firefox, Please press the CTRL+S key to save image. "Save Image" option doesn't work.</li>	    	  </ul>	</div>      </form>    </div>    <div class="bottom-info address">      <a href="https://github.com/nagadomi/waifu2x" class="gray-link" target="_blank">waifu2x</a>    </div>  </body></html>
 |