changeset 2644:42c4eee1db04

Document additional pixbuf loaders
author Colin Clark <colin.clark@cclark.uk>
date Thu, 26 Oct 2017 10:56:11 +0100
parents fb86ba21d56e
children b1d2dd750915
files doc/docbook/GuideReference.xml doc/docbook/GuideReferencePixbufLoaders.xml
diffstat 2 files changed, 29 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/docbook/GuideReference.xml	Wed Oct 25 20:45:15 2017 +0100
+++ b/doc/docbook/GuideReference.xml	Thu Oct 26 10:56:11 2017 +0100
@@ -10,6 +10,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideReferenceLIRC.xml" />
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideReferenceTags.xml" />
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideReferenceSupportedFormats.xml" />
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideReferencePixbufLoaders.xml" />
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideReferenceDecodeLatLong.xml" />
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideReferenceStandards.xml" />
   <para />
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/docbook/GuideReferencePixbufLoaders.xml	Thu Oct 26 10:56:11 2017 +0100
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<section id="GuideReferencePixbufLoaders">
+  <title id="GuideReferencePixbufLoaders">Additional pixbuf loaders</title>
+  <para>
+    Geeqie is limited to displaying files for which there are existing pixbuf loaders. In addition to the standard ones included with most distributions, the following loaders may also work.
+    <para />
+    However, you are required to compile and install them yourself.
+  </para>
+  <section id="webp">
+    <title>webp</title>
+    <para>
+      <programlisting>https://github.com/aruiz/webp-pixbuf-loader</programlisting>
+    </para>
+    <para />
+  </section>
+  <section id="xcf">
+    <title>xcf</title>
+    <para>
+      <programlisting>https://gitorious.org/xcf-pixbuf-loader/mainline?p=xcf-pixbuf-loader:mainline.git;a=summary</programlisting>
+    </para>
+  </section>
+  <section id="psd">
+    <title>psd</title>
+    <para>
+      <programlisting>https://cgit.sukimashita.com/gdk-pixbuf-psd.git/</programlisting>
+    </para>
+  </section>
+</section>