summaryrefslogtreecommitdiffstats
path: root/graphics/qiv/README
diff options
context:
space:
mode:
author B. Watson2019-12-27 21:01:38 +0100
committer Willy Sudiarto Raharjo2019-12-31 12:06:25 +0100
commit0030076b42dd6011a3215af1c30ebd57d24500b3 (patch)
treef55fb80ff521d08b00d5de0ec929f8f10c02d401 /graphics/qiv/README
parentd452da1a2630e10d633466d8f8f636949b6c71fd (diff)
downloadslackbuilds-0030076b42dd6011a3215af1c30ebd57d24500b3.tar.gz
graphics/qiv: Updated for version 2.3.2, add image formats.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'graphics/qiv/README')
-rw-r--r--graphics/qiv/README28
1 files changed, 28 insertions, 0 deletions
diff --git a/graphics/qiv/README b/graphics/qiv/README
index a5116afc6c..d1151c3910 100644
--- a/graphics/qiv/README
+++ b/graphics/qiv/README
@@ -1,6 +1,34 @@
+qiv (Quick Image Viewer)
+
Quick Image Viewer (qiv) is a very small and pretty fast GDK/Imlib
image viewer. Features include zoom, maxpect, scale down, fullscreen,
brightness/contrast/gamma correction, slideshow, pan with keyboard
and mouse, rotate left/right, flip, delete (move to .qiv-trash/),
jump to image x, jump forward/backward x images, filename filter, and
you can use qiv to set your X11-Desktop background.
+
+These formats are supported by default:
+
+GIF TIFF XPM PNG PPM PNM PGM BMP JPEG SVG ICO TGA ICNS
+
+Optional supported formats:
+
+Format | Optional dependenc(y|ies)
+-----------------------+-----------------------------------------------
+PCX | pcx-pixbuf-loader
+-----------------------+-----------------------------------------------
+PSD (PhotoShop native) | gdk-pixbuf-psd
+-----------------------+-----------------------------------------------
+WEBP | libwebp imlib2 webp-pixbuf-loader. Build and
+ | install *in that order*.
+-----------------------+-----------------------------------------------
+WMF (Windows metafile) | wmf-pixbuf-loader
+-----------------------+-----------------------------------------------
+XCF (Gimp native) | xcf-pixbuf-loader
+-----------------------+-----------------------------------------------
+
+These are runtime dependencies, so they can be installed at any time
+without rebuilding qiv.
+
+To easily build all the optional dependencies, use sbopkg with the
+qiv-allfmt.sqf in the SlackBuild directory.