view doc/docbook/GuideReferencePixbufLoaders.xml @ 2729:92c66393fce2

Additional documentation for webp format Include sample script to install webp pixbuf loader Other on-line help updates
author Colin Clark <colin.clark@cclark.uk>
date Sun, 11 Feb 2018 11:12:37 +0000
parents e2f68d2ff2a0
children
line wrap: on
line source

<?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>