#include <image_loader.h>
Static Public Member Functions | |
static Error | load_image (String p_file, Image *p_image, FileAccess *p_custom=NULL) |
static void | get_recognized_extensions (List< String > *p_extensions) |
static bool | recognize (const String &p_extension) |
static void | add_image_format_loader (ImageFormatLoader *p_loader) |
Base Class and singleton for loading images from disk Can load images in one go, or by scanline