ImageLoader.load

Load image.

The file type is automatically selected.

class ImageLoader
static
load
(
string path
,
bool loadNoPixels = false
)

Parameters

path string

image file path

loadNoPixels bool

When this flag is supported by a plugin, load only header data and possibly metadata (including embedded thumbnail). When the flag is not supported, pixels are loaded.

Return Value

Type: Image

loaded image

Meta