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') ?>
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') ?>