如何在模板处理器的phpword中添加图片?

Ok so I finally got phpword template processor working and now I am having a small problem: I would like to dynamically add a picture to my template. So far I have been replacing things in my template like this:

$templateProcessor->setValue('name', 'MY NAME COMES HERE');

$templateProcessor->setValue('name2', 'OWW YEA PHPWORD IS WONDERFUL');

How can I get an image replaced?? Any help will be much and greatly appreciated!