Package libeasyexif: Information

    Source package: libeasyexif
    Version: 2.2.1-alt1
    Latest version according to Repology
    Build time:  Mar 9, 2024, 10:48 PM in the task #342315
    Category: System/Libraries
    Report package bug
    License: BSD-2-Clause
    Summary: Tiny ISO-compliant C++ EXIF parsing library
    Description: 
    A tiny ISO-compliant C++ EXIF parsing library.
    
    EasyEXIF is a tiny, lightweight C++ library that parses basic information out of
    JPEG files. It uses only the std::string library and is otherwise pure C++. You
    pass it the binary contents of a JPEG file, and it parses several of the most
    important EXIF fields for you.
    
    Why use this library? Include one .h file, compile one .cc file, and that's it.
    
    Sometimes you just need to quickly extract basic information from a JPEG file's
    EXIF headers: the time the image was taken (not the file timestamp, the camera's
    internal time), the F-stop or exposure time, GPS information embedded in the
    EXIF file, what the camera make and model was, etc. Unfortunately, all the EXIF
    libraries out there are not very lightweight or easy to integrate into larger
    programs. EasyEXIF aims to solve that problem, and is released under a very
    liberal BSD License for use practically anywhere.

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

    Maintainer: Pavel Skrylev

    List of contributors:
    Pavel Skrylev

    ACL:
    Pavel Skrylev
    @everybody

      1. cmake
      2. gcc-c++
      3. rpm-macros-cmake

    Last changed


    March 6, 2024 Pavel Skrylev 2.2.1-alt1
    - Initial build v2.2.1 for Sisyphus