CLI ImageMagick Images Manipulating Images via Command Line Introduction It can be very useful to manipulate images through the command line. For example, to automate tasks. Installation For the following manipulations, we'll need ImageMagick: 1apt-get install imagemagick Usage Getting Information About an Image 1identify -format "%wx%h" /path/to/image.jpg