mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
no multiprocessing, no subversion bump
This commit is contained in:
parent
8e781f5409
commit
348f97fabc
4 changed files with 11 additions and 6 deletions
|
|
@ -69,7 +69,7 @@
|
|||
|
||||
<body>
|
||||
<div id="wrap">
|
||||
<h1><img src="trimage-icon.png" alt=""> Trimage image compressor – 1.1.0b (beta)</h1>
|
||||
<h1><img src="trimage-icon.png" alt=""> Trimage image compressor – 1.0.1b (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,12 +165,17 @@
|
|||
</div>
|
||||
|
||||
<h2>Planned features</h2>
|
||||
<p>Version 1.1.0 final:</p>
|
||||
<p>Version 1.0.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 final:</p>
|
||||
<ul>
|
||||
<li>Use multiprocessing</li>
|
||||
</ul>
|
||||
|
||||
<p>Beyond that</p>
|
||||
<ul>
|
||||
<li>Deletion of rows in the table view</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue