Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/traneptora/umbrielpng

PNG chunk analyzer and modifier
https://github.com/traneptora/umbrielpng

Last synced: 22 days ago
JSON representation

PNG chunk analyzer and modifier

Awesome Lists containing this project

README

        

# umbrielpng
PNG chunk analyzer and modifier

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