64 static Image getFromFile (
const File& file);
81 static Image getFromMemory (
const void* imageData,
int dataSize);
104 static void addImageToCache (
const Image& image,
int64 hashCode);
109 static void setCacheTimeout (
int millisecs);
114 static void releaseUnusedImages();
Represents a local file or directory.
A global cache of images that have been loaded from files or memory.
Holds a fixed-size bitmap.
long long int64
A platform-independent 64-bit integer type.