Forum Moderators: mack
Maybe the original image was 'shrunk' by the html code.
Before:
Image size = 200 x 200
Code = <img src="my_image.jpg" width="100" height="100">
Image displayed = 100 x 100
After changes:
Image size = 200 x 200
Code = <img src="my_image.jpg">
Image displayed = 200 x 200
If not, then the image size has changed. Even a 1 pixel change will throw some templates all over the place.