Scale An Image Thumbnail

There is a simple solution available in WordPress : add_image_size

You can register as many sizes required in your theme, WordPress will generate the images in that size and crop it if crop is enable for that size.

You can use regenerate thumbnails plugin to generate all the image sizes for older posts.

Please check codex for more info.