Great module - I love it!
But I had difficulties at the beginning display to the images. When I looked into the source code, i noticed that you are looking at line 69 in the folder /site/templates for the preview images and not as stated in the description in the module folder /site/modules/TemplatePreviewImages.
I changed the code line in 69
$src = $this->config->urls->templates . $this->className . '/' . $tpl->name . '.png';
to
$src = $this->config->urls->templates . 'img/preview/' . $tpl->name . '.png';
and now i can store the images in the folder templates/img/preview.