×
In

1. Open the terminal (Ctrl + Alt + T).

2. Install imagemagick by

sudo apt-get install imagemagick

2. Go to the directory of the folder in which you want to reduce the image size.

3. Then type the following command

mogrify -resize 800x * 

Example :

dell@Inspiron:~/Desktop/Image/$ mogrify -resize 800x *

Author

prathap7618@gmail.com

Related Posts

Scratch 3 documentation for Ubuntu

Vimal has completed B.E Mechanical Engineering and has experience in various profiles as executive operations, Engineering maintenance, deputy manager- management systems, quality...

Read out all

Setting up Cadence and Centos

Install Centos: Did not work: Installed Centos 32 bit OS. We realized that Cadence need CentOS 64 bit OS . To find...

Read out all

Downloading from the Terminal

Ubuntu : wget *download link* The download can be paused and restarted by killing the terminal To resume download : wget –continue *download...

Read out all

Installing Scratch on a 64x machine & creating desktop icon. (Ubuntu)

The following instruction can be used to install scratch in a 64x machine.   Download the Adobe Air and Scratch files from:...

Read out all

Incremental Backup for Ubuntu

The command : tar -cvfz -X excludeList -g 20150407.snar 20150407-full.tar.gz ~ tar-cvfz – creates all the files. -X excludeList – creates a...

Read out all

5 Common Unix Commands

Click on the link below to download the video. Its just 3.8mb !! UnixCommands

Read out all