ImageCache

decoded raster images cache (png, jpeg) -- access by filenames

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Classes

ImageCacheItem
class ImageCacheItem
Undocumented in source.

Functions

checkpoint
void checkpoint()
Undocumented in source. Be warned that the author may not have intended to support it.
cleanup
void cleanup()
Undocumented in source. Be warned that the author may not have intended to support it.
get
DrawBufRef get(string filename)

get and cache image

get
DrawBufRef get(string filename, ColorTransform transform)

get and cache color transformed image

Variables

_map
ImageCacheItem[string] _map;
Undocumented in source.

Meta