pep8 rewriting, version update, todo editing

This commit is contained in:
Kilian Valkhof 2010-04-02 13:51:19 +02:00
parent 0f5092e10b
commit 1106ca482c
4 changed files with 73 additions and 52 deletions

View file

@ -69,7 +69,7 @@
<body>
<div id="wrap">
<h1><img src="trimage-icon.png" alt=""> Trimage image compressor &ndash; 1.0.0b3 (beta)</h1>
<h1><img src="trimage-icon.png" alt=""> Trimage image compressor &ndash; 1.1.0b (beta)</h1>
<span class="subtitle">A cross-platform tool for losslessly optimizing PNG and JPG files.</span>
<p class="tri">Trimage is a cross-platform GUI and command-line interface to optimize image
files via <a href="http://optipng.sourceforge.net/">optipng</a>,
@ -165,16 +165,12 @@
</div>
<h2>Planned features</h2>
<p>Version 1.0.0 final:</p>
<p>Version 1.1.0 final:</p>
<ul>
<li>Expand command line options</li>
<li>Make sure a compressed file is always smaller than the original one, or don't compress</li>
<li>General refactoring</li>
</ul>
<p>Version 1.1.0</p>
<ul>
<li>Use multiprocessing instead of threading</li>
</ul>
<p>Beyond that</p>
<ul>
<li>Deletion of rows in the table view</li>