Provided by:
exactimage_0.7.4-2ubuntu1_i386 
NAME
edentify - Image identification module of the ExactImage library
SYNOPSIS
edentify [-f|--format FORMAT] [-v|--verbose]
edentify --help
DESCRIPTION
ExactImage is a fast C++ image processing library. Unlike ImageMagick,
it allows operation in several color spaces and bit depths natively,
resulting in much lower memory and computational requirements. Some
optimized algorithms operate in 1/20 of the time ImageMagick requires,
and displaying large images can be as fast as 1/10 of the time the
"display" program takes.
edentify is is a command line frontend for the image processing library
and mimicks Imagemagick’s identify.
Edentify is used to identify images, that is print the codec, pixel
dimensions, resolution and physical sizes (if any resolution is
specified in the image data) as well as the color space.
It is also supported to specify a identify a-like custom format string.
OPTIONS
-f|--format FORMAT
User defined format string.
-v|--verbose
More verbose output.
--help
Displays help text and exits.
EXAMPLES
$ edentify lenea.tiff
lenea.tiff: TIFF 512x512 24 bits, 3 channels
SEE ALSO
exactimage(7)
bardecode(1)
e2mtiff(1)
econvert(1)
empty-page(1)
hocr2pdf(1)
optimize2bw(1)
HOMEPAGE
More information about edentify and the ExactImage project can be found
at <http://www.exactcode.de/site/open_source/exactimage/>.
AUTHOR
ExactImage was written by ExactCODE GmbH <http://www.exactcode.de/>.
This manual page was written by Daniel Baumann <daniel@debian.org>, for
the Debian project (but may be used by others).