Installing ImageMagick

ImageMagick may already be installed. You can check in the Synaptic Package Manager. Select Administration | Synaptic Package Manager from the System menu.

In the Quick search edit box on the Synaptic Package Manager window, enter imagemagick. The results of the search start to display as you type your search term. If ImageMagick is already installed, the check box next to the program name will be filled in green, and you can skip to the Converting an Image Using ImageMagick section below.

If ImageMagick is not already installed, click on the check box to open a pop-up menu. Select the Mark for Installation option from the menu.

A yellow arrow displays over the check box next to imagemagick, indicating it is marked for installation. Click the Apply button to continue with the installation.

A Summary screen displays listing all the changes that will be made. Click the Apply button.

The installation progress displays.

The Changes applied dialog box displays when the installation is finished. Click the Close button.

Select Quit from the File menu to close the Synaptic Package Manager.

Converting an Image Using ImageMagick

Once ImageMagick is installed, simply use the convert command in a terminal window. For example, the following command will convert a PNG file to a JPEG file. However, converting an image into a JPEG sacrifices image quality for file size. There is a command switch, –quality, that allows you to specify the quality of the resulting .jpg file. You can set a value between 0 (poorest quality) to 100 (highest quality). Remember that the better the quality (the higher the number), the bigger the file size. Generally, a value between 60 and 80 is good enough for most uses. The following command converts sample.png into a JPEG image with a quality of 80.

A JPEG file called sample.jpg is created in the same directory as the original .png file. There is a quick way to view the converted image. The default image viewer in Ubuntu is called Eye of Gnome. Using Eye of Gnome, you can quickly view the following images: ani, bmp, gif, ico, jpeg, pcx, png, pnm, ras, svg, tga, tiff, wbmp, xbm, and xpm. To run Eye of Gnome from the command line, simply type eog. So, to view the converted image file type the following command:

The viewer opens displaying the specified image.

To close Eye of Gnome, select Close from the File menu.

If you prefer using the command line to perform tasks, click here to access a web page that provides a set of examples using ImageMagick from the command line. Enjoy!

Convert Images Between Formats via the Command Line in Ubuntu - 14Convert Images Between Formats via the Command Line in Ubuntu - 96Convert Images Between Formats via the Command Line in Ubuntu - 89Convert Images Between Formats via the Command Line in Ubuntu - 89Convert Images Between Formats via the Command Line in Ubuntu - 28Convert Images Between Formats via the Command Line in Ubuntu - 64Convert Images Between Formats via the Command Line in Ubuntu - 48Convert Images Between Formats via the Command Line in Ubuntu - 55Convert Images Between Formats via the Command Line in Ubuntu - 89Convert Images Between Formats via the Command Line in Ubuntu - 96Convert Images Between Formats via the Command Line in Ubuntu - 84Convert Images Between Formats via the Command Line in Ubuntu - 90