Image Object of file in assets

To get an image object from an asset file you can try this (untested, but from this post):

<?php $image = new Asset('assets/path/to/default.jpg') ?>