I'm working with the JCckContentArticle class and get my field values like this:
$content = JCckContentArticle::getInstance( $contactId );
$contactName = $content->getProperty( 'title' );
$contactImage = $content->getProperty( 'contact_image' );
...
How can i get the thumbnails of an image?