An implementation of the PNGme project which
allows for modifying the chunk-list of a PNG file.
Install the binary locally or via remote:
cargo install --path .cargo install --git "https://github.com/wmcram/PNGme"The application supports the following functionality:
- Appending a chunk to a PNG file
- Finding chunks of a specified type
- Removing chunks of a specified type
- Printing a PNG file as a structured list of chunks
- Downloading a PNG file from the web
To see the arguments, type:
pngme --help