identify

Describe the format and characteristics of one or more image files. Part of ImageMagick. More information: <https://imagemagick.org/script/identify.php>.

Debian Debian
RUN apt-get update && \ apt-get install -y graphicsmagick-imagemagick-compat
Ubuntu
RUN apt-get update && \ apt-get install -y graphicsmagick-imagemagick-compat
Alpine
RUN apk add imagemagick6
Arch Arch Linux
RUN pacman -S --noconfirm imagemagick6
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y graphicsmagick-imagemagick-compat
Raspbian
RUN apt-get update && \ apt-get install -y graphicsmagick-imagemagick-compat
click the source code to copy install identify on any operating system with command-not-found.com