Skip to content

Commit

Permalink
readme: Notes about CLI tools
Browse files Browse the repository at this point in the history
  • Loading branch information
neilpa committed May 8, 2020
1 parent 80e9f43 commit 003dd06
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,20 @@ TODO

## Tools

TODO
There are a few simple CLI tools include for manipulating JPEG/JFIF files that exercise functionality
exposed by this module.

### jfifcom

Append free-form comment (`COM`) segments to an existing JPEG file.

### jfifstat

Prints segment markers, sizes, and optional `APPN` signatures from a JPEG until the image stream.

### xmpdump

Extracts and prints [XMP](https://www.adobe.com/products/xmp.html) data from `APP1` segments from JPEG file(s).

## License

Expand Down

0 comments on commit 003dd06

Please sign in to comment.