I need a program that will square an out-of-square photo. For some images, I can just rotate, but even then getting the scene precisely level can be tedious. It'd be nice to do it automatically. For other images, the off-square angles might be more complex — a tall building may be distorted. What software can I use to fix this?
|
|
If you're referring to rotating a wonky image like I think you are then there are many tools available to you, a good free option being the Gimp (as suggested by Ysap) or ImageMagick if you want to batch rotate many images from the command line. If you're talking about automatically rotating images to straighten the horizon then I'm afraid the technology isn't quite there yet, see this question: Are there any tools out there to automatically rotate an image? |
|||
|
|
|
Gimp has a useful plugin that makes it easy to straighten and crop a misaligned photo (assuming that this is what you really mean) |
|||
|
|
|
If by "out of square" you mean non-square / rectangular:
|
|||
|
|
|
If you're looking to apply this cropping to a lot of images at once and are comfortable using the command line, then give ImageMagick a try. It's a very commonly-used command-line utility for manipulating images. |
|||
|
|