Used to resize images, scale and crop images. Use it allot.
Install the image cache module. Create a preset and call it with this function.
<?php
example $image = theme('imagecache', 'nieuws_teaser', $node->field_image[0]['filepath'], $node->field_image[0]['data']['alt'], $node->field_image[0]['data']['title'], array('description' => $node->field_image[0]['data']['description']));
?>