Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
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 Group13 September 2013 |