ImageLoader

Class for load image. This class cannot be instantiated.

Constructors

this
this()
Undocumented in source.

Members

Static functions

getFormat
ImageFormat getFormat(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
load
Image load(string path, bool loadNoPixels)

Load image.

loadAsGif
Image loadAsGif(string path, bool loadNoPixels, bool load256Color, bool playBack)

Load image as gif.

loadAsIco
Image loadAsIco(string path, bool loadNoPixels, bool makeAlpha)

Load image as ico.

loadAsJpeg
Image loadAsJpeg(string path, bool loadNoPixels, JpegLoadQuality quality, bool cmyk, bool grayScale, int scale, bool exifRotate)

Load image as jpeg.

loadAsPcd
Image loadAsPcd(string path, bool loadNoPixels, PcdLoadOption option)

Load image as pcd.

loadAsPng
Image loadAsPng(string path, bool loadNoPixels, bool ignoreGamma)

Load image as png.

loadAsRaw
Image loadAsRaw(string path, bool loadNoPixels, bool preview, bool display, bool halfSize, bool unprocessed)

Load image as raw. By default, load the file as linear RGB 48-bit

loadAsTarga
Image loadAsTarga(string path, bool loadNoPixels, bool loadRGB888)

Load image as targa.

loadAsTiff
Image loadAsTiff(string path, bool loadNoPixels, bool cmyk)

Load image as tiff.

Meta