LinuxCommandLibrary

identify.im6

ImageMagick 6 version of identify

TLDR

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

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard