Skip to content

Utility for storing text messages in png files.

Notifications You must be signed in to change notification settings

Maxson-dev/pngme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PNGme

Utility for storing text messages in a png file.

Usage examples:

Encoding message in png file:

./pngme encode -file=./robocop.png -head "teST" -msg "some message"

Decoding message from png file:

./pngme decode -file=./robocop.png -head "teST"

Remove message from png file:

./pngme remove -file=./robocop.png -head "teST"

Print all chunks in png file:

./pngme print -file=./robocop.png

About

Utility for storing text messages in png files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages