I have now tried the same exercise with the FREE Advanced Custom Fields plugin and it worked first time.
Here's the ACF code:
<img src="[wpbb post:acf type='image' name='image' image_size='large' display='url']">
I tried wrapping the Metabox code in an img tag like the ACF code but now just get a broken link icon.
<img src="[wpbb post:meta_box field='image' image_size='large']">