Files
PNG_CC/README.md
2021-12-03 18:45:05 -05:00

543 B

PSPNG

Sample program to embed messages into PNG images

Install

NOTE: Set the core_count variable to one value lower than maximum cores on the host in cmd/pspng.c

Requires zlib, pthread, and sodium header files to compile (These will be distro specific packages)

Build:

make

System Wide:

make
make install

Usage

Embed Message:

pspng --compress -f {input file name} -o {output file name} -m "{input message}"

Extract Message:

pspng --uncompress -f {input file name}

Help Message:

pspng --help