# HG changeset patch # User Colin Clark # Date 1518347557 0 # Node ID 92c66393fce26b7ea4d27374c61a5a6a42437f29 # Parent 981c22b0273600c9efb340c0cf234a13581ba9e4 Additional documentation for webp format Include sample script to install webp pixbuf loader Other on-line help updates diff -r 981c22b02736 -r 92c66393fce2 doc/docbook/GuideReferencePixbufLoaders.xml --- a/doc/docbook/GuideReferencePixbufLoaders.xml Sat Feb 10 18:50:21 2018 +0100 +++ b/doc/docbook/GuideReferencePixbufLoaders.xml Sun Feb 11 11:12:37 2018 +0000 @@ -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 -r 981c22b02736 -r 92c66393fce2 web/help/GuideOptionsWindow.html --- a/web/help/GuideOptionsWindow.html Sat Feb 10 18:50:21 2018 +0100 +++ b/web/help/GuideOptionsWindow.html Sun Feb 11 11:12:37 2018 +0000 @@ -508,6 +508,14 @@

+
+
+ Remember dialog window positions +
+
+

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

+
+

11.3.2. Size

@@ -624,14 +632,18 @@ 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 -r 981c22b02736 -r 92c66393fce2 web/help/GuideReferencePixbufLoaders.html --- a/web/help/GuideReferencePixbufLoaders.html Sat Feb 10 18:50:21 2018 +0100 +++ b/web/help/GuideReferencePixbufLoaders.html Sun Feb 11 11:12:37 2018 +0000 @@ -493,6 +493,17 @@

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 -r 981c22b02736 -r 92c66393fce2 web/help/GuideReferenceSupportedFormats.html --- a/web/help/GuideReferenceSupportedFormats.html Sat Feb 10 18:50:21 2018 +0100 +++ b/web/help/GuideReferenceSupportedFormats.html Sun Feb 11 11:12:37 2018 +0000 @@ -464,6 +464,10 @@ 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. +