


You can also input position information of the image with the ‘display’ command. $ display - geometry 1000圆00 ~/Downloads/bird.jpg Make a note: Make sure you already have “ Development Tools” installed on your Linux system as a prerequisite for this. Use the distribution package manager to install it. The ImageMagick package is included in the official repository of most Linux distributions. It also supports batch process, which allow you to process several images at once. It can resize, mirror, rotate, transform images, adjust image colors, apply various special effects, etc. It can read and write images in a variety of formats (over 200) including PNG, JPEG, GIF, PDF, SVG, etc. It is used to create, edit, compose, or convert bitmap images. ImageMagick is a free and open source, feature-rich, command-line based image manipulation tool. 1) Viewing images from terminal using display command These commands use the system’s framebuffer to display images directly from the command line.
#Imagemagick linux how to
We will show you how to install and use it to view images from the Linux terminal. This is a great tool that allows NIX users to view images from the terminal.Īlso, I got another great tool called FIM for this purpose. The command name is “display”, which is part of the ImageMagick tool. But have you ever tried a CLI application to view them or do you know if one exists?įortunately, while working with the ImageMagick tool I stumbled upon a command to view an image from the terminal. Linux has many GUI applications for viewing images.
