identify.im6

ImageMagick 6 version of identify

TLDR

Show image info
$ identify.im6 [image.jpg]
Verbose output
$ identify.im6 -verbose [image.png]
Custom format
$ identify.im6 -format "%wx%h" [image]
Quick ping mode
$ identify.im6 -ping [image.jpg]

SYNOPSIS

identify.im6 [options] files

DESCRIPTION

identify.im6 is the ImageMagick 6 version of identify. It describes image format, dimensions, and characteristics.The tool provides the same functionality as identify but specifically from ImageMagick version 6. Both may coexist on systems.

PARAMETERS

FILES

Image files to identify.
-verbose
Detailed information.
-format STRING
Custom format string.
-ping
Quick identification.
--help
Display help information.

CAVEATS

ImageMagick 6 specific. May conflict with IM7. Legacy version.

HISTORY

identify.im6 is part of ImageMagick 6, maintained separately from ImageMagick 7.

SEE ALSO

identify(1), mogrify.im6(1)