Try to modify your homecategories.tpl img line with this -->
<img src="/img/c/{$category.id_category}.jpg" alt="{$category.name}" title="{$category.name}" class="categoryImage" width="{$categorySize.width}" height="{$categorySize.height}" />
Replace your homecategories.tpl img line with this
<img src="/c/{$category.id_category}-medium_default/{$category.id_category}-large.jpg" alt="{$category.name}" title="{$category.name}" class="categoryImage" width="{$categorySize.width}" height="{$categorySize.height}" />