Skip to content
  • Ell's avatar
    gegl-compression: add zlib algorithms · ace1a79e
    Ell authored
    Add "zlib", and "zlib1" through "zlib9", compression algorithms,
    which use zlib's DEFLATE algorithm to compress the data.  The
    numeric suffix specifies the compression level, with higher levels
    being better, but slower; "zlib" uses the default compression
    level.
    
    These algorithms are only present when the zlib library is
    available.
    ace1a79e