Skip to content

NicolasFrantzen/PNGme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PNGme

My implementation of https://picklenerd.github.io/pngme_book/

This is purely for learning purposes and to explore the Rust language.

Encode a super secret message in a PNG!

USAGE:
    pngme <SUBCOMMAND>

OPTIONS:
    -h, --help       Print help information
    -V, --version    Print version information

SUBCOMMANDS:
    decode    Decode a message from a PNG file
    encode    Encode a message in a PNG file
    help      Print this message or the help of the given subcommand(s)
    print     Display all chunks in a PNG file
    remove    Remove a message from a PNG file

Releases

No releases published

Packages

No packages published

Languages