diff options
author | B. Watson <yalhcru@gmail.com> | 2019-12-31 14:45:54 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2020-01-03 02:06:15 -0600 |
commit | e38cf9f1bce904d466c7f0bfde7f33e247533b1b (patch) | |
tree | df28210109bcbc522e25eb717e38b0af51a1a747 /graphics/qiv/README | |
parent | eeeaebd2f865266d5a947fa40705bd5a4c0d82c0 (diff) |
graphics/qiv: Add libopenraw support, fix README+sqf.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/qiv/README')
-rw-r--r-- | graphics/qiv/README | 34 |
1 files changed, 20 insertions, 14 deletions
diff --git a/graphics/qiv/README b/graphics/qiv/README index d1151c3910dd0..f8333c67bd9ae 100644 --- a/graphics/qiv/README +++ b/graphics/qiv/README @@ -9,23 +9,29 @@ 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 +GIF TIFF XPM PNG PPM PNM PGM BMP JPEG SVG ICO TGA ICNS WMF[*] + +[*] If .wmf files won't load for you, make sure you've updated + Slackware recently (e.g. "slackpkg upgrade-all"). 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 ------------------------+----------------------------------------------- +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*. +------------------------+----------------------------------------------- +XCF (Gimp native) | xcf-pixbuf-loader +------------------------+----------------------------------------------- +RAW (camera images, | libopenraw. Note that only a few raw image + various extensions) | formats will actually display with qiv. These + | include .crw (Canon), .erf (Epson), and + | .nef (Nikon). +------------------------+----------------------------------------------- These are runtime dependencies, so they can be installed at any time without rebuilding qiv. |