From 294c2edb7c8beebf38af446899acba87880f2f52 Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Sun, 11 Feb 2018 11:12:37 +0000 Subject: [PATCH] Additional documentation for webp format Include sample script to install webp pixbuf loader Other on-line help updates --- doc/docbook/GuideReferencePixbufLoaders.xml | 12 ++++++++++++ web/help/GuideOptionsWindow.html | 16 ++++++++++++++-- web/help/GuideReferencePixbufLoaders.html | 11 +++++++++++ web/help/GuideReferenceSupportedFormats.html | 4 ++++ 4 files changed, 41 insertions(+), 2 deletions(-) diff --git a/doc/docbook/GuideReferencePixbufLoaders.xml b/doc/docbook/GuideReferencePixbufLoaders.xml index 6c6a646e..f49fb446 100644 --- a/doc/docbook/GuideReferencePixbufLoaders.xml +++ b/doc/docbook/GuideReferencePixbufLoaders.xml @@ -16,6 +16,18 @@ https://github.com/aruiz/webp-pixbuf-loader + + Example installation script: + + sudo apt-get install libglib2.0-dev libgdk-pixbuf2.0-dev libwebp-dev + wget https://github.com/aruiz/webp-pixbuf-loader/archive/master.zip + unzip master.zip + cd webp-pixbuf-loader-master + ./waf configure + ./waf build + sudo ./waf install + +
diff --git a/web/help/GuideOptionsWindow.html b/web/help/GuideOptionsWindow.html index c38367c0..ee54442c 100644 --- a/web/help/GuideOptionsWindow.html +++ b/web/help/GuideOptionsWindow.html @@ -508,6 +508,14 @@ dd.answer div.label { float: left; }

+
+
+ Remember dialog window positions +
+
+

This will maintain dialog windows size and position between Geeqie sessions.

+
+

11.3.2. Size

@@ -624,14 +632,18 @@ dd.answer div.label { float: left; } JPEG image comment +rating +Image rating + + <meta_tag> The Exif, XMP, or IPTC tag from metadata - + lua/<lua_script>/ The output of a Lua script file - + lua//<lua_command> The output of a Lua command diff --git a/web/help/GuideReferencePixbufLoaders.html b/web/help/GuideReferencePixbufLoaders.html index 8ad4b47d..f1c6fa19 100644 --- a/web/help/GuideReferencePixbufLoaders.html +++ b/web/help/GuideReferencePixbufLoaders.html @@ -493,6 +493,17 @@ dd.answer div.label { float: left; }

https://github.com/aruiz/webp-pixbuf-loader

+

+ Example installation script: +

        sudo apt-get install libglib2.0-dev libgdk-pixbuf2.0-dev libwebp-dev
+        wget https://github.com/aruiz/webp-pixbuf-loader/archive/master.zip
+        unzip master.zip
+        cd webp-pixbuf-loader-master
+        ./waf configure
+        ./waf build
+        sudo ./waf install
+      
+

diff --git a/web/help/GuideReferenceSupportedFormats.html b/web/help/GuideReferenceSupportedFormats.html index 26efa659..a79551ce 100644 --- a/web/help/GuideReferenceSupportedFormats.html +++ b/web/help/GuideReferenceSupportedFormats.html @@ -464,6 +464,10 @@ dd.answer div.label { float: left; } Additional pixbuf loaders for additional information.

+

+ Preview and thumbnails of video clips can be displayed. Clips can be run via a defined external program - see + Play video by left click on image. +