How to get the actual size of an img

How to get the actual size of an img

I have created a grid of images and want them to scale up, similar to google images. I'd like to be able to get at the actual size of an image, rather than the current size. Is there a JQuery function that does this?

It seems the width() method only retrieves the current size.