imagemagick Rotate Image
mogrify -rotate 90 file.jpg
or
convert -rotate 90 original_file.jpg new_file.jpg
(mogrify overwrites the original image file, whereas, convert writes to a different image file)
Empty triangles in the corners, left over from rotating the image, are filled with the background color (white if no color is specified).
mogrify -rotate 90 -background "#779DF2" file.jpg
http://www.imagemagick.org/script/command-line-options.php#rotate
http://www.imagemagick.org/script/color.php
Auto rotate based on EXIF meta-data
convert -auto-orient original_file.jpg new_file.jpg
Latest news
- - S5 Slide Show System: PowerPoint on Linux
- - µTorrent for Linux
- - Linux audio tagger
- - Gnome 3 release date - interview with Stormy Peters
- - Ubuntu Maverick Meerkat Beta Released
- - Ubuntu Maverick Meerkat frozen
- - Tab Candy for Firefox
- - Ubuntu font launched for beta testing
- - Interview with Richard Stallman
- - Linux Mint 9 KDE released
- - Gnome 3 release date delayed to march 2011