ImageCreator::LoadImageFile

ImageCreator::LoadImageFile
virtual Image* LoadImageFile(const ImageCreateInfo& info, const String& url);
Description

LoadImageFile loads an image from a file.

Parameters
Parameters 
Description 
const ImageCreateInfo& info 
Image initialization information for loading the image. 
const String& url 
A url for the image. Developers can parse this string in any manner suitable for their game. Note that the url should be encoded as UTF-8 to support international file names. 
Return Value

The loaded image.