mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
fix handling of unicode characters in filenames, bump version to 1.0.0b2
This commit is contained in:
parent
e382b579ec
commit
a506c0fee4
5 changed files with 45 additions and 24 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf8">
|
||||
<title>Trimage image compressor</title>
|
||||
<title>Trimage (lossless) image compressor</title>
|
||||
<link href="http://github.com/Kilian/sencss/raw/master/source/sen.css" rel="stylesheet" type="text/css">
|
||||
<style>
|
||||
body {
|
||||
|
|
@ -42,7 +42,6 @@
|
|||
-webkit-column-count:3;
|
||||
-moz-column-gap:2em;
|
||||
-webkit-column-gap:2em;
|
||||
text-align:justify;
|
||||
}
|
||||
img {
|
||||
margin-bottom:1.5em;
|
||||
|
|
@ -70,8 +69,8 @@
|
|||
|
||||
<body>
|
||||
<div id="wrap">
|
||||
<h1><img src="trimage-icon.png" alt=""> Trimage image compressor – 1.0.0b (beta)</h1>
|
||||
<span class="subtitle">A cross-platform tool for optimizing PNG and JPG files.</span>
|
||||
<h1><img src="trimage-icon.png" alt=""> Trimage image compressor – 1.0.0b2 (beta)</h1>
|
||||
<span class="subtitle">A cross-platform tool for losslessy 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>,
|
||||
<a href="http://advancemame.sourceforge.net/comp-readme.html">advpng</a> and
|
||||
|
|
@ -94,6 +93,11 @@
|
|||
<li><code>sudo apt-get install trimage</code></li>
|
||||
</ol>
|
||||
<p>If you are still on Jaunty, read <a href="https://launchpad.net/+help/soyuz/ppa-sources-list.html">this guide</a> on installing PPA's.</p>
|
||||
<h3>Arch Linux</h3>
|
||||
Trimage is available from AUR, to install, type:
|
||||
<ol>
|
||||
<li><code>yaourt -S trimage-git</code></li>
|
||||
</ol>
|
||||
<h3><img src="linux.png" alt=""> Other *nix</h3>
|
||||
<ol>
|
||||
<li>Download the source via git or bzr (see repositories)</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue