<!--
  Pix

  Copyright © 2011 Free Software Foundation, Inc.

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
-->
<schemalist>

  <schema id="org.x.pix.pixbuf-savers" path="/org/x/pix/pixbuf-savers/">
    <child name="avif" schema="org.x.pix.pixbuf-savers.avif" />
    <child name="jpeg" schema="org.x.pix.pixbuf-savers.jpeg" />
    <child name="png" schema="org.x.pix.pixbuf-savers.png" />
    <child name="tga" schema="org.x.pix.pixbuf-savers.tga" />
    <child name="tiff" schema="org.x.pix.pixbuf-savers.tiff" />
    <child name="webp" schema="org.x.pix.pixbuf-savers.webp" />
  </schema>

  <schema id="org.x.pix.pixbuf-savers.avif" path="/org/x/pix/pixbuf-savers/avif/" gettext-domain="pix">
    <key name="lossless" type="b">
      <default>false</default>
    </key>
    <key name="quality" type="i">
      <default>50</default>
    </key>
  </schema>

  <schema id="org.x.pix.pixbuf-savers.jpeg" path="/org/x/pix/pixbuf-savers/jpeg/" gettext-domain="pix">
    <key name="default-ext" type="s">
      <default>'jpeg'</default>
      <description>Possible values are: jpeg, jpg.</description>
    </key>
    <key name="quality" type="i">
      <default>85</default>
    </key>
    <key name="smoothing" type="i">
      <default>0</default>
    </key>
    <key name="optimize" type="b">
      <default>true</default>
    </key>
    <key name="progressive" type="b">
      <default>false</default>
    </key>
  </schema>

  <schema id="org.x.pix.pixbuf-savers.png" path="/org/x/pix/pixbuf-savers/png/" gettext-domain="pix">
    <key name="compression-level" type="i">
      <default>6</default>
    </key>
  </schema>

  <schema id="org.x.pix.pixbuf-savers.tga" path="/org/x/pix/pixbuf-savers/tga/" gettext-domain="pix">
    <key name="rle-compression" type="b">
      <default>true</default>
    </key>
  </schema>

  <schema id="org.x.pix.pixbuf-savers.tiff" path="/org/x/pix/pixbuf-savers/tiff/" gettext-domain="pix">
    <key name="default-ext" type="s">
      <default>'tiff'</default>
      <description>Possible values are: tiff, tif.</description>
    </key>
    <key name="compression" enum="org.x.pix.GthTiffCompression">
      <default>'deflate'</default>
    </key>
    <key name="horizontal-resolution" type="i">
      <default>72</default>
    </key>
    <key name="vertical-resolution" type="i">
      <default>72</default>
    </key>
  </schema>

  <schema id="org.x.pix.pixbuf-savers.webp" path="/org/x/pix/pixbuf-savers/webp/" gettext-domain="pix">
    <key name="lossless" type="b">
      <default>false</default>
    </key>
    <key name="quality" type="i">
      <default>75</default>
    </key>
    <key name="method" type="i">
      <default>4</default>
    </key>
  </schema>

</schemalist>
