dcouzin Posted August 11, 2009 Posted August 11, 2009 I'm comparing how Paint.NET (v.3.36), Photoshop (v.11), and Corel Photo-Paint (v.12) rotate images. Eight small bitmaps are at this link. I made two test patterns, one even sized and the other odd sized, in case the programs are funny about counting. Each program was used to rotate each test pattern 45 deg clockwise. Photoshop offers choice of interpolation method: I used bilinear. For either of these test patterns, if rotation is about the center of the image -- meaning the center point of the center pixel of the odd test pattern or the point between the four central pixels of the even test pattern -- then you'd expect the original symmetry preserved with 45 deg rotation. The Corel rotations do that. (There are just rounding errors in the pixel values.) The Paint.NET and Photoshop rotations definitely don't. Paint.NET and Photoshop, each in their own way, produce unusual clusters with unusual values strongly breaking symmetry. Paint.NET and Photoshop, each in their own way, must do image rotation about points different from the image center. Image rotation is not a pretty thing for pixilated images. I studied what happens to an isolated white pixel (value 255) surrounded by black when the image is rotated 45 degrees and bilinear interpolation is used. The single pixel splits into 2, 3, 4, or 5 pixels depending on where it falls after the rotation. The total value within the new cluster of pixels varies from 211 to 343. (In my calculations a pixel is treated as a point rather than as a uniform square area, because I think that's how they're always treated for interpolations, although they shouldn't be.) So, about which point does Paint.NET do its image (properly, layer) rotation? Why not the center point? And what interpolation method does Paint.NET use with image rotation? Quote
Simon Brown Posted August 15, 2009 Posted August 15, 2009 Which method are you using to rotate it? Quote
dcouzin Posted August 15, 2009 Author Posted August 15, 2009 Simon, in Paint.NET I'm simply doing Layers>Rotate/Zoom and inputting -45 for Angle. I don't see how to get 45 deg rotation under Image, and I don't care for now about the corners of the picture getting cut off. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.