Package libflif: Information

    Source package: libflif
    Version: 0.3-alt3
    Build time:  Jun 29, 2021, 11:11 PM in the task #276388
    Category: Development/C
    Report package bug
    Home page: http://flif.info/

    License: LGPLv3+ and Apache-2.0
    Summary: Free Lossless Image Format
    Description: 
    FLIF is a lossless image format based on MANIAC compression.
    MANIAC (Meta-Adaptive Near-zero Integer Arithmetic Coding)
    is a variant of CABAC (context-adaptive binary arithmetic coding),
    where the contexts are nodes of decision trees
    which are dynamically learned at encode time.
    
    FLIF outperforms PNG, FFV1, lossless WebP,
    lossless BPG and lossless JPEG2000 in terms of compression ratio.
    
    Moreover, FLIF supports a form of progressive interlacing
    (essentially a generalization/improvement of PNG's Adam7)
    which means that any prefix (e.g. partial download)
    of a compressed file can be used as a reasonable
    lossy encoding of the entire image.

    List of rpms provided by this srpm:
    flif (x86_64, ppc64le, i586, armh, aarch64)
    flif-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    libflif (x86_64, ppc64le, i586, armh, aarch64)
    libflif-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    libflif-devel (x86_64, ppc64le, i586, armh, aarch64)
    libflifdec (x86_64, ppc64le, i586, armh, aarch64)
    libflifdec-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Michael Shigorin
    Vitaly Lipatov

      1. gcc-c++
      2. libpng-devel

    Last changed


    March 21, 2020 Michael Shigorin 0.3-alt3
    - E2K: avoid lcc-unsuported option
    - minor spec cleanup
    July 30, 2019 Vitaly Lipatov 0.3-alt2
    - fix package description
    May 8, 2017 Vitaly Lipatov 0.3-alt1
    - initial build for ALT Sisyphus