Install Imagemagick:
sudo apt-get install imagemagickRotate 90 degrees (files will be overwritten!):
mogrify -rotate 90 *.jpgIf you don't want the original files overwritten, use convert instead:
convert -rotate 90 *.jpgAlternately, install the Nautilus Image Converter.
sudo apt-get install nautilus-image-converterLog out / in or restart for the context menu items to show up in Nautilus. Select all the images you want to rotate, right-click and select Rotate Images.

Change the settings and rotate!
No comments:
Post a Comment