LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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.

INSTALL

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

SEE ALSO

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