Branch

  • Show log

    Commit

  • Hash : cb088626
    Author : Cosmin Truta
    Date : 2024-09-15T22:33:31

    [libpng16] chore: Set the `indent_size` fields in .editorconfig
    
    Also add an .editorconfig-checker.json file. We need to instruct the
    editorconfig-checker program to skip the checks for the indent size.
    (As of this commit time, editorconfig-checker is too rigid to recognize
    "smart indentations".)
    
    This is a cherry-pick of commit 67c99f75cf05b354f89c01c8fc15948300e84143
    from branch 'libpng18'.
    
    Co-authored-by: John Bowler <jbowler@acm.org>
    Signed-off-by: John Bowler <jbowler@acm.org>
    Signed-off-by: Cosmin Truta <ctruta@gmail.com>
    

  • 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
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg_l thodg
    Tags

  • README.md

  • pngexifinfo

    Show the EXIF information embedded in a PNG file.

    Sample usage

    Show the EXIF info inside a PNG file:

    pngexifinfo /path/to/file.png

    Show the EXIF info inside a raw .exif file, using base 16 for the EXIF tags:

    pngexifinfo --hex /path/to/file.exif

    Show the help text:

    pngexifinfo --help