jpegapp - a tool for manipulating the application specific segments of a JPEG image.
I’ve written jpegapp which can be used to remove, insert, and extract the application specific segments of a JPEG file. I used it to embed transparency information in JPEGs, but you can use it however you like, some things that come to mind:
- Remove EXIF or other strange camera information from JPEGs that you publish.
- Attach source annotations to images when your create them automatically.
- Yank out some application’s data to analyze.
A PDF of the man page is attached to this article.
You can find the source code over at google code jpegapp. BSD licensed. Enjoy.
- adding transparency to the JPEG specification in a standards-based way and
- your stop-gap solution.
This may certainly come in handy for some client one day, thank you for exploring this and developing tools for us to use even!