imload {imageUtilities}R Documentation

loads an image from a file path.

Description

loads an image from a file path.

Usage

  imload(imageOrPath, max = imageUtilities.option("max"))

Arguments

imageOrPath

the path to the image to load.

max

what to scale the output image to.

Value

an array, (ny,nx,numchanns).

Note

supported formats: jpeg, tiff (require Voir), bin (ie thermal), png (requires library(png))

See Also

Other io: imsave


[Package imageUtilities version 1.0.3 Index]