I have some images to rotate. I must rotate them (each by different angle) with as little as possible image artifacts (e.g. blurring) that occur during image rotation (due to interpolation).
At the moment I have GIMP 2.6 that has Cubic and Sinc(Lanczos3) interpolations available for image rotation. I’m not sure which one is better and introduces less artifacts? What are its disadvantaged, if any?
Also, is there some other software (e.g. a plugin for photoshop or gimp) or some script for Matlab that can provide near perfect image rotations (e.g. by using better interpolation algorithm than those available in GIMP)?
Many thanks in advance.
I remember seeing a comparison of different interpolation algorithms that was quite clever – the image was rotated by a fixed angle repeatedly until it was rotated all the way back to 360 degrees. Any artifacts or blurring were immediately obvious, and the image could be directly compared to the original. Edit: Found the link – http://www.all-in-one.ee/~dersch/interpolator/interpolator.html
Please don’t think that Lanczos is the same as Sinc – they’re related, but Lanczos trades some accuracy for ease of computation.