Skip to content

Traneptora/umbrielpng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

umbrielpng

PNG chunk analyzer and modifier

$ gcc -Wall -o ./umbrielpng umbrielpng.c -lz
$ ./umbrielpng --help
Usage: ./umbrielpng [options] [--] <png...>
Options:
    -v, --verbose
        Be verbose. Specify twice to be extra verbose.
    --fix-in-place, -o <output>, --o=<output>
        Fix the PNG file. --fix-in-place works in place, otherwise use the provided output.
    --cicp-prim=<primaries>
    --cicp-trc=<transfer>
        Tag the output file with a cICP chunk with the provided primaries and transfer.
    --srgb
        Equivalent to --cicp-prim=bt709 --cicp-trc=srgb

About

PNG chunk analyzer and modifier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages