Files
IvolutionWebsite/Website/output/pages/Ivolution.html

112 lines
3.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ivolution</title>
<meta name="description" content="">
<meta name="author" content="Julien Lengrand-Lambert">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src=".././theme/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href=".././theme/bootstrap.min.css" rel="stylesheet">
<link href=".././theme/local.css" rel="stylesheet">
<link href=".././theme/pygments.css" rel="stylesheet">
</head>
<body>
<div class="topbar">
<div class="topbar-inner">
<div class="container-fluid">
<a class="brand" href=".././index.html">Ivolution</a>
<ul class="nav">
<a href="https://github.com/jlengrand/FaceMovie">Take one picture of yourself a day, automatically generate a movie!</a>
</ul>
</div>
</div>
</div>
<div class="container-fluid">
<div class="sidebar">
<div class="well">
<h3>Contents</h3>
<ul>
<li><a href=".././pages/About.html">About</a></li>
<li><a href=".././pages/Downloads.html">Downloads</a></li>
<li><a href=".././pages/FAQ.html">Frequent Asked Questions</a></li>
<li><a href=".././pages/FutureDevelopments.html">Future Developments</a></li>
<li><a href=".././pages/Installation.html">Installation</a></li>
<li><a href=".././pages/Ivolution.html">Ivolution Project</a></li>
<li><a href=".././pages/MainInterface.html">Main Interface.</a></li>
<li><a href=".././pages/OneMinuteTutorial.html">1 minute kick-off</a></li>
<li><a href=".././pages/Settings.html">Settings</a></li>
</ul>
<h3>Other Links</h3>
<ul>
<li><a href="http://docs.notmyidea.org/alexis/pelican/">Pelican</a></li>
<li><a href="http://python.org">Python.org</a></li>
<li><a href="http://jinja.pocoo.org">Jinja2</a></li>
<li><a href="#">You can modify those links in your config file</a></li>
</ul>
<div class="social">
<h3>Social</h3>
<ul>
<li><a href="#">You can add links in your config file</a></li>
<li><a href="#">Another social link</a></li>
</ul>
</div>
</div>
</div>
<div class="content">
<div class='page'>
<div class="page-header"><h1>Ivolution Project</h1></div>
<div><p>Welcome on the webiste on the Ivolution project !</p>
<p>Ivolution is a face timelapse generator.
Feed it with a bunch of images and it will generate a movie with your face centered on the screen.</p>
<p>Here is a small demonstration of what Ivolution can achieve :</p>
<p>http://www.youtube.com/watch?v=9ZpKnSjvmXo</p>
<p>Ivolution uses face recognition and modifies the images so that your face always keeps the same size and location over the movie.
Images are processed in chronological order, so that you can see your face evoluate over time !</p>
<p>Ivolution currently supports Windows and Linux, and was successfully tested on Windows XP, 7 and Ubuntu 12.04.</p>
<p>Ivolution is currently still in early development, and you may face bugs or feel like critical features are missing.
In this case, just let me know by sending me a mail or by filing a bug here. I'll be glad to help you !</p></div>
</div>
<footer>
<p> Powered by <a href="http://pelican.notmyidea.org/en/3.0/index.html">Pelican</a>.</p>
<p>&copy; Julien Lengrand-Lambert 2012</p>
</footer>
</div>
</div>
</body>
</html>