summaryrefslogtreecommitdiff
path: root/graphics/meh/README
diff options
context:
space:
mode:
authorLeonard Schmidt <lems@gmx.net>2014-08-21 19:40:24 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-08-21 19:40:24 +0700
commit1479449e709259cc21bcabb4cf255b6e8d1f79f8 (patch)
treee85700f8f6a7c9bd1803ef46b35c2709479a010c /graphics/meh/README
parentdbfbe637e4b31604afc62833917586bbfe33bc42 (diff)
downloadslackbuilds-1479449e709259cc21bcabb4cf255b6e8d1f79f8.tar.gz
graphics/meh: Added (image viewer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/meh/README')
-rw-r--r--graphics/meh/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/meh/README b/graphics/meh/README
new file mode 100644
index 0000000000..1f319edf6a
--- /dev/null
+++ b/graphics/meh/README
@@ -0,0 +1,20 @@
+meh is a small, simple, super fast image viewer using raw XLib.
+It is similar to feh, but faster and simpler.
+
+meh can use ImageMagick's convert to view almost 200 file formats,
+though it is slower for these formats. Built in formats are JPEG, PNG,
+BMP, and netpbm.
+
+Features:
+
+ * Fast
+ * Tiny
+ * Fast JPEG, PNG, GIF and BMP support
+ * Fast netpbm support (.ppm, .pgm, .pbm, .pnm)
+ * ImageMagick support by calling convert
+ * All ImageMagick formats (almost 200)
+ * This allows limited support for PDFs and SVGs
+ * Scales images to window size
+ * Preserves aspect ratio (either via EWMH hints or by padding the window)
+ * XSHM Support
+ * Minimal dependencies (Xlib, libjpeg, libpng, giflib)