diff --git a/website/bg.png b/website/bg.png new file mode 100644 index 0000000..65c73b6 Binary files /dev/null and b/website/bg.png differ diff --git a/website/image.png b/website/image.png new file mode 100644 index 0000000..48bf4dc Binary files /dev/null and b/website/image.png differ diff --git a/website/index.html b/website/index.html new file mode 100644 index 0000000..98b3769 --- /dev/null +++ b/website/index.html @@ -0,0 +1,141 @@ + + + + + Trimage image compressor + + + + + +
+

Trimage image compressor

+ A cross-platform tool for optimizing PNG and JPG files. + +

Trimage is a cross-platform GUI and command line interface to optipng, + advpng and jpegoptim. Trimage is made to do one thing well + and make it as easy as possible for you to compress images. Trimage offers a number of ways to feed it your + images, such as a standard file dialog, drag and drop and command line options.

+ +

Screenshot

+ + +
+

Download

+

Ubuntu

+
    +
  1. sudo add-apt-repository bla
  2. +
  3. sudo apt-get install trimage
  4. +
+ +

Other *nix

+

Download the source via Github, [do something]

+ +

Mac

+

Trimage should be able to run on Mac. Help us with this

+

Windows

+

Trimage should be able to run on Windows. Help us with this

+
+
+

Source

+

Trimage is an MIT licenced open source project, and lives on GitHub. We encourage contributions!

+

Trimage is also available on Launchpad.

+
+
+

Thanks

+

The following people helped develop Trimage:

+ +
+
+

Donate

+

If you enjoy using Trimage, please buy us a coffee or a beer :)

+ Click here to lend your support to: grafico and make a donation at www.pledgie.com ! +
+
+

Requirements

+ +
+ +
+

Command line options

+
+
--version
+
show program's version number and exit
+
-h, --help
+
show this help message and exit
+
-v, --verbose
+
Verbose mode (default)
+
-q, --quiet
+
Quiet mode
+
-f FILENAME, --file=FILENAME
+
compresses image and exit
+
-d DIRECTORY, --directory=DIRECTORY
+
compresses images in directory and exit
+
+
+
+ + + diff --git a/website/trimage-icon.png b/website/trimage-icon.png new file mode 100644 index 0000000..dd3281a Binary files /dev/null and b/website/trimage-icon.png differ