1
0
Fork 0
mirror of synced 2024-06-02 11:04:31 +12:00
waifu2x/assets/index.ja.html

72 lines
4.2 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
2015-05-16 17:48:05 +12:00
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="utf-8">
<title>waifu2x</title>
<link rel="shortcut icon" href="favicon.ico"/>
<link href="style.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.js"></script>
<script type="text/javascript" src="ui.js"></script>
</head>
<body>
<div class="mainTitle"><!--
--><div class="mainTitle-text">waifu2x</div><!--
--><a href="index.html" class="flagLink first"><img src="img/flags/US.png" class="chooseLang"></a><!--
--><a href="index.ja.html" class="flagLink"><img src="img/flags/JP.png" class="chooseLang"></a><!--
--><a href="index.ru.html" class="flagLink"><img src="img/flags/RU.png" class="chooseLang"></a><!--
--></div>
<p>深層畳み込みニューラルネットワークによる二次元画像のための超解像システム。 写真にも対応。</p>
<p class="margin1 linksBox"><a href="https://raw.githubusercontent.com/nagadomi/waifu2x/master/images/slide.png" class="blueLink" target="_blank">デモンストレーションを見ます</a> | <a href="https://github.com/nagadomi/waifu2x" class="blueLink" target="_blank">GitHubに行きます</a></p>
<img src="img/example2-zip.png" class="example">
<div class="secondTitle">画像を変換します:</div>
<form action="/api" method="POST" enctype="multipart/form-data" target="_blank">
<div class="optionBox first">
<div class="option-left">画像:</div>
<div class="option-right">
<input type="text" id="url" name="url" placeholder="URLを書いてか">
<div class="option-right-small">ファイルを選んでください: <input type="file" id="file" name="file"></div>
</div>
<div class="option-hint">制限: サイズ: 3MB, ノイズ除去: 2560x2560px, 拡大後: 2560x2560px</div>
</div>
<div class="optionBox">
<div class="option-left">スタイル:</div>
<div class="option-right">
<label><input type="radio" name="style" class="radio fisrt" value="art" checked><span class="r-text">イラスト</span></label>
<label><input type="radio" name="style" class="radio" value="photo"><span class="r-text">写真</span></label>
</div>
</div>
<div class="optionBox">
<div class="option-left">ノイズ除去:<div class="option-left-small">(JPEGイズを想定)</div></div>
<div class="option-right">
<label><input type="radio" name="noise" class="radio fisrt" value="0"><span class="r-text">なし</span></label>
<label><input type="radio" name="noise" class="radio" value="1" checked><span class="r-text"></span></label>
<label><input type="radio" name="noise" class="radio" value="2"><span class="r-text"></span></label>
<label><input type="radio" name="noise" class="radio" value="3"><span class="r-text">スーパー</span></label>
</div>
<div class="option-hint">画像はノイズがなければノイズ除去すると逆効果を引き起こす可能性があります。</div>
</div>
<div class="optionBox">
<div class="option-left">拡大:<div class="option-left-small"></div></div>
<div class="option-right">
<label><input type="radio" name="scale" class="radio fisrt" value="0" checked><span class="r-text">なし</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="実行">
<input type="submit" name="download" value="結果を保存" class="button">
<div class="bottomHint">Firefoxの方は、右クリから画像が保存できないようなので、CTRL+SキーかALTキー後 ファイル - ページを保存 で画像を保存してください。</div>
<!--<div class="bottomHint">本サイトは、コンテンツ改善のために Google Analytics を使用しています。 </div>-->
</form>
</body>
2015-05-16 17:48:05 +12:00
</html>