I would like to know how to resize images in Ubuntu? what is the easiest tool for this?
|
You want simple? Install It adds two context menu items in nautlius so you can right click and choose "Resize Image". (The other is "Rotate Image"). You can do a whole directory of images in one go if you like and you don't even have to open up an application to do so. Very simple to use, very simple to configure. |
|||||||||||
|
|
First install imagemagick
Open a terminal and run this command:
It will reduce the size by 50% You can also specify the size:
|
|||||
|
|
If you're just doing a couple of images, most image editors in Ubuntu (Gimp, F-Spot, etc) will let you do a basic resize. If you want to edit tens, hundreds or thousands of images, I prefer Phatch. Phatch is a GUI-based batch photo editor that will let you perform a whole load of transformations on images. ImageMagick is good but it's a bit tedious if you don't know the setting names for things. You can very quickly learn Phatch by clicking around. |
||||
|
|
Actually, to fully use the aspect ratio keeping, do like this:
or
|
||||
|
|
|
ImageMagick is the package you want. It contains a number of useful command line tools for this very purpose. Here's a simple tutorial explaining how to batch resize images:- |
|||
|
|
|
GIMP is probably the easiest way, since it has a fairly simple UI for such common tasks. All you have to do is open up your image and go to Image → Image Size and then change accordingly. There are ways to do batch resizing using the GIMP as well, but I don't know them by heart. |
||||
|
|
