- 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)
- loadAsGif
Image loadAsGif(string path, bool loadNoPixels, bool load256Color, bool playBack)
- loadAsIco
Image loadAsIco(string path, bool loadNoPixels, bool makeAlpha)
- loadAsJpeg
Image loadAsJpeg(string path, bool loadNoPixels, JpegLoadQuality quality, bool cmyk, bool grayScale, int scale, bool exifRotate)
- loadAsPcd
Image loadAsPcd(string path, bool loadNoPixels, PcdLoadOption option)
- loadAsPng
Image loadAsPng(string path, bool loadNoPixels, bool ignoreGamma)
- 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)
- loadAsTiff
Image loadAsTiff(string path, bool loadNoPixels, bool cmyk)
Class for load image. This class cannot be instantiated.