Document additional pixbuf loaders
authorColin Clark <colin.clark@cclark.uk>
Thu, 26 Oct 2017 09:56:11 +0000 (10:56 +0100)
committerColin Clark <colin.clark@cclark.uk>
Thu, 26 Oct 2017 09:56:11 +0000 (10:56 +0100)
doc/docbook/GuideReference.xml
doc/docbook/GuideReferencePixbufLoaders.xml [new file with mode: 0644]

index 357933c..51aa16d 100644 (file)
@@ -10,6 +10,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideReferenceLIRC.xml" />\r
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideReferenceTags.xml" />\r
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideReferenceSupportedFormats.xml" />\r
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideReferencePixbufLoaders.xml" />\r
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideReferenceDecodeLatLong.xml" />\r
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideReferenceStandards.xml" />\r
   <para />\r
diff --git a/doc/docbook/GuideReferencePixbufLoaders.xml b/doc/docbook/GuideReferencePixbufLoaders.xml
new file mode 100644 (file)
index 0000000..85dc03d
--- /dev/null
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<section id="GuideReferencePixbufLoaders">\r
+  <title id="GuideReferencePixbufLoaders">Additional pixbuf loaders</title>\r
+  <para>\r
+    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.\r
+    <para />\r
+    However, you are required to compile and install them yourself.\r
+  </para>\r
+  <section id="webp">\r
+    <title>webp</title>\r
+    <para>\r
+      <programlisting>https://github.com/aruiz/webp-pixbuf-loader</programlisting>\r
+    </para>\r
+    <para />\r
+  </section>\r
+  <section id="xcf">\r
+    <title>xcf</title>\r
+    <para>\r
+      <programlisting>https://gitorious.org/xcf-pixbuf-loader/mainline?p=xcf-pixbuf-loader:mainline.git;a=summary</programlisting>\r
+    </para>\r
+  </section>\r
+  <section id="psd">\r
+    <title>psd</title>\r
+    <para>\r
+      <programlisting>https://cgit.sukimashita.com/gdk-pixbuf-psd.git/</programlisting>\r
+    </para>\r
+  </section>\r
+</section>\r