f49fb44632d891f7324590501053edce34c68131
[geeqie.git] / doc / docbook / GuideReferencePixbufLoaders.xml
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <section id="GuideReferencePixbufLoaders">\r
3   <title id="titleGuideReferencePixbufLoaders">Additional pixbuf loaders</title>\r
4   <para>Geeqie can display files for which there are existing pixbuf loaders. In addition to the standard ones included with most distributions, the following loaders may also be available to you.</para>\r
5   <para>However, in some cases you are required to compile and install them yourself.</para>\r
6   <section id="svg">\r
7     <title>svg</title>\r
8     <para>librsvg2-common</para>\r
9   </section>\r
10   <section id="wmf">\r
11     <title>wmf</title>\r
12     <para>libwmf0.2-7-gtk</para>\r
13   </section>\r
14   <section id="webp">\r
15     <title>webp</title>\r
16     <para>\r
17       <programlisting>https://github.com/aruiz/webp-pixbuf-loader</programlisting>\r
18     </para>\r
19     <para>\r
20       Example installation script:\r
21       <programlisting>\r
22         sudo apt-get install libglib2.0-dev libgdk-pixbuf2.0-dev libwebp-dev\r
23         wget https://github.com/aruiz/webp-pixbuf-loader/archive/master.zip\r
24         unzip master.zip\r
25         cd webp-pixbuf-loader-master\r
26         ./waf configure\r
27         ./waf build\r
28         sudo ./waf install\r
29       </programlisting>\r
30     </para>\r
31     <para />\r
32   </section>\r
33   <section id="xcf">\r
34     <title>xcf</title>\r
35     <para>\r
36       <programlisting>https://gitorious.org/xcf-pixbuf-loader/mainline?p=xcf-pixbuf-loader:mainline.git;a=summary</programlisting>\r
37     </para>\r
38   </section>\r
39   <section id="psd">\r
40     <title>psd</title>\r
41     <para>\r
42       <programlisting>https://cgit.sukimashita.com/gdk-pixbuf-psd.git/</programlisting>\r
43     </para>\r
44   </section>\r
45   <section id="jp2">\r
46     <title>JP2/JPC/JPX/J2K/JPF</title>\r
47     <para>If your distribution has the libpixbufloader-jasper.so loader, these file formats will also be displayed.</para>\r
48   </section>\r
49 </section>\r