|
@@ -0,0 +1,154 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="fr">
|
|
|
+ <!-- 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="//ajax.googleapis.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="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>
|
|
|
+ </div>
|
|
|
+ <p>Outil d'agrandissement de dessins de style anime, employant des réseaux de neurones convolutionnels. Fonctionne aussi sur des photos.</p>
|
|
|
+ <p class="margin1 link-box">
|
|
|
+ <a href="https://raw.githubusercontent.com/nagadomi/waifu2x/master/images/slide.png" class="blue-link" target="_blank">
|
|
|
+ Voir une démonstration
|
|
|
+ </a>
|
|
|
+ |
|
|
|
+ <a href="https://github.com/nagadomi/waifu2x" class="blue-link" target="_blank">
|
|
|
+ Aller sur GitHub
|
|
|
+ </a>
|
|
|
+ </p>
|
|
|
+ <form action="/api" method="POST" enctype="multipart/form-data" target="_blank">
|
|
|
+ <div class="option-box first">
|
|
|
+ <div class="option-left">Sélection de l'image :</div>
|
|
|
+ <div class="option-right">
|
|
|
+ <input type="text" id="url" name="url" placeholder="Entrer un URL">
|
|
|
+ <div class="option-right-small">
|
|
|
+ Ou utiliser un fichier :
|
|
|
+ <input type="file" id="file" name="file"></div>
|
|
|
+ </div>
|
|
|
+ <div class="option-hint">
|
|
|
+ Limites : Taille : 3MB, Réduction du bruit : 2560x2560px, Agrandissement : 1280x1280px.
|
|
|
+ </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">
|
|
|
+ Dessin
|
|
|
+ </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">
|
|
|
+ Réduction du bruit:
|
|
|
+ <div class="option-left-small">
|
|
|
+ (des artefacts JPEG risquent d'apparaître)
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="option-right">
|
|
|
+ <label><input type="radio" name="noise" class="radio" value="0">
|
|
|
+ <span class="r-text">
|
|
|
+ Aucune
|
|
|
+ </span>
|
|
|
+ </label>
|
|
|
+ <label><input type="radio" name="noise" class="radio" value="1" checked>
|
|
|
+ <span class="r-text">
|
|
|
+ Moyenne
|
|
|
+ </span>
|
|
|
+ </label>
|
|
|
+ <label>
|
|
|
+ <input type="radio" name="noise" class="radio" value="2">
|
|
|
+ <span class="r-text">
|
|
|
+ Haute
|
|
|
+ </span>
|
|
|
+ </label>
|
|
|
+ </div>
|
|
|
+ <div class="option-hint">
|
|
|
+ Il est nécessaire d'utiliser la réduction du bruit si l'image possède du bruit. Autrement, cela risque de causer l'effet opposé.
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="option-box">
|
|
|
+ <div class="option-left">
|
|
|
+ Agrandissement :
|
|
|
+ <div class="option-left-small"></div>
|
|
|
+ </div>
|
|
|
+ <div class="option-right">
|
|
|
+ <label><input type="radio" name="scale" class="radio" value="0" checked>
|
|
|
+ <span class="r-text">
|
|
|
+ Aucun
|
|
|
+ </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="Convertir">
|
|
|
+
|
|
|
+ <input type="submit" name="download" value="Télécharger" class="button">
|
|
|
+ <div class="bottom-hint">
|
|
|
+ <ul>
|
|
|
+
|
|
|
+ <li>Si vous utilisez Firefox, utilisez Ctrl+S pour enregistrer l'image. L'option "Enregistrer l'image" ne fonctionne pas.</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>
|