Blame gtkmm-osx/jpeg-6b/rdjpgcom.1

darco 56a656
.TH RDJPGCOM 1 "11 October 1997"
darco 56a656
.SH NAME
darco 56a656
rdjpgcom \- display text comments from a JPEG file
darco 56a656
.SH SYNOPSIS
darco 56a656
.B rdjpgcom
darco 56a656
[
darco 56a656
.B \-verbose
darco 56a656
]
darco 56a656
[
darco 56a656
.I filename
darco 56a656
]
darco 56a656
.LP
darco 56a656
.SH DESCRIPTION
darco 56a656
.LP
darco 56a656
.B rdjpgcom
darco 56a656
reads the named JPEG/JFIF file, or the standard input if no file is named,
darco 56a656
and prints any text comments found in the file on the standard output.
darco 56a656
.PP
darco 56a656
The JPEG standard allows "comment" (COM) blocks to occur within a JPEG file.
darco 56a656
Although the standard doesn't actually define what COM blocks are for, they
darco 56a656
are widely used to hold user-supplied text strings.  This lets you add
darco 56a656
annotations, titles, index terms, etc to your JPEG files, and later retrieve
darco 56a656
them as text.  COM blocks do not interfere with the image stored in the JPEG
darco 56a656
file.  The maximum size of a COM block is 64K, but you can have as many of
darco 56a656
them as you like in one JPEG file.
darco 56a656
.SH OPTIONS
darco 56a656
.TP
darco 56a656
.B \-verbose
darco 56a656
Causes
darco 56a656
.B rdjpgcom
darco 56a656
to also display the JPEG image dimensions.
darco 56a656
.PP
darco 56a656
Switch names may be abbreviated, and are not case sensitive.
darco 56a656
.SH HINTS
darco 56a656
.B rdjpgcom
darco 56a656
does not depend on the IJG JPEG library.  Its source code is intended as an
darco 56a656
illustration of the minimum amount of code required to parse a JPEG file
darco 56a656
header correctly.
darco 56a656
.PP
darco 56a656
In
darco 56a656
.B \-verbose
darco 56a656
mode,
darco 56a656
.B rdjpgcom
darco 56a656
will also attempt to print the contents of any "APP12" markers as text.
darco 56a656
Some digital cameras produce APP12 markers containing useful textual
darco 56a656
information.  If you like, you can modify the source code to print
darco 56a656
other APPn marker types as well.
darco 56a656
.SH SEE ALSO
darco 56a656
.BR cjpeg (1),
darco 56a656
.BR djpeg (1),
darco 56a656
.BR jpegtran (1),
darco 56a656
.BR wrjpgcom (1)
darco 56a656
.SH AUTHOR
darco 56a656
Independent JPEG Group