summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author B. Watson2022-03-13 20:08:55 +0100
committer B. Watson2022-03-13 20:08:55 +0100
commit4678a9eed6c0b68503068ab1b1d42852c4acf68d (patch)
treed4821de4836969212eb76884ce93739bd0953340 /graphics
parent7495a968b436a650a7be0ef5e26ef72bd3e8e765 (diff)
downloadslackbuilds-4678a9eed6c0b68503068ab1b1d42852c4acf68d.tar.gz
graphics/trimage: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/trimage/README15
1 files changed, 11 insertions, 4 deletions
diff --git a/graphics/trimage/README b/graphics/trimage/README
index 10952840d2..59b5f6a380 100644
--- a/graphics/trimage/README
+++ b/graphics/trimage/README
@@ -1,16 +1,23 @@
Trimage image compressor
A cross-platform tool for optimizing PNG and JPG files.
-Trimage is a cross-platform GUI and command-line interface to optimize image files via
+Trimage is a cross-platform GUI and command-line interface to optimize
+image files via:
+
"optipng":http://optipng.sourceforge.net/,
"pngcrush":http://pmt.sourceforge.net/pngcrush/,
"advpng":http://advancemame.sourceforge.net/comp-readme.html and
"jpegoptim":http://www.kokkonen.net/tjko/projects.html,
+
depending on the filetype (currently, PNG and JPG files are supported).
+
It was inspired by "imageoptim":http://imageoptim.pornel.net/.
-All image files are losslessly compressed on the highest available compression levels,
-and EXIF and other metadata is removed.
+
+All image files are losslessly compressed on the highest available
+compression levels, and EXIF and other metadata is removed.
+
Trimage gives you various input functions to fit your own workflow:
-A regular file dialog, dragging and dropping and various command line options.
+A regular file dialog, dragging and dropping and various command line
+options.
Visit "Trimage.org":http://trimage.org for more information