RDJPGCOM(1) | General Commands Manual | RDJPGCOM(1) |
NAME
rdjpgcom - display text comments from a JPEG fileSYNOPSIS
rdjpgcom [ -raw ] [ -verbose ] [ filename ]DESCRIPTION
rdjpgcom reads the named JPEG/JFIF file, or the standard input if no file is named, and prints any text comments found in the file on the standard output.OPTIONS
- -raw
- Normally rdjpgcom escapes non-printable characters in comments, for security reasons. This option avoids that.
HINTS
rdjpgcom does not depend on the IJG JPEG library. Its source code is intended as an illustration of the minimum amount of code required to parse a JPEG file header correctly.SEE ALSO
cjpeg(1), djpeg(1), jpegtran(1), wrjpgcom(1)AUTHOR
Independent JPEG Group02 April 2009 |