Today I wanted to post some pictures to a site but to upload them I needed them to be considerably smaller. I know lots of ways to resize images in Linux but I needed an easy way to resize them. In Windows, I am used to using the Image Resizer Power Toy. (Why is that not a default feature?) The image resizer in Windows allows me to just right click on one or more images and resize them to any number of sizes. That is pretty handy and a feature I was looking for in Linux too. Sadly, there is not one already installed by default. I knew I could use the Gimp to do what I wanted but that was overkill. I wanted a simple and fast solution.
That was when I found the nautilus-image-converter package thanks to this and this. You can install it from Synaptic (System -> Administration -> Synaptic Package Manager) like I did or from the command line with apt-get like so (make sure Ubuntu Universe is enabled first under System -> Administration -> Software Sources):sudo apt-get install nautilus-image-converter
After installing it, you will need to restart Nautilus. The best way to do that would be to log out and log back in. You could also quit and restart Nautilus with the command
nautilus -q; nautilus &
which will quit and then start it back up in the background. Once Nautilus has restarted it will load the new extension and you will be able to resize and rotate images from the right click menu. You can also resize and rotate multiple images if you select multiple images first. Both resizing and rotating allow you to take the action on the current image or make a copy and rename it with .resized or .rotated. The copy option is the default for both actions. See the screen shots below for all the options available.

There you have it. Easy image resize and rotate in Gnome. And want it to be default, vote for the idea below:





1 comments:
Awesome Tip, saved me a lot of time, Thank You :D
Post a Comment