Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 662 Bytes

File metadata and controls

33 lines (22 loc) · 662 Bytes

PNGme

An implementation of the PNGme project which
allows for modifying the chunk-list of a PNG file.

Installation

Install the binary locally or via remote:

cargo install --path .
cargo install --git "https://github.com/wmcram/PNGme"

Features

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