LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

identify

describes image format and characteristics

TLDR

Show image info
$ identify [image.jpg]
copy
Verbose info
$ identify -verbose [image.png]
copy
Show specific property
$ identify -format "%wx%h" [image.jpg]
copy
Check multiple images
$ identify [*.png]
copy
Show format only
$ identify -format "%m\n" [image]
copy

SYNOPSIS

identify [options] files

DESCRIPTION

identify describes image format and characteristics. It shows dimensions, color depth, format, and other metadata.The tool is part of ImageMagick. It reads many image formats and provides detailed technical information about images. In ImageMagick 7, the equivalent is invoked as magick identify.

PARAMETERS

FILES

Image files to identify.
-verbose
Detailed output.
-format STRING
Custom output format.
-quiet
Suppress warnings.
-ping
Efficiently determine image attributes without fully decoding pixels.
-regard-warnings
Pay attention to warnings when loading the image.
-list type
List supported values for the specified option (e.g. format, color).
--help
Display help information.

INSTALL

sudo pacman -S imagemagick
copy
sudo apk add imagemagick
copy
brew install imagemagick
copy
nix profile install nixpkgs#imagemagick
copy

CAVEATS

Part of ImageMagick. Memory for large images. Some formats need delegates.

HISTORY

identify is part of ImageMagick, the comprehensive image manipulation suite.

SEE ALSO

convert(1), mogrify(1), magick(1), file(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid