/*
* Load an Imlib2::Image from a file (no exceptions or error).
*
* Imlib2::Image::load_immediately() provides access to the low-level
* imlib_load_image_immediately() function. You probably want to use
* Imlib2::Image::load() instead of this function.
*
* Examples:
* image = Imlib2::Image.load_immediately 'sample_file.png'
*
*/
static VALUE image_load_immediately(VALUE klass, VALUE filename) {