1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
<?xml version="1.0" encoding="utf-8"?>
<section id="GuideReferencePixbufLoaders">
<title id="titleGuideReferencePixbufLoaders">Additional pixbuf loaders</title>
<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>
<para>However, in some cases you are required to compile and install them yourself.</para>
<section id="svg">
<title>svg</title>
<para>librsvg2-common</para>
</section>
<section id="wmf">
<title>wmf</title>
<para>libwmf0.2-7-gtk</para>
</section>
<section id="webp">
<title>webp</title>
<para>
<programlisting>https://github.com/aruiz/webp-pixbuf-loader</programlisting>
</para>
<para>
Example installation script:
<programlisting>
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
</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 id="jp2">
<title>JP2/JPC/JPX/J2K/JPF</title>
<para>If your distribution has the libpixbufloader-jasper.so loader, these file formats will also be displayed.</para>
</section>
</section>
|