• Show log

    Commit

  • Hash : ec2e58c1
    Author : Cosmin Truta
    Date : 2024-02-22T11:32:53

    pngexif: Import pngexifinfo as an externally-contributed project
    
    We used this experimental project in the development of the PNG-EXIF
    ("eXIf") specification, back in 2017. The project evolved together
    with the draft specification, which was finalized on 2017-Jun-15 and
    approved by the PNG Group on 2017-Jul-13.
    
    The EXIF specification, outside of the scope of PNG and libpng, is
    quite complex. The libpng implementation cannot grow too much beyond
    performing basic integrity checks on top of serialization. In order
    to create and manipulate PNG-EXIF image files, the use of external
    libraries and tools such as ExifTool is necessary.
    
    Now, with the addition of contrib/pngexif to the libpng repository,
    offline tasks like metadata inspection and linting can be performed
    without importing external dependencies.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/libpng.git
    Git SSH git@git.kmx.io:kc3-lang/libpng.git
    Public access ? public
    Description

    LIBPNG: Portable Network Graphics support

    Users
    kc3_lang_org thodg_w www_kmx_io thodg_l thodg thodg_m
    Tags

  • README.txt

  • This "contrib" directory contains contributions which are not necessarily under
    the libpng license, although all are open source.  They are not part of
    libpng proper and are not used for building the library, although some are used
    for testing the library via "make check".