From PHP on Trax
link_image_to( string $src, array $options, [array $html_options] )
Example
<?= link_image_to("myimage.gif", "http://www.example.com", array("border" => 0, "size" => "30x45")) ?>
<?= link_to(image_tag("myimage.gif", "size" => "30x45", "border" => 0), "http://www.example.com") ?>