LinuxCommandLibrary

magick-identify

displays information about image files

TLDR

Show image information

$ magick identify [image.png]
copy
Show verbose information
$ magick identify -verbose [image.png]
copy
Show specific property
$ magick identify -format "%wx%h" [image.png]
copy
Show all images in directory
$ magick identify [*.jpg]
copy

SYNOPSIS

magick identify [options] image...

DESCRIPTION

magick identify displays information about image files. Part of ImageMagick. Shows format, dimensions, color space, file size, and other metadata. Supports format strings for custom output.

PARAMETERS

-verbose

Show detailed information.
-format string
Output format string.
-quiet
Suppress warnings.
-ping
Only read basic attributes.

SEE ALSO

magick(1), file(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community