ImageService::Load (since version 2.0)
string Load ( string $imagePath )
imagePath
The image path an filename to load the image from.
Loads an image from the given path of the filesystem.
string Returns true on success, false on fail.
<?php
ImageService::Load('path/to/images/directory/head.jpg');
?>