1
0
Fork 0
mirror of synced 2024-06-01 10:39:30 +12:00
waifu2x/assets/index.ja-ryu.html
2023-05-04 09:44:53 +09:00

228 lines
5.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="ja-ryu">
<!-- 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.ja-ryu.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>
/
<a href="index.nl.html">
Nederlands
</a>
/
<a href="index.ca.html">
Català
</a>
/
<a href="index.ro.html">
Română
</a>
/
<a href="index.it.html">
Italiano
</a>
/
<a href="index.eo.html">
Esperanto
</a>
/
<a href="index.no.html">
Bokmål
</a>
/
<a href="index.uk.html">
Українська
</a>
/
<a href="index.pl.html">
Polski
</a>
/
<a href="index.bg.html">
Български
</a>
</div>
<p>深層畳み込みニューラルネットワークにゆる二次元画像ぬたみぬ超解像システム。 さしぬんかいん対応。</p>
<p class="margin1 link-box">
<a href="https://raw.githubusercontent.com/nagadomi/waifu2x/master/images/slide.png" class="blue-link" target="_blank">
実行例表示
</a>
|
<a href="https://github.com/nagadomi/waifu2x" class="blue-link" target="_blank">
プロジェクトページGitHub
</a>
</p>
<form action="/api" method="POST" enctype="multipart/form-data" target="_blank">
<div class="option-box 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 file_limits">
制限: サイズ: 5MB, ノイズ除去: 3000x3000px, 拡大(前) 1500x1500px.
</div>
</div>
<div class="option-box">
<div class="option-left">
スタイル:
</div>
<div class="option-right">
<label><input type="radio" name="style" class="radio" 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="option-box">
<div class="option-left">
ノイズ除去:
<div class="option-left-small">
JPEGイズ想定
</div>
</div>
<div class="option-right">
<label><input type="radio" name="noise" class="radio" value="-1">
<span class="r-text">
なし
</span>
</label>
<label><input type="radio" name="noise" class="radio" value="0" checked>
<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">
イズ除去ー細部ぬちゃーいるくとぅがあいびーん。JPEGイズぬあるばーに使用さびーん。
</div>
</div>
<div class="option-box">
<div class="option-left">
拡大:
<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">
なし
</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="bottom-hint">
<ul>
<li>Firefoxぬ方ー、にじりクリックから画像ぬ保存ならんぐとーるくとぅ、CTRL+SキーがALTキー後 ファイル - ページ保存っし画像しみそーれー。</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>