Template: {% image_url img_path = page.banner_image name:"home-banner" preset:"banner-size" preset:"sepia-simple" %}
<a href="{{img_path}}"><img src="{{img_path}}" class="thumb" /></a>
Output: <a href="http://domain.com/path/to/altered/img.jpg"><img src="http://domain.com/path/to/altered/img.jpg" class="thumb" /></a>