I've scanned about 100 documents, so I have a folder with 100 jpg images, but they are rotated by the angle up to 15 degrees. Is there any free simple to use software I can use to rotate them to the normal orientation? It would be good if it works on Windows XP or Windows 7.

link|improve this question

75% accept rate
feedback

3 Answers

up vote 4 down vote accepted

Imagemagick has a -deskew option which may be helpful and the app works very well from the command line on batches of files.

There's some handy Imagemagick scripts here - have a look at unrotate.

link|improve this answer
Thank you. It decreases the angle of rotation of the image from 5-15 degrees (in my original images) to under 2 degrees (but doesn't eliminate it completely). – fiktor Oct 28 '10 at 10:16
feedback

Maybe you want to see unpaper too.

link|improve this answer
feedback

Pretty much any image manipulation package will allow you to rotate images. Paint.NET for example.

Actual deskewing where the image is distorted rather than just rotated is harder and is available in fewer packages.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.